From 035015ed56029688de5b4a5f66cfb28e21f84d77 Mon Sep 17 00:00:00 2001 From: ys Date: Wed, 24 Apr 2013 12:19:16 +0800 Subject: [PATCH] add: A syntax highlighting tool for zsh. Included by git submodule function. Plugin home, https://github.com/zsh-users/zsh-syntax-highlighting. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..e5ab7c726 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/zsh-syntax-highlighting"] +path = plugins/zsh-syntax-highlighting +url = git://github.com/zsh-users/zsh-syntax-highlighting.git \ No newline at end of file