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 1e0c04f commit a21580fCopy full SHA for a21580f
PowerShellSyntax.tmLanguage
@@ -1083,7 +1083,7 @@
1083
<key>RequiresDirective</key>
1084
<dict>
1085
<key>begin</key>
1086
- <string>(?<=#)(?i:(requires))\s</string>
+ <string>(?<=#)(?i:(requires))\s</string>
1087
<key>beginCaptures</key>
1088
1089
<key>0</key>
@@ -1106,7 +1106,7 @@
1106
</dict>
1107
1108
<key>match</key>
1109
- <string>(?<!-)\b\p{L}+|\d+(?:\.\d+)*</string>
+ <string>(?<!-)\b\p{L}+|\d+(?:\.\d+)*</string>
1110
<key>name</key>
1111
<string>variable.parameter.powershell</string>
1112
0 commit comments