Skip to content

Commit 85423ae

Browse files
author
bcrotty
committed
Add -In, -NotIn to Comparison Operators
1 parent 4e9fa0c commit 85423ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
</dict>
251251
<dict>
252252
<key>match</key>
253-
<string>-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains)|replace))(?!\p{L})</string>
253+
<string>-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains|in)|replace))(?!\p{L})</string>
254254
<key>name</key>
255255
<string>keyword.operator.comparison.powershell</string>
256256
</dict>

0 commit comments

Comments
 (0)