File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ contexts:
353353 scope : keyword.operator.logical.powershell
354354 captures :
355355 1 : punctuation.definition.keyword.powershell
356- - match : \B(-)(?i:and|or|not|xor){{kebab_break}}|! # <-- note `!`
356+ - match : \B(-)(?i:and|or|not|xor){{kebab_break}}
357357 scope : keyword.operator.logical.powershell
358358 captures :
359359 1 : punctuation.definition.keyword.powershell
@@ -365,7 +365,10 @@ contexts:
365365 scope : keyword.operator.string-format.powershell
366366 captures :
367367 1 : punctuation.definition.keyword.powershell
368+
368369 # Symbol operators
370+ - match : \!
371+ scope : keyword.operator.logical.powershell
369372 - match : ' [+/*%-]?='
370373 scope : keyword.operator.assignment.powershell
371374 - match : (?:\+\+|--)(?![ \t]*\d|[[:alpha:]])
You can’t perform that action at this time.
0 commit comments