Closed knyghty closed 9 years ago
@knyghty The Atom Dark theme seems to highlight only eggs
but not ham
.
And the One Dark theme highlights neither.
I think it would be possible to highlight eggs
in One Dark too. But not sure if also ham
. Because there isn't an element that can be styled.
Maybe you can create an new issue on the python repo: https://github.com/atom/language-python.
That's correct. Sorry if I didn't make that clear enough. I'm not sure if highlighting the non-keyword arguments is necessary - I don't feel it lacking without it at least..
Just created a pull request for this, I also think that non-keyword don't need to be highlighted, but keywords does, I think that is the most expected for Python, and it's not a problem for most syntaxes since they usually set .variable.parameter to something else than the base text color
Really like that this is the default theme now, but one thing different from Atom Dark that I find annoying is that keyword arguments in Python aren't highlighted. So if I have for example:
This would highlight eggs (but not ham). I'm quite used to this and I feel like I'm missing some instant grokability without it.