Grant Jenks’ “tree-sitter-languages” package (aka grantjenks/py-tree-sitter-languages) is no longer maintained. The replacement, tree-sitter-language-pack (aka goldziher/tree-sitter-language-pack) is maintained and supported.
If whomever maintains sublime-tree-sitter plugin wants to keep taking advantage of updated pre-built wheels for treesitter languages, the plugin really needs to migrate to using tree-sitter-language-pack instead of tree-sitter-languages. Their APIs are nigh-identical, porting should be fairly simple.
I spent a brief period looking at what all would be needed, and it didn’t seem like it would require a huge amt of work (mostly just updating the much larger list of pre-built parsers/grammers in the replacement vs the original). Alas I didn’t have time to attempt an actual migration and test.
I can certainly fork and attempt the migration on my fork, but don’t want to do so if someone else is already working on the same migration. If anyone else already is, can they please let me know? Happy to help work with whomever started working on it, as well.
Thanks!