Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 909 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 909 Bytes

zed-scss

SCSS support for Zed.

Features

  • Syntax Highlighting
  • Outline View
  • IntelliSense(uses vscode-css-language-server and some-sass)
  • Formatting

Grammar

Feedback

Provide your feedback to improve this extension.

Known Issues

  • 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;
      }
    }

Contributers

License

MIT