Skip to content

Commit 6b4fea7

Browse files
committed
applies issue PowerShell#167 part 3a, simplify regex
1 parent 0860efe commit 6b4fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@
15481548
<key>doubleQuotedString</key>
15491549
<dict>
15501550
<key>begin</key>
1551-
<string>(?&lt;!(?&lt;!`)")"</string>
1551+
<string>"</string>
15521552
<key>beginCaptures</key>
15531553
<dict>
15541554
<key>0</key>

0 commit comments

Comments
 (0)