htmlbars-inline-syntax.vim
Highlight inline hbs tagged template literals using mustache sytax.
Installation
Use your favorite installation method, such as Plug.
Plug 'dustinfarris/vim-htmlbars-inline-syntax'
Make sure you have installed vim-mustache-handlebars.
Usage
In your vimrc:
autocmd BufRead,BufNewFile *.js HighlightInlineHbs
License
MIT