Currently, this plugins seems to not recognize the following expression, made valid by PEP 3107:
def apply(func:callable) -> int:
return f(0)
The -> token is highlighted in red, probably because detected as an error.
This token does not appear in tests/test.py nor syntax/python.vim.
Builtin callable is not highlighted.
Currently, this plugins seems to not recognize the following expression, made valid by PEP 3107:
The
->token is highlighted in red, probably because detected as an error.This token does not appear in
tests/test.pynorsyntax/python.vim.Builtin
callableis not highlighted.