X Tutup
The Wayback Machine - https://web.archive.org/web/20201206080933/https://github.com/MagicStack/MagicPython/pull/110
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

Tokenize `@` and `.` in decorators #110

Merged
merged 2 commits into from Oct 4, 2018
Merged

Tokenize `@` and `.` in decorators #110

merged 2 commits into from Oct 4, 2018

Conversation

@chbk
Copy link
Contributor

@chbk chbk commented Nov 13, 2017

Fixes #105

@ in decorators is now source.python > meta.function.decorator.python > entity.name.function.decorator.python > punctuation.definition.decorator.python

. in decorators is now source.python > meta.function.decorator.python > entity.name.function.decorator.python > punctuation.separator.period.python

chbk added 2 commits Nov 13, 2017
@chbk
Copy link
Contributor Author

@chbk chbk commented Sep 9, 2018

@vpetrovykh @1st1 @elprans Could one of you review this?

@chbk chbk changed the title Tokenize `@` in decorators Tokenize `@` and `.` in decorators Sep 9, 2018
@1st1 1st1 merged commit 4030374 into MagicStack:master Oct 4, 2018
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@1st1
Copy link
Member

@1st1 1st1 commented Oct 4, 2018

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup