1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-14 18:55:58 +02:00
nanorc/zshrc.nanorc
2012-09-25 14:18:36 -04:00

15 lines
393 B
Plaintext

## 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:]]*##.*$"