mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
[ts][js] update grammar to dbb24c8 (Feb 24)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<key>await-modifier</key>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>await</string>
|
||||
<string>\bawait\b</string>
|
||||
<key>name</key>
|
||||
<string>storage.modifier.js</string>
|
||||
</dict>
|
||||
@@ -377,7 +377,7 @@
|
||||
<key>expression-operator</key>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>=>|\b(delete|export|import|from|in|instanceof|module|namespace|new|typeof|void|as)\b</string>
|
||||
<string>=>|\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b</string>
|
||||
<key>name</key>
|
||||
<string>keyword.operator.js</string>
|
||||
</dict>
|
||||
@@ -1608,7 +1608,7 @@
|
||||
<key>storage-keyword</key>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(number|boolean|string|any|var|let|function|const)\b</string>
|
||||
<string>\b(number|boolean|string|any|var|let|function|const|module|namespace)\b</string>
|
||||
<key>name</key>
|
||||
<string>storage.type.js</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user