garytyler / vscode-darcula-pycharm-theme

:vs: VS Code port of PyCharm's Darcula syntax theme w/ :high_brightness:Light & :stars:Dark GUI options, :tophat:MagicPython support, Jinja & Django template support, and overridable base highlight
14 stars 3 forks source link

Python type hints #3

Open garytyler opened 5 years ago

garytyler commented 5 years ago

Type hints don't get correct highlighting in methods. For example, list in list[str, str] does not receive highlighting.

garytyler commented 5 years ago

This is in python 3.8, by the way.