###################### SETTINGS set nonewlines # Don't add newline to end of file set tabstospaces set tabsize 4 set nowrap on ###################### HTML HIGHLIGHTING syntax "html" "\.[p~]html$" color cyan start="<" end=">" color red "&[^;[[:space:]]]*;" color red start="=\"" end="\"" color yellow start="<\?" end="\?>" ###################### PHP HIGHLIGHTING syntax "php" "\.php[2345s~]?$" color brightblue start="<\?(php)?" end="\?>" color blue start="<[^\?]" end="[^\?]>" color cyan "\$[a-zA-Z_0-9]*" color cyan "(\[)|(\])" color green "(var|class|function|echo|case|break|default|exit|switch|if|else|elseif|@|while)\s" color white "=" color white "[,{}()]" color white "==" color red "('[^']*')|(\"[^"]*\")" color yellow start="" color yellow start="/\*" end="\*/" color yellow start="//.*" end=".*" color yellow start="#" end="$" ###################### BASH HIGHLIGHTING syntax "sh" "\.sh$" icolor brightgreen "^[0-9A-Z_]+\(\)" color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>" color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" color green "-[Ldefgruwx]\>" color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>" color brightblue "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|install|let|ln|make|mkdir|mv|rm|sed|set|tar|touch|umask|unset)\>" icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" color cyan "(^|[[:space:]])#.*$" color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" color ,green "[[:space:]]+$" syntax "nix" "^.*" icolor brightgreen "^[0-9A-Z_]+\(\)" color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>" color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)" color green "-[Ldefgruwx]\>" color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>" color brightblue "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|install|let|ln|make|mkdir|mv|rm|sed|set|tar|touch|umask|unset)\>" icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" color cyan "(^|[[:space:]])#.*$" color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" color ,green "[[:space:]]+$"