monaco-yql-languages 1.20.0 → 1.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import YQLsMonarch from './YQLs.monarch.json';
|
|
2
2
|
export const LANGUAGE_ID = 's-expressions';
|
|
3
3
|
export const conf = {
|
|
4
4
|
comments: {
|
|
@@ -30,5 +30,5 @@ export const language = {
|
|
|
30
30
|
{ open: '{', close: '}', token: 'delimiter.curly' },
|
|
31
31
|
],
|
|
32
32
|
escapes: /\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
33
|
-
tokenizer: tokenizer,
|
|
33
|
+
tokenizer: YQLsMonarch.tokenizer,
|
|
34
34
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monaco-yql-languages",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.1",
|
|
4
4
|
"description": "YQL languages for the Monaco Editor, based on monaco-languages.",
|
|
5
5
|
"author": "YDB",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@gravity-ui/prettier-config": "^1.1.0",
|
|
33
33
|
"@gravity-ui/stylelint-config": "^4.0.1",
|
|
34
34
|
"@gravity-ui/tsconfig": "^1.0.0",
|
|
35
|
-
"@gravity-ui/websql-autocomplete": "^13.
|
|
35
|
+
"@gravity-ui/websql-autocomplete": "^13.13.0",
|
|
36
36
|
"@jest/types": "^29.6.3",
|
|
37
37
|
"@types/jest": "^29.5.14",
|
|
38
38
|
"eslint": "^8.57.1",
|