Skip to content

Commit 4e9fa0c

Browse files
author
bcrotty
committed
Update PowershellSyntax.tmLanguage
1 parent f2134bf commit 4e9fa0c

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
@@ -238,7 +238,7 @@
238238
</dict>
239239
<dict>
240240
<key>match</key>
241-
<string>(?&lt;!\w)((?i:begin|break|catch|class|continue|data|define|do|dynamicparam|else|elseif|end|exit|filter|finally|for|foreach(?!=-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where|while|workflow)|%|\?)(?!\w)</string>
241+
<string>(?&lt;!\w)((?i:begin|break|catch|class|continue|data|define|do|dynamicparam|else|elseif|end|exit|filter|finally|for|foreach(?!=-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where(?!=-object)|while|workflow)|%|\?)(?!\w)</string>
242242
<key>name</key>
243243
<string>keyword.control.powershell</string>
244244
</dict>

0 commit comments

Comments
 (0)