We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53e5b4 commit ac61e73Copy full SHA for ac61e73
PowerShell.sublime-syntax
@@ -131,7 +131,7 @@ contexts:
131
- match: (?<![.])\b(?i:(?:dynamic)?param){{kebab_break}}
132
scope: keyword.declaration.parameter.powershell # This scope is not standard
133
# Uncategorized keywords
134
- - match: (?<![.])\b(?i:data|default|define|from|in|inlinescript|parallel){{kebab_break}}
+ - match: (?<![.])\b(?i:data|default|define|from|in|inlinescript|parallel|sequence){{kebab_break}}
135
scope: keyword.control.powershell
136
- match: \B--%\B
137
0 commit comments