Skip to content
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

Use tree-sitter-languages to reduce dependencies. #952

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fvisin
Copy link
Contributor

@fvisin fvisin commented Mar 20, 2025

Tree-sitter-languages conveniently exposes all languages at once, removing the need to depend on language specific tree-sitter extensions.

Tree-sitter-languages conveniently exposes all languages at once,
removing the need to depend on language specific tree-sitter extensions.
Copy link
Collaborator

@HuanzhiMao HuanzhiMao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @fvisin !
I noticed that the tree_sitter_language package (Link) is marked as unmaintained:

This library is unmaintained, as an alternative you can use .. tree-sitter-language-pack: https://github.com/Goldziher/tree-sitter-language-pack

Should we consider switching to tree-sitter-language-pack instead?

@HuanzhiMao HuanzhiMao added the BFCL-General General BFCL Issue label Mar 20, 2025
@fvisin
Copy link
Contributor Author

fvisin commented Mar 21, 2025

Ah, bummer! Sorry I didn't realise that it was unmaintained. Then yes, absolutely, let's use the updated fork instead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BFCL-General General BFCL Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants