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] Context exiting fixes (+ minor additions) #701

Merged
merged 4 commits into from Nov 28, 2016

Conversation

FichteFoll
Copy link
Collaborator

@FichteFoll FichteFoll commented Nov 22, 2016

Thanks to @pdknsk for the reports.

It would cause some issues with context popping upon illegal keywords
after `for ... in` within another expression scope, like a list,
since the keyword would only pop the generator context but not the list.

This is also better for embedding and doesn't actually affect
highlighting at all, since all occurances of `inline-for` already only
include that + `expressions`.
Pretty much just `metaclass` for now, but we match them all.
@wbond wbond merged commit 3c41b1d into sublimehq:master Nov 28, 2016
@FichteFoll FichteFoll deleted the python_context-exiting-fixes branch November 28, 2016 12:19
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

Successfully merging this pull request may close these issues.

python: standalone print colored function-like
2 participants