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.
2 parents 529562f + 6bc734e commit 40d2d8fCopy full SHA for 40d2d8f
PowerShellSyntax.tmLanguage
@@ -283,7 +283,7 @@
283
<key>comment</key>
284
<string>capture should be entity.name.type, but it doesn't provide a good color in the default schema.</string>
285
<key>match</key>
286
- <string>(?<!\w)((?i:class)|%|\?)(?:\s)+((?:\p{L}|\d|_|-|)+)\b</string>
+ <string>(?<!\w|-)((?i:class)|%|\?)(?:\s)+((?:\p{L}|\d|_|-|)+)\b</string>
287
</dict>
288
<dict>
289
0 commit comments