dustinfarris / vim-htmlbars-inline-syntax

Highlight hbs tagged template literals
22 stars 1 forks source link

Support for vim-ember-hbs #4

Open josemarluedke opened 7 years ago

josemarluedke commented 7 years ago

Would be nice to support https://github.com/joukevandermaas/vim-ember-hbs as well instead of just vim-mustache-handlebars. Any way this plugin could be changed to support any generic handlebars syntax highlighting?

Thanks for creating this.

dustinfarris commented 7 years ago

Thanks for reporting! I'll take a look at vim-ember-hbs, might be a way to conditionally grab the syntax if that's what you're using.