numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.03k stars 34 forks source link

`and` and `or` how to highlight? #118

Open skippyelvis opened 2 years ago

skippyelvis commented 2 years ago

Hi, love semshi so far. I have been playing around with the colors. How do I customize the highlight color of the and and or keywords? Here is a picture of my colorscheme: image

And here is a picture of my code colors now: image

Thanks!

wookayin commented 2 years ago

I don't think semshi is responsible for this basic python syntax. I guess you are using a default built-in syntax file, which is a bit outdated.

Use polyglot or python-mode. I use python-mode, and and is highlighted as pythonOperator.