From 590a779b800880ed118c1d2618a9bae4f11f7176 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 19 Apr 2011 22:01:53 -0400 Subject: [PATCH] Added syntax highlighting plugin. --- .gitmodules | 3 +++ plugins/syntax-highlighting | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 plugins/syntax-highlighting diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..3e2dfb9f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/syntax-highlighting"] + path = plugins/syntax-highlighting + url = https://github.com/sorin-ionescu/zsh-syntax-highlighting.git diff --git a/plugins/syntax-highlighting b/plugins/syntax-highlighting new file mode 160000 index 00000000..41e84a0d --- /dev/null +++ b/plugins/syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 41e84a0d9f05ceb2409214a6fb00db7494e5c606