I am using Build 3126. Is there a work-around for this issue?
[Syntax] Highlighting discontinues in HTML within JavaScript
wbond
#2
This is because the code is not valid JavaScript, but rather JSX. You’ll need to install a package providing syntax for JSX and then open your files using that.
6 Likes