Is there any Vs Code extension to syntax-highlight HTML inside ?
<script id="template" type="text/ractive"> <p>Hello, world!</p> </script>
Hello, world!
" />Hello, world!
" />Hello, world!
"/>Is there any Vs Code extension to syntax-highlight HTML inside ?
<script id="template" type="text/ractive"> <p>Hello, world!</p> </script>
Copyright © 2021 Jogjafile Inc.
I found the solution:
from this link I followed the same logic: https://forum.camunda.io/t/syntax-highlighting-for-cam-script-in-vsc/15218/2
so
html.tmLanguage.jsonjscriptin the file| ractive |after| jscript\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t |should look like this:
the result (image) the resulting hightlighting; not perfect but will do