nanorc/zshrc.nanorc

15 lines
393 B
Plaintext
Raw Normal View History

2012-09-25 20:18:36 +02:00
## 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:]]*##.*$"