File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 242
242
</dict >
243
243
<dict >
244
244
<key >match </key >
245
- <string >(?< !\w|-|\.)((?i:begin|break|catch|continue|data|default|define|do|dynamicparam|else|elseif|end|exit|finally|for|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|var|while)|%|\?)(?!\w) </string >
245
+ <string >(?< !\w|-|\.)((?i:begin|break|catch|continue|data|default|define|do|dynamicparam|else|elseif|end|exit|finally|for|from|if|in|inlinescript|parallel|param|process|return|sequence| switch|throw|trap|try|until|var|while)|%|\?)(?!\w) </string >
246
246
<key >name </key >
247
247
<string >keyword.control.powershell </string >
248
248
</dict >
Original file line number Diff line number Diff line change @@ -1161,11 +1161,14 @@ workflow w1 {}
1161
1161
# ^ entity.name.function.powershell
1162
1162
# ^ punctuation.section.braces.begin.powershell
1163
1163
# ^ punctuation.section.braces.end.powershell
1164
- Workflow work {}
1164
+ Workflow work { sequence {} }
1165
1165
# <- storage.type.powershell
1166
1166
# ^ entity.name.function.powershell
1167
1167
# ^ punctuation.section.braces.begin.powershell
1168
- # ^ punctuation.section.braces.end.powershell
1168
+ # ^^^^^^^^ keyword.control.powershell
1169
+ # ^ punctuation.section.braces.begin.powershell
1170
+ # ^ punctuation.section.braces.end.powershell
1171
+ # ^ punctuation.section.braces.end.powershell
1169
1172
get-thing | Out-WithYou > $null # destroy
1170
1173
# ^ ^ support.function.powershell
1171
1174
# ^ keyword.operator.other.powershell
You can’t perform that action at this time.
0 commit comments