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

Color Operators like Keywords #84

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

mcourteaux
Copy link
Contributor

They had the default "plain text" color, which made things harder to read. Note that the Operator group is, AFAIK, used to highlight textual operators, and not symbols.

My affected use case was Python syntax, where operators like: and, not, or, and in were not colored. After this change, my syntax highlighting looks now like this:

image
Note that == and % in this example are unaffected.

They had the default "plain text" color, which made things harder to read. Note that the Operator group is, AFAIK, used to highlight textual operators, and not symbols.

My affected use case was Python syntax, where operators like: `and`, `not`, `or`, and  `in` were not colored.
@RRethy RRethy merged commit 010bedf into RRethy:master Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants