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 0988e9f commit 6723efcCopy full SHA for 6723efc
config-overrides.js
@@ -37,6 +37,7 @@ module.exports = {
37
}
38
config.plugins.push(
39
new MonacoWebpackPlugin({
40
+ languages: ['yaml'],
41
customLanguages: [
42
{
43
label: 'yql',
src/components/SyntaxHighlighter/types.ts
@@ -7,5 +7,4 @@ export type Language =
7
| 'javascript'
8
| 'php'
9
| 'python'
10
- | 'yql'
11
- | 'yaml';
+ | 'yql';
0 commit comments