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.
2 parents 25ebc65 + ee44ce8 commit 91a4845Copy full SHA for 91a4845
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