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 25ebc65 commit b9ec801Copy full SHA for b9ec801
Support/PowershellSyntax.tmLanguage
@@ -134,7 +134,7 @@
134
</dict>
135
<dict>
136
<key>begin</key>
137
- <string>@"$</string>
+ <string>^@"\n</string>
138
<key>end</key>
139
<string>^"@</string>
140
<key>name</key>
@@ -205,9 +205,9 @@
205
206
207
208
- <string>@'$</string>
+ <string>@'$\n</string>
209
210
- <string>^'@</string>
+ <string>^'@$</string>
211
212
<string>string.quoted.single.heredoc.powershell</string>
213
<key>patterns</key>
0 commit comments