Hi, I noticed an issue on https://repl-vuejs.vercel.app/.
When using Cmd + / to toggle comments inside a <script setup> block
the editor incorrectly applies HTML comments instead of JavaScript/TypeScript comments (//).
It seems like the editor isn't correctly recognizing the language context inside the script tag as JS/TS.
