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:
102102 scope : keyword.context.block.begin.powershell
103103 - match : \b(?i:end){{kebab_break}}
104104 scope : keyword.context.block.end.powershell
105+ - match : \b(?i:clean){{kebab_break}}
106+ scope : keyword.context.block.clean.powershell
105107 # Loops
106108 - match : \b(?i:for|foreach(?!-object)){{kebab_break}}
107109 scope : keyword.control.loop.for.powershell
Original file line number Diff line number Diff line change @@ -1131,6 +1131,10 @@ catch { }
11311131# <- keyword.control
11321132# ^ punctuation.section.braces.begin
11331133# ^ punctuation.section.braces.end
1134+ clean { }
1135+ # <- keyword.context.block.clean
1136+ # ^ punctuation.section.braces.begin
1137+ # ^ punctuation.section.braces.end
11341138
11351139# Reserved words
11361140Configuration Crazyness {
You can’t perform that action at this time.
0 commit comments