From 37662b168581ca5632944fb34caa84663619a49c Mon Sep 17 00:00:00 2001 From: Thomas Rosenau Date: Thu, 3 Mar 2016 00:50:39 +0100 Subject: [PATCH] Remove bad escape --- php.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.nanorc b/php.nanorc index 19ea280..7e651d1 100644 --- a/php.nanorc +++ b/php.nanorc @@ -19,7 +19,7 @@ color yellow "[=][^>]" color magenta "[+-]*([0-9]\.)*[0-9]+([eE][+-]?([0-9]\.)*[0-9])*" color magenta "0x[0-9a-zA-Z]*" # Special Variables -color brightblue "(\$this|parent::|self::|\$this-\>)" +color brightblue "(\$this|parent::|self::|\$this->)" # Bitwise Operations color magenta "(\;|\||\^){1}" # And/Or/SRO/etc