From ab19bf3802ef42c7663ac506e94835a6188e90a6 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 27 Jan 2025 16:47:08 +0000 Subject: add java support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" } tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" } tree-sitter-python = "0.20" +tree-sitter-java = "0.20" tree-sitter-md = "0.1" -# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" } [dependencies.notify] version = "5.0.0" -- cgit v1.2.3