mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: Add tree-sitter language pack configuration and version pinning
This commit is contained in:
parent
b2f6018e05
commit
44b1acd385
9 changed files with 112 additions and 90 deletions
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue