Skip to content

Commit 204a671

Browse files
author
William Voyek
committed
removed $ from end tag of single-quote here-string
1 parent 22c4432 commit 204a671

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)