You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately these are a result of improper syntax scoping and would best be fixed by the maintainers of Atom's syntaxes.
the commas should be white, but not all of them are scoped so I can't color them consistently
Certain RGB Alpha values are given an incorrect variable.parameter.url.scss scope. This scope is correctly colored green, but should not be applied in this instance.
The hyphen is scoped as support.constant.mathematical-symbols.scss which is correctly colored as purple, but again, improperly scoped.
Numbers in this case are not given any scope, so I can't color them.
For cases like this I typically mask the improper scoping but for these specific cases I cannot because of the lack of scope specificity.
The text was updated successfully, but these errors were encountered: