We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf26fd commit 0c55341Copy full SHA for 0c55341
TypeScriptReact.YAML-tmLanguage
@@ -448,7 +448,7 @@ repository:
448
449
storage-keyword:
450
name: storage.type.tsx
451
- match: \b(number|boolean|string|var|let|function|const)\b
+ match: \b(number|boolean|string|any|var|let|function|const)\b
452
453
paren-expression:
454
begin: \(
TypeScriptReact.tmLanguage
@@ -1535,7 +1535,7 @@
1535
<key>storage-keyword</key>
1536
<dict>
1537
<key>match</key>
1538
- <string>\b(number|boolean|string|var|let|function|const)\b</string>
+ <string>\b(number|boolean|string|any|var|let|function|const)\b</string>
1539
<key>name</key>
1540
<string>storage.type.tsx</string>
1541
</dict>
0 commit comments