aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2025-01-27 16:47:08 +0000
committerAkshay <[email protected]>2025-01-27 16:47:08 +0000
commitab19bf3802ef42c7663ac506e94835a6188e90a6 (patch)
tree2e013a0c9fae62ab64a663130ad23a21c63e2b8c /Cargo.toml
parent3ba4e8debabbcf4a82a60860a658a30292a86a04 (diff)
add java supportHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b8fd1b7..93318de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,8 +17,8 @@ tree-sitter-javascript = "0.20"
17tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" } 17tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" }
18tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" } 18tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" }
19tree-sitter-python = "0.20" 19tree-sitter-python = "0.20"
20tree-sitter-java = "0.20"
20tree-sitter-md = "0.1" 21tree-sitter-md = "0.1"
21# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" }
22 22
23[dependencies.notify] 23[dependencies.notify]
24version = "5.0.0" 24version = "5.0.0"