-
Notifications
You must be signed in to change notification settings - Fork 22
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 more language support #2
Conversation
…dd escaped character, add braces
…nt because they're so global
|
||
|
||
|
||
// Comments ----------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments were being overruled in some cases so I moved this down
Also, about the separate small files, I'm not seeing a performance hit. The themes files are compiled and cached and those caches probably aren't refreshed very often. So I think it's fine to split them up in really small files. |
btw. the duo-3 color isn't used anywhere.. I just added it to have 4 colors for each. Maybe we can remove it for now and just add it if we really need a 4th duo color. |
Agreed
I've definitely had to look twice a few times because of that. I'll look into it and try to pick a color that makes sense.
Yeah, I noticed. If I haven't found a use for it by the end of the week it's going out 😉 |
Have property vs values similar to less/css
Update JSON
I agree on using |
Done deal |
Ooops.. I guess updating the README broke the auto-merge. |
That logo is so cool! |
I'm actually pretty happy with this in its current state, for the language I have to live with daily. What's still a "problem" though is that we default to |
@simurai I checked everything off, checking mostly if it looks ok without adding too much detail/complexity. Would love to get your feedback on this and see if there's anything left to tweak before merging this. |
Awesome! Yeah, let's merge it. Looks good for the languages that I use too. Right, Maybe an option would be to do: @syntax-text: @uno-2; // colors.less
// _base.less
.meta {
.uno-4();
} So the default text color (for any unknown language) is .css {
&.source {
.uno-4();
}
} Would have higher specificity which might messes up some stuff. Would have to try. |
I still have this atom/atom#5903 issue pinned in my browser. Would be so cool to easily change the uno/duo colors without forking the whole theme. |
This is going to take some work. I might even abandon this and try again later. I'll run back through my commits and do some before and after screenshots, but for some language features it's hard to do it right without changing the base a bit. Or as I said I'm seeing it wrong and I need to try again.
For now though, the checklist in no particular order: