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

Python 3.6 underscores in numeric literal support #59

Open achimnol opened 7 years ago

achimnol commented 7 years ago

Another new syntax in Python 3.6 is allowance of underscores in the middle of numeric literals to improve readability of long numbers. https://docs.python.org/3.6/whatsnew/3.6.html#whatsnew36-pep515

Let's add support for this as well. :)

nfnty commented 7 years ago

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