Skip to content

Commit 61bb5fa

Browse files
committed
fix unicode escape min length
1 parent 872f5c4 commit 61bb5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3821,7 +3821,7 @@
38213821
<array>
38223822
<dict>
38233823
<key>match</key>
3824-
<string>`u\{(?:(?:10)?([0-9a-fA-F]){,4}|0?\g&lt;1&gt;{1,5})}</string>
3824+
<string>`u\{(?:(?:10)?([0-9a-fA-F]){1,4}|0?\g&lt;1&gt;{1,5})}</string>
38253825
<key>name</key>
38263826
<string>constant.character.escape.powershell</string>
38273827
</dict>

0 commit comments

Comments
 (0)