diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-12 22:38:46 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-12 22:38:55 +0100 |
commit | fa8512aa5fcd8b4d9af12fecfde0d790606c0502 (patch) | |
tree | a9a4c8a11488c76b3070fe32f758f1e747ef7d1a | |
parent | fecdc73a715dae291759b71a2ed3b3f588e5b307 (diff) |
emacs: Add the Java tree-sitter parser
-rw-r--r-- | .config/emacs/modules/mm-treesit.el | 1 |
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" |