From 931a567019358fed1364ba24ffbd2e414ffba7ea Mon Sep 17 00:00:00 2001 From: Jannes Jeising Date: Wed, 4 Jun 2014 01:38:33 +0200 Subject: [PATCH] Added \e escape code Escape was added in PHP 5.4, see https://bugs.php.net/bug.php?id=60350 --- Syntaxes/PHP.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/PHP.plist b/Syntaxes/PHP.plist index e8b1126..eb7b32e 100644 --- a/Syntaxes/PHP.plist +++ b/Syntaxes/PHP.plist @@ -1402,7 +1402,7 @@ match - \\[nrt\\\$\"] + \\[enrt\\\$\"] name constant.character.escape.php