joukevandermaas / vim-ember-hbs

Ember Handlebars/HTMLBars plugin for Vim with indentation support
MIT License
46 stars 12 forks source link

Ignore less-than sigil in strings #14

Closed sukima closed 1 year ago

sukima commented 3 years ago

Prior to this change, adding a > character in a string would terminate the surrounding component highlighting.

This change adds the extend keyword to force Vim to ignore the keepend keyword for contained hbsString.

:help syn-extend

Fixes #12