In your shell:
cd ~/.vim/syntax
wget http://github.com/defunkt/mustache/raw/master/contrib/mustache.vimIn your ~/.vim/filetype.vim:
runtime! ftdetect/*.vim
au BufNewFile,BufRead *.mustache setf mustacheIn your shell:
cd ~/.vim/syntax
wget http://github.com/defunkt/mustache/raw/master/contrib/mustache.vimIn your ~/.vim/filetype.vim:
runtime! ftdetect/*.vim
au BufNewFile,BufRead *.mustache setf mustache