I don't want to have errors marked in my files that aren't errors. I couldn't even figure out how to disable the ones in the SCSS file I posted earlier because it seems to be some low-level parser error you can't disable?
@sirlan It does with regular files, but .astro files are special since they contain JavaScript, JSX template code and CSS (or Sass etc). They work through a plugin.