Skip to content

Commit ac61e73

Browse files
committed
Add 'sequence' keyword
Also make the relative syntax test pass.
1 parent c53e5b4 commit ac61e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ contexts:
131131
- match: (?<![.])\b(?i:(?:dynamic)?param){{kebab_break}}
132132
scope: keyword.declaration.parameter.powershell # This scope is not standard
133133
# Uncategorized keywords
134-
- match: (?<![.])\b(?i:data|default|define|from|in|inlinescript|parallel){{kebab_break}}
134+
- match: (?<![.])\b(?i:data|default|define|from|in|inlinescript|parallel|sequence){{kebab_break}}
135135
scope: keyword.control.powershell
136136
- match: \B--%\B
137137
scope: keyword.control.powershell

0 commit comments

Comments
 (0)