@@ -11,6 +11,12 @@ tree-sitter-typescript = { workspace = true, optional = true }
1111tree-sitter-javascript = { workspace = true , optional = true }
1212tree-sitter-json = { workspace = true , optional = true }
1313tree-sitter-java = { workspace = true , optional = true }
14+ tree-sitter-rust = { workspace = true , optional = true }
15+ tree-sitter-go = { workspace = true , optional = true }
16+ tree-sitter-ruby = { workspace = true , optional = true }
17+ tree-sitter-yaml = { workspace = true , optional = true }
18+ tree-sitter-toml-ng = { workspace = true , optional = true }
19+ tree-sitter-md = { workspace = true , optional = true }
1420lazy_static = " 1.5.0"
1521thiserror = " 2.0.11"
1622serde = { workspace = true , features = [" derive" ] }
@@ -35,6 +41,12 @@ python = ["dep:tree-sitter-python"]
3541json = [" dep:tree-sitter-json" ]
3642java = [" dep:tree-sitter-java" ]
3743typescript = [" dep:tree-sitter-typescript" , " dep:tree-sitter-javascript" ]
44+ rust = [" dep:tree-sitter-rust" ]
45+ go = [" dep:tree-sitter-go" ]
46+ ruby = [" dep:tree-sitter-ruby" ]
47+ yaml = [" dep:tree-sitter-yaml" ]
48+ toml = [" dep:tree-sitter-toml-ng" ]
49+ markdown = [" dep:tree-sitter-md" ]
3850ts_query = [" dep:tree-sitter-query" ]
3951default = [" all" ]
40- all = [" python" , " typescript" , " json" , " java" , " ts_query" ]
52+ all = [" python" , " typescript" , " json" , " java" , " ts_query" , " ruby " , " rust " , " go " , " yaml " , " toml " ]
0 commit comments