aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2014-06-04 13:51:47 -0400
committerTeddy Wing2014-06-04 13:51:47 -0400
commit913d74bc871e374e44fd9d639ee68a1a5e63a9a0 (patch)
tree2fd9ae173974de2bc7441cfbd0aec41de194d5e2 /.gitmodules
parente4e0419337001ea431dd70ce4ddc5427a94f9d4f (diff)
downloaddotvim-913d74bc871e374e44fd9d639ee68a1a5e63a9a0.tar.bz2
Add vim-javascript plugin for better syntax highlighting
The stock highlighting didn't recognise multiline strings. "Like this \ one" Add a better JS syntax highlighter.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 93924c9..8f24424 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,6 @@
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
+[submodule "bundle/vim-javascript"]
+ path = bundle/vim-javascript
+ url = https://github.com/pangloss/vim-javascript.git