numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.02k stars 33 forks source link

Separate highlight for class methods #82

Open hanschen opened 4 years ago

hanschen commented 4 years ago

Is it possible to have a separate highlight for class method calls?

Currently semshi seems to highlight methods as class attributes:

semshi

This is the desired outcome (how it looks like with vim-polyglot):

polyglot