monaco-yql-languages 1.19.0 → 1.19.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.
@@ -144,6 +144,7 @@ export const language = {
144
144
  [/./, 'comment'],
145
145
  ],
146
146
  cppComment: [
147
+ [/\/\*/, { token: 'comment.quote', next: '@cppComment' }],
147
148
  [/[^*/]+/, 'comment'],
148
149
  [/\*\//, { token: 'comment.quote', next: '@pop' }],
149
150
  [/./, 'comment'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monaco-yql-languages",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "description": "YQL languages for the Monaco Editor, based on monaco-languages.",
5
5
  "author": "YDB",
6
6
  "license": "MIT",