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] Function call scope regression #898

Closed
michaelblyons opened this issue Apr 12, 2017 · 2 comments
Closed

[Python] Function call scope regression #898

michaelblyons opened this issue Apr 12, 2017 · 2 comments

Comments

@michaelblyons
Copy link
Collaborator

I'd been using the variable.function.python to highlight function/method calls in Python:

some_obj.its_method(param)
#        ^^^^^^^^^^ variable.function.python

This stopped working in the current master. A bisect suggests that it was merged with #743.

There are only 'skip'ped commits left to test.
The first bad commit could be any of:
484576c1e864df06c48d17808388f571f77f4258
ae0bfdb228128b4b49f65b60c0d0adea514c54a3
fa29a796d2fe681ad21f77cbb0b0c8224cd8e3c5
We cannot bisect more!

I'd like to have it back, please.

@keith-hall
Copy link
Collaborator

This seems to be working for me - are you using build 3128? if not, then probably this bug (fixed in 3128) is causing it: sublimehq/sublime_text#1190

@michaelblyons
Copy link
Collaborator Author

You are correct. Thanks, Keith.

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