Merge 804c1750babe0e711f0039b18a118579dc0bba35 into e001bfb912c8c308bb780e019c83f88280cdf05b

This commit is contained in:
CirKu17 2012-09-25 11:29:00 -07:00
commit fc4df13a13

14
zshrc.nanorc Normal file
View File

@ -0,0 +1,14 @@
## 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:]]*##.*$"