Skip to content

Commit 4a76e10

Browse files
committed
fix digits in types (removed by accident.)
1 parent 5e1cd60 commit 4a76e10

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
@@ -864,7 +864,7 @@
864864
<array>
865865
<dict>
866866
<key>match</key>
867-
<string>(\p{L}|\.|``\d+)+?</string>
867+
<string>(?!\d+|\.)(?:\p{L}|\p{N}|\.)+</string>
868868
<key>name</key>
869869
<string>storage.type.powershell</string>
870870
</dict>

0 commit comments

Comments
 (0)