grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

Add tree-sitter-grammars/tree-sitter-tcl to languages #56

Closed cmosguy closed 3 months ago

cmosguy commented 4 months ago

Hey @grantjenks I just added the TCL language to the py package and it seems to be working pretty well so far.

Thanks to @simonw for his contributions in his Blog post: Using tree-sitter with Python helped me understand how to contribute to this.

cmosguy commented 4 months ago

@grantjenks are you able to approve the PR?

grantjenks commented 4 months ago

Nope #54

Freed-Wu commented 4 months ago

tcl is contained in #53

cmosguy commented 4 months ago

@Freed-Wu I nominate you to take over the repository for @grantjenks since he does not want to do it anymore, what do you think?

So what should I do? Cancel this PR?

Freed-Wu commented 4 months ago

If #53 is accepted, this repo will use nvim-treesitter as an upstream, which any new grammar should be added to upstrem and this repo will update automatically to fetch new grammars by a CI/CD. So this PR should be not needed.

cmosguy commented 3 months ago

Thanks @Freed-Wu going to cancel this. Cheers!