Skip to content

Commit 813b90a

Browse files
committed
applies issue PowerShell#167 part 3a, simplify regex
1 parent 4f75ee1 commit 813b90a

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
@@ -1509,7 +1509,7 @@
15091509
<key>doubleQuotedString</key>
15101510
<dict>
15111511
<key>begin</key>
1512-
<string>(?&lt;!(?&lt;!`)")"</string>
1512+
<string>"</string>
15131513
<key>beginCaptures</key>
15141514
<dict>
15151515
<key>0</key>

0 commit comments

Comments
 (0)