vscode text coloring inside HTML script tag

Viewed 1822

I would like JS <script type="xx"> content to be colored nicely inside my HTML document.

Right now, when adding the type to a script tag, the element text becomes uniform white, as seen below.

enter image description here

Of course, the JS code is colored nicely within the HTML if removing the type attribute.

Is there some setting I can modify to make this work?

1 Answers
Related