mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
14 lines
393 B
Text
14 lines
393 B
Text
## 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:]]*##.*$"
|