murtaza64 / tree-sitter-groovy

Tree sitter parser for groovy
MIT License
16 stars 10 forks source link

feat: support import statements #1

Closed WillLillis closed 9 months ago

WillLillis commented 9 months ago

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.

murtaza64 commented 9 months ago

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!