We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca457 commit 93e7d4dCopy full SHA for 93e7d4d
packages/_example-extractor/src/index.ts
@@ -13,7 +13,7 @@ const NS = '@krassowski/jupyterlab-lsp-example-extractor';
13
export const extractor = new RegExpForeignCodeExtractor({
14
language: 'foo',
15
pattern: '^%%(foo)( .*?)?\n([^]*)',
16
- extract_to_foreign: '$3',
+ foreign_capture_groups: [3],
17
is_standalone: true,
18
file_extension: 'foo'
19
});
0 commit comments