feat(repo-map): add swift, java and php support (#1446)

This commit is contained in:
Gael PHILIPPE
2025-03-01 18:21:34 +01:00
committed by GitHub
parent 615ccdbef3
commit e471f2347b
7 changed files with 329 additions and 3 deletions

View File

@@ -18,7 +18,9 @@ serde = { workspace = true, features = ["derive"] }
tree-sitter = "0.23"
tree-sitter-language = "0.1"
tree-sitter-rust = "0.23"
tree-sitter-php = "0.23.11"
tree-sitter-python = "0.23"
tree-sitter-java = "0.23.5"
tree-sitter-javascript = "0.23"
tree-sitter-typescript = "0.23"
tree-sitter-go = "0.23"
@@ -28,6 +30,7 @@ tree-sitter-lua = "0.2"
tree-sitter-ruby = "0.23"
tree-sitter-zig = "1.0.2"
tree-sitter-scala = "0.23"
tree-sitter-swift = "0.7.0"
tree-sitter-elixir = "0.3.1"
tree-sitter-c-sharp = "0.23"