Merge pull request #92 from ThomasR/patch-1

Remove bad escape
This commit is contained in:
Anthony Scopatz 2016-03-02 18:55:34 -05:00
commit 51d79223f8
1 changed files with 1 additions and 1 deletions

View File

@ -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