From 406017ca098aca98b66aa8c1cd331495a82dd541 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 16 Aug 2013 00:46:26 -0500 Subject: [PATCH] Added mustache syntax highlighting. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 58cf7ff..9fb205a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -91,6 +91,7 @@ Bundle 'https://github.com/groenewege/vim-less.git' Bundle 'https://github.com/tpope/vim-haml.git' Bundle 'go' Bundle 'https://github.com/slim-template/vim-slim.git' +Bundle 'https://github.com/juvenn/mustache.vim.git' " Themes Bundle 'git://github.com/jnurmine/Zenburn.git'