diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-01 19:00:32 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-01 19:00:32 +0200 |
commit | 2053a6dc8d4d25cca95b2bd177ea213452208157 (patch) | |
tree | 7aa59fc39ad9094763f073daafb5ec4eec456136 /.gitmodules | |
parent | a6e63e70834f9072c446cb36134149e2eccb8003 (diff) | |
download | dotfiles-2053a6dc8d4d25cca95b2bd177ea213452208157.tar.gz dotfiles-2053a6dc8d4d25cca95b2bd177ea213452208157.tar.xz |
add zsh syntax highlighting
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8a273bb..0464967 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule ".vim/bundle/ultisnips"] path = .vim/bundle/ultisnips url = https://github.com/SirVer/ultisnips.git +[submodule ".zsh/zsh-syntax-highlighting-git"] + path = .zsh/zsh-syntax-highlighting-git + url = https://github.com/zsh-users/zsh-syntax-highlighting.git |