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 3e980ff commit 96e3df7Copy full SHA for 96e3df7
TypeScript.tmLanguage
@@ -1756,7 +1756,7 @@
1756
<key>var-expr</key>
1757
<dict>
1758
<key>begin</key>
1759
- <string>(?<!\()\s*\b(var|let|const(?!\s+enum)\b)</string>
+ <string>(?<!\()\s*\b(var|let|const(?!\s+enum))\b</string>
1760
<key>beginCaptures</key>
1761
1762
<key>1</key>
TypeScriptReact.tmLanguage
@@ -2122,7 +2122,7 @@
2122
2123
2124
2125
2126
2127
2128
0 commit comments