Skip to content

Commit 2cd88f4

Browse files
authored
Add -shl and -shr to bitwise operators
1 parent 5d9c5b5 commit 2cd88f4

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
@@ -311,7 +311,7 @@
311311
</dict>
312312
<dict>
313313
<key>match</key>
314-
<string>(?&lt;!\w)-(?i:band|bor|bnot|bxor)(?!\p{L})</string>
314+
<string>(?&lt;!\w)-(?i:band|bor|bnot|bxor|shl|shr)(?!\p{L})</string>
315315
<key>name</key>
316316
<string>keyword.operator.bitwise.powershell</string>
317317
</dict>

0 commit comments

Comments
 (0)