Syntax highlighting and language and intellisense support for HTML style tags that use a lang="scss"
or lang="sass"
attribute.
<style lang="scss">
/* SCSS code here*/
</style>
<style lang="sass">
/* SASS code here*/
</style>
VS Code does not support pure SASS syntax, only SCSS syntax (currently). This is extension uses as external extension dependency which brings SASS language support to VS Code. If you have alternative extensions supporting SASS, consider uninstalling those to prevent grammar conflicts.