-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Adding tree sitter implementations #373
Comments
Thanks for trying aider and filing this issue. You're right that py-tree-sitter-languages does support the kotlin language. The only other thing aider needs is a https://github.com/fwcd/tree-sitter-kotlin/tree/main/queries |
I am not yet familiar with tree-sitter, could you clarify if lack of |
@gwpl yes, aider needs a |
Any thoughts on how MS copilot recently added multiple file support? from this paper it looks like they may be using https://arxiv.org/abs/2306.04930 tree-sitter as well |
Thanks Paul. Related issue: fwcd/tree-sitter-kotlin#91 Some info about |
I'm going to close this issue for now, but feel free to add a comment here and I will re-open or file a new issue any time. |
Hi Paul, can you suggest what sort of work is needed to add another language in the appropriate format?
Kotlin has a tree sitter implementation (MIT): https://github.com/fwcd/tree-sitter-kotlin. It seems to be supported by https://github.com/grantjenks/py-tree-sitter-languages
The text was updated successfully, but these errors were encountered: