ES6 String Substitution syntax highlighting

I’ve started to use the ES6 String Substitution syntax

console.log(`The variable value is ${variable}`)

instead of

console.log("The variable value is " + variable)

It is a bit more difficult to work with as its syntax as a string isn’t highlighted.

An update with this would be appreciated.

Thanks for all the work you do.

Support. I use this format, and this syntax would be really really helpful in my developing