We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9fa0c commit 85423aeCopy full SHA for 85423ae
Support/PowershellSyntax.tmLanguage
@@ -250,7 +250,7 @@
250
</dict>
251
<dict>
252
<key>match</key>
253
- <string>-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains)|replace))(?!\p{L})</string>
+ <string>-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains|in)|replace))(?!\p{L})</string>
254
<key>name</key>
255
<string>keyword.operator.comparison.powershell</string>
256
0 commit comments