Update php syntax rules

This commit is contained in:
Zachary Yedidia
2016-12-22 18:34:10 -05:00
parent 496fab031c
commit 7958dc0592
2 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,8 @@ color statement "(=>|===|!==|==|!=|&&|\|\||::|=|->|\!)"
color default "(\$[a-zA-Z0-9\-_]+)"
color default "[\(|\)|/|+|-|\*|\[|,|;]"
color constant.string "('.*?'|\".*?\")"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color constant.specialChar "\\[abfnrtv'\"\\]"
color comment start="/\*" end="\*/"
color comment "(#.*|//.*)$"