2
0
Fork 0

adding superior colors to php files

This commit is contained in:
Eric L 2015-05-03 00:08:51 -06:00
parent 584d9ff847
commit f515938aaa
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ syntax "php" "\.php[2345s~]?$"
color red "[-+/*=<>?:!~%&|]"
color brightmagenta "(<\?(php)?|\?>)"
color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
color black "[(]"
color white "[(]"
color green "\<(float|global|double|bool|char|int|enum|const)\>"
color brightblack "\<(class|new|private|public|function|for|foreach|if|while|do|var)\>"
color brightblack "\<(return|else|elseif|case|default|switch)\>"
@ -14,6 +14,5 @@ color brightyellow "\$[A-Za-z_][A-Za-z0-9_]*"
color cyan "(^|[[:space:]])//.*"
color cyan start="/\*" end="\*/"
color brightwhite,cyan "TODO:?"
color ,green "[[:space:]]+$"
color ,red " + +| + +"
#color ,green "[[:space:]]+$"
# +EXTRALINT