From b47e6a9cca05f6f60970ece140bfdadceca266c4 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 16 Aug 2013 00:49:22 -0500 Subject: [PATCH] Added puppet syntax highlighting. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index b84e8d5..b01d23e 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -92,6 +92,7 @@ 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' +Bundle 'https://github.com/puppetlabs/puppet-syntax-vim.git' " Themes Bundle 'git://github.com/jnurmine/Zenburn.git'