Closed miguelmota closed 9 years ago
When I run :set ft?
on my .hbs file, I get filetype=html.handlebars
.
Adding \ 'html.handlebars' : 1,
to my .vimrc makes tag highlighting work properly.
Hope it works for you! :+1:
Alright so I had to install the bundle mustache/vim-mustache-handlebars
and then MatchTag worked, as @mcmahoniel mentioned.
index.hbs
Changing the extension to html works perfectly fine, but it's not working with hbs extension.