python-syntax
python-syntax copied to clipboard
matrix multiplication
Python 3.5 introduced @ as the matrix multiplication operator (https://docs.python.org/3/whatsnew/3.5.html#whatsnew-pep-465). Unfortunately, this syntax file is still highlighting the term after @ as if it was a decorator.
This has been fixed over at the fork vim-python/python-syntax.