SassyStudio
SassyStudio copied to clipboard
Inconsistent highlighting for functions
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:
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.
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.