14 lines
393 B
Text
Executable file
14 lines
393 B
Text
Executable file
## Hightlightings for zsh configuration files (most used keywords)
|
|
syntax "zshrc" "\.?zshrc$"
|
|
|
|
## Keywords
|
|
color red "\<(autoload|prompt(init)?|zstyle|zmodload|compinit|setopt|export|source)\>"
|
|
color magenta "\<(alias|bindkey|function)\>"
|
|
|
|
## Strings
|
|
icolor white ""(\\.|[^"])*""
|
|
icolor white "'(\\.|[^'])*'"
|
|
|
|
## Comments
|
|
icolor brightblue "^[[:space:]]*#.*$"
|
|
icolor cyan "^[[:space:]]*##.*$"
|