Skip to content

Commit a21580f

Browse files
omniomiTylerLeonhardt
authored andcommitted
fix xml typos (#96)
1 parent 1e0c04f commit a21580f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PowerShellSyntax.tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
<key>RequiresDirective</key>
10841084
<dict>
10851085
<key>begin</key>
1086-
<string>(?<=#)(?i:(requires))\s</string>
1086+
<string>(?&lt;=#)(?i:(requires))\s</string>
10871087
<key>beginCaptures</key>
10881088
<dict>
10891089
<key>0</key>
@@ -1106,7 +1106,7 @@
11061106
</dict>
11071107
<dict>
11081108
<key>match</key>
1109-
<string>(?<!-)\b\p{L}+|\d+(?:\.\d+)*</string>
1109+
<string>(?&lt;!-)\b\p{L}+|\d+(?:\.\d+)*</string>
11101110
<key>name</key>
11111111
<string>variable.parameter.powershell</string>
11121112
</dict>

0 commit comments

Comments
 (0)