From 4d46b1c9e970aacd19a29873b859c6c0caf83182 Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 19 Apr 2012 18:26:30 -0700 Subject: [PATCH] Add zsh syntax highlighting --- .gitmodules | 3 +++ zsh/highlighting.zsh | 1 + zsh/zsh-syntax-highlighting | 1 + 3 files changed, 5 insertions(+) create mode 100644 zsh/highlighting.zsh create mode 160000 zsh/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index 507a490..f7571aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -302,3 +302,6 @@ path = vim/bundle/vim-scripts-Specky url = https://github.com/vim-scripts/Specky.git ignore = dirty +[submodule "zsh/zsh-syntax-highlighting"] + path = zsh/zsh-syntax-highlighting + url = git://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/zsh/highlighting.zsh b/zsh/highlighting.zsh new file mode 100644 index 0000000..37da666 --- /dev/null +++ b/zsh/highlighting.zsh @@ -0,0 +1 @@ +source $yadr/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh diff --git a/zsh/zsh-syntax-highlighting b/zsh/zsh-syntax-highlighting new file mode 160000 index 0000000..bb0d575 --- /dev/null +++ b/zsh/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit bb0d575942760fe483790fe878ea43b1f781e2ca