bajrangCoder / zed-scss

SCSS support for Zed
13 stars 4 forks source link

Support for indented syntax (.sass) #3

Open zezic opened 6 months ago

zezic commented 6 months ago

Would be good to support https://sass-lang.com/documentation/syntax/#the-indented-syntax

bajrangCoder commented 6 months ago

Of course, in the initial version, I omitted it under the assumption that the indent syntax was not widely used. However, I plan to include it in the upcoming version.

Thanks for your feedback ♥️

bajrangCoder commented 5 months ago

This will be a separate extension.(As scss tree-sitter doesn't support sass)

miphe commented 3 months ago

Would be great to add indented syntax support. As far as I know this is definitely widely used.