We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfea0ec commit ee44ce8Copy full SHA for ee44ce8
Support/PowershellSyntax.tmLanguage
@@ -134,7 +134,7 @@
134
</dict>
135
<dict>
136
<key>begin</key>
137
- <string>@"(?=\n)</string>
+ <string>^@"\n</string>
138
<key>end</key>
139
<string>^"@</string>
140
<key>name</key>
@@ -205,7 +205,7 @@
205
206
207
208
- <string>@'$\n</string>
+ <string>@'\n</string>
209
210
<string>^'@$</string>
211
0 commit comments