Hi! I found this repo through your issue on the tree-sitter-groovy repo. I saw you were open to contributions and I wanted to take a shot at supporting import statements. I used these docs as a loose reference. I wasn't super sure where groovy_import should go in terms of precedence, but I hope at the very least this might help you get started on implementing the full feature :)
Let me know if there's anything you'd like changed/ worked on, I'd be happy to iterate on this.
Thanks very much for the PR! I have some unpushed changes on my computer right now, so let me try and sort out the merge conflicts today and merge this!
Hi! I found this repo through your issue on the tree-sitter-groovy repo. I saw you were open to contributions and I wanted to take a shot at supporting
import
statements. I used these docs as a loose reference. I wasn't super sure wheregroovy_import
should go in terms of precedence, but I hope at the very least this might help you get started on implementing the full feature :)Let me know if there's anything you'd like changed/ worked on, I'd be happy to iterate on this.