mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Update php syntax rules
This commit is contained in:
parent
496fab031c
commit
7958dc0592
2 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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 "(#.*|//.*)$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue