Svelte files have sections with different syntaxes: one each of JavaScript, HTML, and CSS. If I try to comment out one more lines inside the HTML section, instead of enclosing them in “”, they are now prefixed with “##”, which is really unfortunate, given how complex HTML comments are when you can’t rely on the editor to insert them and have to type them yourself.
This behaviour is fairly recent, I would say it started a few months ago. There is one syntax package for Svelte and it is what I’m using. The comments that are inserted don’t come from the syntax definition. I have no idea what language even uses “##” for its comments. I also tried disabling all other packages, with no success.
I would be grateful for any advice on how to debug and fix this.