1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 00:25:39 +01:00

Merge pull request #5 from CirKu17/master

Added zshrc.nanorc
This commit is contained in:
Anthony Scopatz 2012-09-25 11:34:21 -07:00
commit c227d4d2bd

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