SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

SCSS parameters and boolean type coloring issue #23

Closed suwaishing closed 5 years ago

suwaishing commented 5 years ago

First of all, I highly appreciate your work here with quickly respond. Secondly, there're still problems with the parameters and value true false in SCSS, as below image

and this is SCSS parameters image

Environment

More info

_Originally posted by @suwaishing in https://github.com/braver/SublimeSass/issue_comments#issuecomment-434901376_

braver commented 5 years ago

Just to make sure I understand you correctly:

Migshu commented 5 years ago

Variables ceased to be painted in orange color. In addition, the compiler (Koala) does not see them, gives an error. What to do? 2018-11-02 19 42 12 2018-11-02_19-45-31 2018-11-02_19-46-50

braver commented 5 years ago

Variables ceased to be painted in orange color

This is probably as expected. See #22. The old version of this package used incorrect scopes for variables.

I don't know what the Koala app is or what problem you're facing there. I doubt this syntax has anything to do with that though.

Migshu commented 5 years ago

The old version of this package used incorrect scopes for variables.

Thanks for your prompt reply!

braver commented 5 years ago

Closed: variables shouldn't be orange, true/false constants have been added in 2.2.1