@codingame/monaco-vscode-dart-default-extension 1.83.16 → 1.85.0-next.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.
- package/dart.tmLanguage.json +2 -2
- package/package.json +2 -2
package/dart.tmLanguage.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
|
5
5
|
"Once accepted there, we are happy to receive an update request."
|
|
6
6
|
],
|
|
7
|
-
"version": "https://github.com/dart-lang/dart-syntax-highlight/commit/
|
|
7
|
+
"version": "https://github.com/dart-lang/dart-syntax-highlight/commit/bd0079ba7ca85cdd6400a8a467e532b539d0f285",
|
|
8
8
|
"name": "Dart",
|
|
9
9
|
"scopeName": "source.dart",
|
|
10
10
|
"patterns": [
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "keyword.declaration.dart",
|
|
335
|
-
"match": "(?<!\\$)\\b(abstract|sealed|base|interface|
|
|
335
|
+
"match": "(?<!\\$)\\b(abstract|sealed|base|interface|class|enum|extends|extension type|extension|external|factory|implements|get(?!\\()|mixin|native|operator|set(?!\\()|typedef|with|covariant)\\b(?!\\$)"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"name": "storage.modifier.dart",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-dart-default-extension",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0-next.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.1"
|
|
22
22
|
}
|
|
23
23
|
}
|