Closed rwols closed 3 years ago
Hi @rwols Honestly that file is so old (XML) it could use a rebuild in the new way for writing schemes (JSON). Which I hope to do some day soon 🤷♂️. But if you would rather have it sooner, do you mind trying to fix it and create a pull request?
I'm not sure why this got closed. punctuation scopes are still missing.
By the way apologies in advance if I come across as too demanding and/or brief but I'm just documenting some shortcomings and overall really like the color palette. I don't have much more free time.
Hi @rwols sorry for taking so long to get to you. I spent more time on this and have come to the conclusion that I don't know enough about C++ to make good judgements on a color scheme that supports it.
This leaves us with two options:
Sorry I couldn't be more helpful.
Hi Frank, not a problem. I'll see what I can do about the selectors. Just covering all scopes from the "minimal scope coverage" here should work for all languages (not just C++).
Thanks @rwols !! All 3 PRs merged and pushed. Should show in Package Control within the hour as 4.0.2
I like this color scheme. Thanks for your work.
However:
variable.parameter
has the same color asvariable.function
(both red). It would be nice ifvariable.parameter
had a different color as function arguments are definitely a different concept than callables.punctuation
scopes likepunctuation.section
,punctuation.group
,punctuation.accessor
,punctuation.definition.variable
andpunctuation.definition.string
.