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.
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.