We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b5619 commit 3a05c40Copy full SHA for 3a05c40
1 file changed
PowerShell.sublime-syntax
@@ -353,7 +353,7 @@ contexts:
353
scope: keyword.operator.logical.powershell
354
captures:
355
1: punctuation.definition.keyword.powershell
356
- - match: \B(-)(?i:and|or|not|xor){{kebab_break}}|! # <-- note `!`
+ - match: \B(-)(?i:and|or|not|xor){{kebab_break}}
357
358
359
@@ -365,7 +365,10 @@ contexts:
365
scope: keyword.operator.string-format.powershell
366
367
368
+
369
# Symbol operators
370
+ - match: \!
371
+ scope: keyword.operator.logical.powershell
372
- match: '[+/*%-]?='
373
scope: keyword.operator.assignment.powershell
374
- match: (?:\+\+|--)(?![ \t]*\d|[[:alpha:]])
0 commit comments