diff options
author | Teddy Wing | 2014-06-04 13:51:47 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-04 13:51:47 -0400 |
commit | 913d74bc871e374e44fd9d639ee68a1a5e63a9a0 (patch) | |
tree | 2fd9ae173974de2bc7441cfbd0aec41de194d5e2 | |
parent | e4e0419337001ea431dd70ce4ddc5427a94f9d4f (diff) | |
download | dotvim-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.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-javascript | 0 |
2 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 diff --git a/bundle/vim-javascript b/bundle/vim-javascript new file mode 160000 +Subproject f8122fd1caca68b2592553e43dad45b3dc445a0 |