We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8683958 commit 3a8aae8Copy full SHA for 3a8aae8
PowerShell.sublime-syntax
@@ -65,22 +65,24 @@ contexts:
65
- include: regions
66
- include: requires-directives
67
68
- # Normal code
69
- include: escape-sequences
70
- include: literal-after
71
72
- - include: commands
73
- - include: constants
+ # Normal code
74
- include: types
75
- - include: hashtables
76
- - include: variables
77
- include: strings
78
- include: numbers
79
- - include: data-blocks
+ - include: constants
+ - include: variables
+
+ - include: hashtables
+ - include: arrays
80
81
+ - include: commands
82
83
+ - include: data-blocks
84
- include: script-blocks
85
- include: groups
- - include: arrays
86
- include: subexpressions
87
88
# Consume a string with a trailing dot to prevent members with
0 commit comments