Skip to content

Commit ee44ce8

Browse files
author
William Voyek
committed
retry suggested changes
1 parent dfea0ec commit ee44ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</dict>
135135
<dict>
136136
<key>begin</key>
137-
<string>@"(?=\n)</string>
137+
<string>^@"\n</string>
138138
<key>end</key>
139139
<string>^"@</string>
140140
<key>name</key>
@@ -205,7 +205,7 @@
205205
</dict>
206206
<dict>
207207
<key>begin</key>
208-
<string>@'$\n</string>
208+
<string>@'\n</string>
209209
<key>end</key>
210210
<string>^'@$</string>
211211
<key>name</key>

0 commit comments

Comments
 (0)