tree-sitter replaces ast-grep

This commit is contained in:
Dhanji R. Prasanna
2025-11-05 13:56:23 +11:00
parent 71e9e46f74
commit f25a3d5e06
12 changed files with 1003 additions and 876 deletions

View File

@@ -26,3 +26,11 @@ rand = "0.8"
regex = "1.0"
shellexpand = "3.1"
serde_yaml = "0.9"
# tree-sitter for embedded code search
tree-sitter = "0.22"
tree-sitter-rust = "0.21"
tree-sitter-python = "0.21"
tree-sitter-javascript = "0.21"
tree-sitter-typescript = "0.21"
walkdir = "2.4"