NOTE: I originally filed this issue in VSCode's repo, but they requested that I file it here instead.
When editing an HTML file in VSCode, syntax highlighting for <script type="text/javascript"> is working just fine - even for JSX syntax:

But it is not working as soon as I change it to <script type="text/jsx">:

Also: I noticed that VSCode's "Format Document" command works on the contents of <script type="text/javascript"> but not when it is changed to <script type="text/jsx">
NOTE: I originally filed this issue in VSCode's repo, but they requested that I file it here instead.
When editing an HTML file in VSCode, syntax highlighting for
<script type="text/javascript">is working just fine - even for JSX syntax:But it is not working as soon as I change it to
<script type="text/jsx">:Also: I noticed that VSCode's "Format Document" command works on the contents of
<script type="text/javascript">but not when it is changed to<script type="text/jsx">