great project! Thank you for open sourcing it. I noticed that html formatting has some issues [example on monacode.live](https://monacode.live/?language=html&value=%3Chtml%3E%3Cbody%3E%3Ch1%3EHello%20World%3C/h1%3E%3C/body%3E%3C/html%3E) on `⌘ + s`, the html is formatted correctly but a semi-colon is added to the end [another example with spaces](https://monacode.live/?language=html&value=%3Chtml%3E%20%3Cbody%3E%20%3Ch1%3EHello%20World%3C/h1%3E%20%3C/body%3E%20%3C/html%3E) you get `{" "}` I think this is related to babel parser any guidance?