wookayin / semshi

🌈 Semantic Highlighting for Python in Neovim
79 stars 5 forks source link

Highlight explicit keyword arguments #7

Open agentx3 opened 1 year ago

agentx3 commented 1 year ago

Basically same as https://github.com/numirias/semshi/issues/78#issue-613313041 image

I think it would be nice to have the left-hand side keywords highlighted. Many thanks.

wookayin commented 1 year ago

I've added a new highlight group semshiKeywordArgument. Please try it out!

agentx3 commented 1 year ago

Awesome! Thanks for implementing it

wookayin commented 1 year ago

I will close this by #10. NOTE: I might change the highlight group to semshiKeyword (still undecided).

wookayin commented 11 months ago

It was decided to be semshiKeywordArgument.