Skip to content

Conversation

@lilydjwg
Copy link
Contributor

As said in #2 (comment), I've ported f-strings, underscores in numbers and matrix multiplication operator support here.

syn match pythonHexNumber '\<0[xX]\x\+\>' display
syn match pythonOctNumber '\<0[oO]\o\+\>' display
syn match pythonBinNumber '\<0[bB][01]\+\>' display
syn match pythonHexNumber '\<0[xX][_0-9a-fA-F]*\x\>' display
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove a space here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it's a tab. Never use tabs.

@nfnty
Copy link
Member

nfnty commented Feb 17, 2017

Also add your name to the AUTHORS file.

@nfnty nfnty merged commit 13616ab into master Feb 17, 2017
@nfnty
Copy link
Member

nfnty commented Feb 17, 2017

Good job!

@nfnty nfnty deleted the py3.6 branch February 17, 2017 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants