File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ contexts:
102
102
scope : keyword.context.block.begin.powershell
103
103
- match : \b(?i:end){{kebab_break}}
104
104
scope : keyword.context.block.end.powershell
105
+ - match : \b(?i:clean){{kebab_break}}
106
+ scope : keyword.context.block.clean.powershell
105
107
# Loops
106
108
- match : \b(?i:for|foreach(?!-object)){{kebab_break}}
107
109
scope : keyword.control.loop.for.powershell
Original file line number Diff line number Diff line change @@ -1131,6 +1131,10 @@ catch { }
1131
1131
# <- keyword.control
1132
1132
# ^ punctuation.section.braces.begin
1133
1133
# ^ punctuation.section.braces.end
1134
+ clean { }
1135
+ # <- keyword.context.block.clean
1136
+ # ^ punctuation.section.braces.begin
1137
+ # ^ punctuation.section.braces.end
1134
1138
1135
1139
# Reserved words
1136
1140
Configuration Crazyness {
You can’t perform that action at this time.
0 commit comments