numirias / semshi

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

Add PEP 563 support (from __future__ import annotations) #127

Closed wookayin closed 2 years ago

wookayin commented 2 years ago

Symtable does not expose symbols for annotation when PEP 563 is used (i.e., from __future__ import annotations).

wookayin commented 2 years ago

Created a PR to a wrong repository by mistake, due to a bug of Github client.