File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 266
266
<key >comment </key >
267
267
<string >Verb-Noun </string >
268
268
<key >end </key >
269
- <string >((?=\))|(?< !`)\n|(?< !`)\r|\|) </string >
269
+ <string >((?=\))|(?< !`)\n|(?< !`)\r|(\|)) </string >
270
+ <key >endCaptures </key >
271
+ <dict >
272
+ <key >2 </key >
273
+ <dict >
274
+ <key >name </key >
275
+ <string >keyword.operator.powershell </string >
276
+ </dict >
277
+ </dict >
270
278
<key >name </key >
271
279
<string >meta.command.powershell </string >
272
280
<key >patterns </key >
279
287
<key >include </key >
280
288
<string >#lineComment </string >
281
289
</dict >
290
+ <dict >
291
+ <key >include </key >
292
+ <string >#redirection </string >
293
+ </dict >
282
294
<dict >
283
295
<key >include </key >
284
296
<string >#numericConstant </string >
285
297
</dict >
298
+ <dict >
299
+ <key >include </key >
300
+ <string >#operators </string >
301
+ </dict >
286
302
<dict >
287
303
<key >include </key >
288
304
<string >#variable </string >
868
884
<key >comment </key >
869
885
<string >Command invocation (Call) </string >
870
886
<key >match </key >
871
- <string >(& ) </string >
887
+ <string >(& |\| ) </string >
872
888
<key >name </key >
873
889
<string >keyword.operator.other.powershell </string >
874
890
</dict >
You can’t perform that action at this time.
0 commit comments