sass / linter

An experimental Sass linter written using the Dart Sass AST
MIT License
39 stars 6 forks source link

Support the indented syntax #28

Open nex3 opened 5 years ago

nex3 commented 5 years ago

Right now, the linter only parses files that use the SCSS syntax. It should detect if files have the .scss syntax, and use the indented syntax parser for them. Both syntaxes produce the same AST, so it should be relatively easy to support both.