dotfiles-pub/common/nano/syntax/php.nanorc

43 lines
1.5 KiB
Plaintext

syntax "php" "\.php[2345s~]?$"
header "^(//|/\*).*[Pp][Hh][Pp]|<\?php\>"
# Resets everything back to plain text coloring.
# Can be used at the start of each theme file.
color white "^.*$"
color yellow "[-+/*=<>?:!~%&|]"
color red "(<\?(php)?|\?>)"
color cyan "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
color white "[(]"
color blue "\<(float|global|double|bool|char|int|enum|const)\>"
color red "\<(class|new|private|public|function|for|foreach|if|while|do|var)\>"
color red "\<(return|else|elseif|case|default|switch)\>"
color red "\<(goto|break|continue)\>"
color brightwhite "\<(true|false)\>"
color green ""(\\.|[^"])*"|'(\\.|[^'])*'"
color blue "\$[A-Za-z_][A-Za-z0-9_]*"
color brightblack "(^|[[:space:]])//.*"
color brightblack start="/\*" end="\*/"
comment "//"
color brightwhite,cyan "\<TODO\>:?"
color brightwhite,cyan "\<FIXME\>:?"
color ,red "[[:space:]]+$"
color brightyellow " + +| + +"
# rainbow indent
color ,brightblack "^[[:space:]]{32}"
color ,black "^[[:space:]]{30}"
color ,brightblack "^[[:space:]]{28}"
color ,black "^[[:space:]]{26}"
color ,brightblack "^[[:space:]]{24}"
color ,black "^[[:space:]]{22}"
color ,brightblack "^[[:space:]]{20}"
color ,black "^[[:space:]]{18}"
color ,brightblack "^[[:space:]]{16}"
color ,black "^[[:space:]]{14}"
color ,brightblack "^[[:space:]]{12}"
color ,black "^[[:space:]]{10}"
color ,brightblack "^[[:space:]]{8}"
color ,black "^[[:space:]]{6}"
color ,brightblack "^[[:space:]]{4}"
color ,black "^[[:space:]]{2}"