Describe the bug
In HTML files, syntax highlighting for javascript is gone when adding type="module" to the script tag.
To Reproduce
Steps to reproduce the behavior:
<script>if (true) {console.log('hi')}('hi')</script> somewhere in the file.type="module". I.e., edit the code to be <script type="module">if (true) {console.log('hi')}</script>.Expected behavior
For the javascript syntax highlighting to work for module scripts.
Screenshots
Javascript syntax highlighting working in non-module scripts: (no problem here)

Javascript syntax highlighting not working in module scripts:

Desktop:
Additional context
None.
May be fixable by updating our version of Monaco. I'll check into it.
It took some fancy maneuvering (aka literally anything with Monaco) but I got this one!
Most helpful comment
It took some fancy maneuvering (aka literally anything with Monaco) but I got this one!