hdima / python-syntax

Python syntax highlighting script for Vim
http://www.vim.org/scripts/script.php?script_id=790
MIT License
363 stars 109 forks source link

matrix multiplication #46

Open anntzer opened 8 years ago

anntzer commented 8 years ago

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.

nfnty commented 7 years ago

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