File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 248
248
</dict >
249
249
<dict >
250
250
<key >match </key >
251
- <string >(?< !\w|-|\.)((?i:begin|break|catch|continue|data|default|define|do|dynamicparam|else|elseif|end|exit|finally|for|foreach-object| from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|var|where-object |while)|%|\?)(?!\w) </string >
251
+ <string >(?< !\w|-|\.)((?i:begin|break|catch|continue|data|default|define|do|dynamicparam|else|elseif|end|exit|finally|for|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|var|while)|%|\?)(?!\w) </string >
252
252
<key >name </key >
253
253
<string >keyword.control.powershell </string >
254
254
</dict >
255
255
<dict >
256
256
<key >match </key >
257
- <string >(?< !\w|-|[^\)]\.)((?i:foreach|where)|%|\?)(?!\w) </string >
257
+ <string >(?< !\w|-|[^\)]\.)((?i:( foreach|where)(?!-object) )|%|\?)(?!\w) </string >
258
258
<key >name </key >
259
259
<string >keyword.control.powershell </string >
260
260
</dict >
You can’t perform that action at this time.
0 commit comments