mustache / vim-mustache-handlebars

mustache and handlebars mode for vim
mustache.github.io
455 stars 49 forks source link

Single element html seems to break the syntax highlighting #100

Open mhourahine opened 3 years ago

mhourahine commented 3 years ago

When I have a self closing tag such as:

<i class="icon-check target-icon {{outputTarget value ../value}}" />

It seems to break the syntax highlighting in the rest of the buffer:

tmux

Kapture 2021-05-20 at 11 31 22

Any ideas on a fix for this?