mustache.vim is a simple plugin for working with mustache templates. It has both syntax hilighting and indenting, which just borrows from html indent plugin.
cd ~/.vim/
git submodule add git://github.com/juvenn/mustache.vim.git bundle/mustache
vim bundle/mustache/example.mustache
cd ~/.local/src
git clone git://github.com/juvenn/mustache.vim.git
cp -R mustache.vim/syntax/* ~/.vim/syntax/
cp -R mustache.vim/indent/* ~/.vim/indent/
cp -R mustache.vim/ftdetect/* ~/.vim/ftdetect/
cp -R mustache.vim/ftplugin/* ~/.vim/ftplugin/
vim mustache.vim/example.mustache
-
Github/5long add matchit support
-
Do you get a good idea? Ping me at Twitter.