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 49cbb31 commit 2916fcfCopy full SHA for 2916fcf
Support/PowershellSyntax.tmLanguage
@@ -142,7 +142,7 @@
142
</dict>
143
<dict>
144
<key>begin</key>
145
- <string>\@"(?=\n)</string>
+ <string>\@"(?=$)</string>
146
<key>end</key>
147
<string>^"@</string>
148
<key>name</key>
@@ -165,7 +165,7 @@
165
166
167
168
- <string>\@'(?=\n)</string>
+ <string>\@'(?=$)</string>
169
170
<string>^'@</string>
171
0 commit comments