numirias / semshi

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

semshi highlight does not work with Assignment Expressions #89

Closed lawrencet149 closed 4 years ago

lawrencet149 commented 4 years ago

semshi highlight seems stop working when I use the new python 3.8 Assignment Expressions (walrus operator).

sevanteri commented 4 years ago

You need to upgrade your python provider ( g:python3_host_prog) python version to 3.8.

lawrencet149 commented 4 years ago

Thank you!