From f8ba76e20d523ba24eb9776890c234462837a7fc Mon Sep 17 00:00:00 2001 From: santi Date: Sat, 28 Jul 2012 16:01:34 -0700 Subject: [PATCH] adding syntax-highlighting to plugins as a submodule --- .gitmodules | 3 +++ plugins/zsh-syntax-highlighting | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 plugins/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..0a81941f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/zsh-syntax-highlighting"] + path = plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/plugins/zsh-syntax-highlighting b/plugins/zsh-syntax-highlighting new file mode 160000 index 000000000..732b7d6e6 --- /dev/null +++ b/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 732b7d6e65c0349ee1d89b698bf9cd8a30c1015d