wixplosives / stylable-intelligence

Stylable extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=wix.stylable-intelligence
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Syntax highlight for multiple mixins/formatters. #135

Open tempit opened 7 years ago

tempit commented 7 years ago

.myClass { -st-mixin: paramfulMixin('54','200'), paramfulMixin('54','200') }

2nd mixin param list, strings are not colored as strings. Scope inspector shows they are not getting string.quoted.single.css and meta.property-value.css scopes. Check if CSS hardcodes function names, find out how to add our own.

tempit commented 6 years ago

Function names are indeed hardcoded. Need to find out how (and if) it's possible to dynamically color mixins and formatters. Changed title accordingly.