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 09204aa commit 1e177ceCopy full SHA for 1e177ce
PowerShellSyntax.tmLanguage
@@ -1108,11 +1108,11 @@
1108
<array>
1109
<dict>
1110
<key>include</key>
1111
- <string>#stringEscapeChars</string>
+ <string>#illegalVariable</string>
1112
</dict>
1113
1114
1115
- <string>#illegalVariable</string>
+ <string>#stringEscapeChars</string>
1116
1117
1118
@@ -1134,6 +1134,10 @@
1134
<string>string.quoted.double.heredoc.powershell</string>
1135
<key>patterns</key>
1136
1137
+ <dict>
1138
+ <key>include</key>
1139
1140
+ </dict>
1141
1142
1143
<string>#stringEscapeChars</string>
0 commit comments