Skip to content

Commit 067c677

Browse files
author
Matija Obid
committed
ts-setup: add java
1 parent 8cb0cbf commit 067c677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ts-setup.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
(toml "https://github.com/tree-sitter/tree-sitter-toml")
1111
(tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "tsx/src"))
1212
(typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "v0.20.3" "typescript/src"))
13-
(yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0")))))
13+
(yaml . ("https://github.com/ikatyang/tree-sitter-yaml" "v0.5.0"))
14+
(java . ("https://github.com/tree-sitter/tree-sitter-java" "v0.23.5")))))
1415
(message "* Installing tree-sitter grammars...")
1516
(pcase-dolist (`(,lang . ,rest) treesit-language-source-alist)
1617
(message "** Installing %s..." lang)

0 commit comments

Comments
 (0)