diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-05-15 11:26:36 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-05-15 11:26:36 -0500 |
| commit | 10ed84a8e457719ca90c317a6f6f6a89e656f886 (patch) | |
| tree | eb10ef86a5d508df63abcae77b7db9a2121cd87c | |
| parent | f40d31051df59eacc297aaa07810e2fe4ef8ef4a (diff) | |
Adds mustache coloring for vim
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/bundle/mustache | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f22a189..110888a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vim/lua-inspect"] path = vim/lua-inspect url = git://github.com/davidm/lua-inspect.git +[submodule "vim/bundle/mustache"] + path = vim/bundle/mustache + url = git://github.com/mustache/vim-mode.git diff --git a/vim/bundle/mustache b/vim/bundle/mustache new file mode 160000 +Subproject 291e49908af86f2805d1a93b6a476f04906e28e |