Your extension is working perfectly for my need to have syntax highlighting (in javascript) when declaring an HTML template inside backticks in the component declaration (template: ...html code...) but it won't work on embedding html directly inside a variable (const mytemplate = ...html code...). Do you think it's possible to change the extension to just act on any backticked variable? Thanks a lot!