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