python-syntax icon indicating copy to clipboard operation
python-syntax copied to clipboard

matrix multiplication

Open anntzer opened this issue 10 years ago • 1 comments

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.

anntzer avatar Jan 11 '16 06:01 anntzer

This has been fixed over at the fork vim-python/python-syntax.

nfnty avatar Mar 03 '17 10:03 nfnty