Skip to content

Commit 490d3b4

Browse files
committed
merge with remote
2 parents 07a81c4 + 2dc8305 commit 490d3b4

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
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"begin": "@\"$",
77-
"end": "^\"@$",
77+
"end": "^\"@",
7878
"name": "string.quoted.double.heredoc.powershell",
7979
"patterns": [
8080
{

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<key>begin</key>
123123
<string>@"$</string>
124124
<key>end</key>
125-
<string>^"@$</string>
125+
<string>^"@</string>
126126
<key>name</key>
127127
<string>string.quoted.double.heredoc.powershell</string>
128128
<key>patterns</key>

0 commit comments

Comments
 (0)