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 b00b618 commit 9049b84Copy full SHA for 9049b84
packages/jupyterlab-lsp/src/transclusions/ipython-bigquery/extractors.ts
@@ -31,15 +31,5 @@ export let foreign_code_extractors: IForeignCodeExtractorsRegistry = {
31
is_standalone: true,
32
file_extension: 'sql'
33
})
34
-/*
35
- ,
36
- new RegExpForeignCodeExtractor({
37
- language: 'sql',
38
- pattern: `(?:^|\n)%bigquery (?:${SQL_URL_PATTERN}|${COMMAND_PATTERN}|(.*))\n?`,
39
- extract_to_foreign: '$1',
40
- is_standalone: false,
41
- file_extension: 'sql'
42
- })
43
- */
44
]
45
};
0 commit comments