Skip to content

bajrangCoder/zed-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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