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

Matching method call #96

Closed
aminya opened this issue Jan 8, 2021 · 0 comments
Closed

Matching method call #96

aminya opened this issue Jan 8, 2021 · 0 comments

Comments

@aminya
Copy link

aminya commented Jan 8, 2021

Hi! I am coming from Atom's language-python.

We need to be able to detect a method call (the priority now) or object property access. How can we do this using tree-sitter?

import json
obj = 1234

json.dumps( )
#         ^meta.method-call.python

I have an on-going pull request which tries to do this.
atom/language-python#325

@aminya aminya closed this as completed Apr 20, 2021
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

1 participant