Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajrangcoder/zed-scss
SCSS support for Zed
https://github.com/bajrangcoder/zed-scss
extension scss zed
Last synced: about 15 hours ago
JSON representation
SCSS support for Zed
- Host: GitHub
- URL: https://github.com/bajrangcoder/zed-scss
- Owner: bajrangCoder
- Created: 2024-04-30T16:26:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:20:45.000Z (3 months ago)
- Last Synced: 2024-08-29T16:01:40.703Z (3 months ago)
- Topics: extension, scss, zed
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zed-scss
SCSS support for [Zed](https://zed.dev).
## Features
- Syntax Highlighting
- Outline View
- IntelliSense(uses vscode-css-language-server and [some-sass](https://github.com/wkillerud/some-sass/))
- Formatting## Grammar
- [tree-sitter-scss](https://github.com/tree-sitter-grammars/tree-sitter-scss)
## Feedback
Provide your feedback to improve this extension.
## Known Issues
- Unable to parse (`#{}` and `@include`) but works in some cases:
1.
```scss
color: $color; // Correct formatting
color: #{$color}; // Breaks formatting
color: $color; // Incorrect formatting
```2.
```scss
li {
display: inline-block;
margin: {
left: -2px;
right: 2em;
}
}
```## Contributers
## License
MIT