summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-12 22:38:46 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-12 22:38:55 +0100
commitfa8512aa5fcd8b4d9af12fecfde0d790606c0502 (patch)
treea9a4c8a11488c76b3070fe32f758f1e747ef7d1a
parentfecdc73a715dae291759b71a2ed3b3f588e5b307 (diff)
emacs: Add the Java tree-sitter parser
-rw-r--r--.config/emacs/modules/mm-treesit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-treesit.el b/.config/emacs/modules/mm-treesit.el
index 513e4d2..f939df6 100644
--- a/.config/emacs/modules/mm-treesit.el
+++ b/.config/emacs/modules/mm-treesit.el
@@ -23,6 +23,7 @@
(gomod "https://github.com/camdencheek/tree-sitter-go-mod")
(gsp "git://git.thomasvoss.com/tree-sitter-gsp.git")
(html "https://github.com/tree-sitter/tree-sitter-html")
+ (java "https://github.com/tree-sitter/tree-sitter-java")
(javascript "https://github.com/tree-sitter/tree-sitter-javascript")
(python "https://github.com/tree-sitter/tree-sitter-python")
(typescript "https://github.com/tree-sitter/tree-sitter-typescript"