We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cfb9f commit 9f928fcCopy full SHA for 9f928fc
1 file changed
PowerShell.sublime-syntax
@@ -83,7 +83,6 @@ contexts:
83
- include: commands
84
- include: constants
85
- include: variables
86
- - include: attributes
87
- include: using-directives
88
- include: types
89
- include: hashtables
@@ -259,7 +258,8 @@ contexts:
259
258
- match: \b(?i:hidden|static)\b
260
scope: storage.modifier.powershell
261
262
- # TODO: Fix functions, so this doesn't nest here.
+ # TODO: Fix functions, so these don't nest here.
+ - include: attributes
263
# Begin/Process/End/Clean
264
- match: \b(?i:begin){{kebab_break}}
265
scope: keyword.context.block.begin.powershell
@@ -565,6 +565,7 @@ contexts:
565
- match: \)
566
scope: punctuation.section.group.end.powershell
567
pop: 1
568
569
- include: expressions
570
571
arrays:
0 commit comments