SassyStudio icon indicating copy to clipboard operation
SassyStudio copied to clipboard

Inconsistent highlighting for functions

Open altearius opened this issue 11 years ago • 1 comments

Functions that start with a dash (such as browser-specific extensions) are taking the "SCSS CSS Property Value" highlighting, while other functions are taking the "SCSS User Function Reference" color:

image

Also, linear-gradient is not really a "User" function, though I am not clear on the intended difference between SCSS Function Reference and SCSS User Function Reference.

I am using SassyStudio 0.8.8.

altearius avatar Dec 20 '13 14:12 altearius

I'll see why those first two aren't being detected as functions.

The difference between between Function Reference and User Function Reference is that Function Reference is a well-known sass function, where user function reference is everything else so that would also cover any functions you make in your sass files. I'll add well-known css function's to the Function Reference classifier as well.

darrenkopp avatar Dec 20 '13 14:12 darrenkopp