You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.67.2
OS Version: Windows 10 Home v. 10.0.19044 N/A Build 19044
Steps to Reproduce:
Create a <script type="text/jsx"> tag in a .html file.
Observe that syntax highlighting doesn't work inside the tag as long as script type is set to text/jsx. If it is changed to text/javascript then syntax highlighting works.
The text was updated successfully, but these errors were encountered:
Hi @aeschli , as I mentioned above, this was originally present inside a <script type="text/jsx"> tag. The image serves the same purpose of illustrating that strictly only HMTL is being recognized and no Javascript highlighting occurs. Similarly to inside the script tag, if I change the extension to .js , highlighting works. Why is there no highlighting of Javascript (even within an HTML)?
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: