-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add NUMBER and BOOLEAN tokens #123
Conversation
Pull Request Test Coverage Report for Build 9206597206Details
💛 - Coveralls |
I'm fine merging this in, but we cannot update existing languages without it being a breaking change: if a specific word changes to use a new class while people don't have this CSS class present in their stylesheet, their highlighting will break. So I'm fine merging this in, and you can use it in newly added languages like #121, but we won't be able to update new languages until a later point. We should also update |
34078c9
to
73ff425
Compare
Thanks! |
@brendt I've updated the
Now this is perfectly fine for me, though I believe it's not really a breaking change if we are to update current languages to include these tokens as well as it all depends on the user CSS, basically if token CSS is missing it would simply not add the respective color, leaving it with a blank class if I'm correct. I see it more as a missing feature if they don't update their CSS. Steps I'm seeing are as follows:
You can ping me on Discord to discuss more on this if you want. :) |
Hey @brendt, I know you said in #96 that you don't plan on adding new tokens so this might be pointless.
But I'm still taking my shoot on implementing
NUMBER
andBOOLEAN
tokens because:If approved, I'm happy to do another PR on updating the themes/classes with these new tokens.