Skip to content

Commit 312b05b

Browse files
committed
Merge pull request #31 from william-voyek/master
removed `$` from end tag of single-quote here-string
2 parents b77a207 + 204a671 commit 312b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<key>begin</key>
208208
<string>@'\n</string>
209209
<key>end</key>
210-
<string>^'@$</string>
210+
<string>^'@</string>
211211
<key>name</key>
212212
<string>string.quoted.single.heredoc.powershell</string>
213213
<key>patterns</key>

0 commit comments

Comments
 (0)