Skip to content

Commit fca451d

Browse files
authored
feat: use stable syntax highlight (#3125)
1 parent 5deb3c5 commit fca451d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"lint-staged": "^15.3.0",
156156
"mini-css-extract-plugin": "^2.9.2",
157157
"monaco-editor-webpack-plugin": "^7.1.0",
158-
"monaco-yql-languages": "^1.21.1",
158+
"monaco-yql-languages": "^2.0.0",
159159
"npm-run-all": "^4.1.5",
160160
"postcss": "^8.5.1",
161161
"prettier": "^3.5.3",

src/utils/monaco/constats.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const S_EXPRESSION_LANGUAGE_ID = 's-expression_unstable';
2-
export const YQL_LANGUAGE_ID = 'yql_unstable';
1+
export const S_EXPRESSION_LANGUAGE_ID = 's-expression';
2+
export const YQL_LANGUAGE_ID = 'yql';

0 commit comments

Comments
 (0)