From 2b117b5812d75ea2f130818b2cb4ae84279bef3f Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 5 Jan 2014 17:28:32 -0600 Subject: [PATCH] Added support for js highlighting for jquery/other frameworks --- vim/vundles.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vundles.vim b/vim/vundles.vim index 6bd3efb..f563d48 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -34,6 +34,7 @@ Bundle "ck3g/vim-change-hash-syntax" Bundle "briancollins/vim-jst" Bundle "pangloss/vim-javascript" Bundle "rodjek/vim-puppet" +Bundle "othree/javascript-libraries-syntax.vim" " Html, Xml, Css, Markdown... Bundle "claco/jasmine.vim" @@ -140,6 +141,7 @@ Bundle "jby/tmux.vim.git" Bundle "morhetz/gruvbox" + " Customization " The plugins listed in ~/.vim/.vundles.local will be added here to " allow the user to add vim plugins to yadr without the need for a fork.