We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8aae8 commit cba79c8Copy full SHA for cba79c8
1 file changed
PowerShell.sublime-syntax
@@ -158,8 +158,6 @@ contexts:
158
scope: keyword.control.conditional.switch.powershell
159
- match: \b(?i:default){{kebab_break}}
160
scope: keyword.control.conditional.default.powershell
161
- - match: \?
162
- scope: keyword.control.conditional.select.powershell
163
- match: \b(?i:where(?!-object)){{kebab_break}}
164
scope: keyword.control.conditional.select.powershell
165
@@ -678,6 +676,8 @@ contexts:
678
676
scope: keyword.operator.logical.pipe.powershell
679
677
- match: \?\?
680
scope: keyword.operator.null-coalescing.powershell
+ - match: '[?:]'
+ scope: keyword.operator.ternary.powershell
681
- match: ;
682
scope: punctuation.terminator.statement.powershell
683
- match: \`(?=\n|$)
0 commit comments