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

Negative selectors #5

Closed
alehandrof opened this issue Mar 2, 2014 · 2 comments
Closed

Negative selectors #5

alehandrof opened this issue Mar 2, 2014 · 2 comments
Labels

Comments

@alehandrof
Copy link

Sublime supports negative selectors. Here's an example from the default Monokai theme:

constant.numeric.line-number.find-in-files - match

They're less useful than they appear, as it's almost always better to tweak the syntax than to monkey around the color scheme, but there have you it.

@FichteFoll
Copy link
Owner

They are supported natively by the CSScheme syntax and for SCSScheme you must quote them like '-' because the SASS compiler wants to do arithmetics otherwise. The CSScheme converter will take care of the '-' to - conversion.

I mentioned it in the example file but it seems that is not visible enough.

@alehandrof
Copy link
Author

No, it's fine. My fault entirely. I tried various things (which did not work), but not re-checking the example file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants