bling / dotvim

lean & mean vim distribution
428 stars 82 forks source link

Update Mustache and Handlebars vim plugin #26

Closed Hamled closed 8 years ago

Hamled commented 8 years ago

I noticed that the vim plugin for Mustache currently in vimrc is an older, deprecated plugin. I've updated the plugin's Github repo, and added an autocmd to correctly setup the filetype and syntax for Mustache and Handlebars files.

The autocmd line was directly copied from here, although I combined the two lines into a single autocmd because syntax highlighting for Handlebars files was not working otherwise.