Skip to content

Commit 931a567

Browse files
committed
Added \e escape code
Escape was added in PHP 5.4, see https://bugs.php.net/bug.php?id=60350
1 parent c254335 commit 931a567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/PHP.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@
14021402
</dict>
14031403
<dict>
14041404
<key>match</key>
1405-
<string>\\[nrt\\\$\"]</string>
1405+
<string>\\[enrt\\\$\"]</string>
14061406
<key>name</key>
14071407
<string>constant.character.escape.php</string>
14081408
</dict>

0 commit comments

Comments
 (0)