Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlight for multiple mixins/formatters. #135

Open
tempit opened this issue Dec 4, 2017 · 1 comment
Open

Syntax highlight for multiple mixins/formatters. #135

tempit opened this issue Dec 4, 2017 · 1 comment

Comments

@tempit
Copy link
Contributor

tempit commented Dec 4, 2017

.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
Copy link
Contributor Author

tempit commented Dec 24, 2017

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

@tempit tempit changed the title Investigate loss of syntax color in multiple mixin params Syntax highlight for multiple mixins/formatters. Dec 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant