microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.87k stars 29.15k forks source link

[html] Support SCSS in HTML with <style type="text/scss"> #57469

Open ItalyPaleAle opened 6 years ago

ItalyPaleAle commented 6 years ago

I'm using a framework that lets me write SCSS code in HTML files, by marking them in a block with <style type="text/scss">. While VS Code seems to be perfectly fine with SCSS, it doesn't seem to support it inside a HTML file. As such, I get errors from the CSS parsers when using SCSS features, IntelliSense isn't working, etc.

vscodebot[bot] commented 6 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

NickRimer03 commented 5 years ago

any progress on this feature?