Skip to content

Commit 2dc8305

Browse files
committed
Merge pull request #1 from dwarburt/master
heredoc ending symbol does not require its own line.
2 parents bd84aa1 + c029338 commit 2dc8305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Support/PowershellSyntax.JSON-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"begin": "@\"$",
74-
"end": "^\"@$",
74+
"end": "^\"@",
7575
"name": "string.quoted.double.heredoc.powershell",
7676
"patterns": [
7777
{

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<key>begin</key>
117117
<string>@"$</string>
118118
<key>end</key>
119-
<string>^"@$</string>
119+
<string>^"@</string>
120120
<key>name</key>
121121
<string>string.quoted.double.heredoc.powershell</string>
122122
<key>patterns</key>

0 commit comments

Comments
 (0)