Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.6 underscores in numeric literal support #59

Open
achimnol opened this issue Nov 24, 2016 · 1 comment
Open

Python 3.6 underscores in numeric literal support #59

achimnol opened this issue Nov 24, 2016 · 1 comment

Comments

@achimnol
Copy link
Contributor

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
Copy link

nfnty commented Feb 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants