From 804c1750babe0e711f0039b18a118579dc0bba35 Mon Sep 17 00:00:00 2001 From: CirKu17 Date: Tue, 25 Sep 2012 14:18:36 -0400 Subject: [PATCH] zshrc added --- zshrc.nanorc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zshrc.nanorc diff --git a/zshrc.nanorc b/zshrc.nanorc new file mode 100644 index 0000000..e5d4183 --- /dev/null +++ b/zshrc.nanorc @@ -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:]]*##.*$"