feat: Add tree-sitter language pack configuration and version pinning

This commit is contained in:
Paul Gauthier 2025-02-10 14:25:42 -08:00 committed by Paul Gauthier (aider)
parent b2f6018e05
commit 44b1acd385
9 changed files with 112 additions and 90 deletions

View file

@ -219,7 +219,10 @@ def install_tree_sitter_language_pack(io):
io,
"tree_sitter_language_pack",
"Install tree_sitter_language_pack?",
["tree-sitter-language-pack", "tree-sitter"],
[
"tree-sitter-language-pack==0.4.0",
"tree-sitter==0.24.0",
],
)