Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rmanalan/334364 to your computer and use it in GitHub Desktop.
Save rmanalan/334364 to your computer and use it in GitHub Desktop.
mustache.vim

mustache.vim

In your shell:

cd ~/.vim/syntax
wget http://github.com/defunkt/mustache/raw/master/contrib/mustache.vim

In your ~/.vim/filetype.vim:

runtime! ftdetect/*.vim
au BufNewFile,BufRead *.mustache        setf mustache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment