Can I get VS Code to syntax-highlight JsRender templates?

Viewed 483

Inside a <script type="text/x-jsrender">, all code is displayed in white. If I just change x-jsrender to html, the syntax highlighting works as expected.

Is there a way to teach VS Code to treat x-jsrender like html?

1 Answers
Related