SCSS support for Zed.
- Syntax Highlighting
- Outline View
- IntelliSense(uses vscode-css-language-server and some-sass)
- Formatting
Provide your feedback to improve this extension.
-
Unable to parse (
#{}
and@include
) but works in some cases:color: $color; // Correct formatting color: #{$color}; // Breaks formatting color: $color; // Incorrect formatting
li { display: inline-block; margin: { left: -2px; right: 2em; } }
MIT