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 53c868f commit ca4e4b3Copy full SHA for ca4e4b3
packages/jupyterlab-lsp/src/extractors/defaults.ts
@@ -94,7 +94,7 @@ export let foreign_code_extractors: IForeignCodeExtractorsRegistry = {
94
// IPython magics producing continuous documents (non-standalone):
95
//
96
new RegExpForeignCodeExtractor({
97
- language: 'js',
+ language: 'javascript',
98
pattern: '^%%(js|javascript)( .*?)?\n([^]*)',
99
extract_to_foreign: '$3',
100
is_standalone: false,
0 commit comments