diff options
| author | bh <qn+git@excalibur.computer> | 2026-05-12 00:18:52 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-05-12 00:18:52 +0800 |
| commit | ee65999a41ff7ab521d6060dedcf0b802c70c48e (patch) | |
| tree | 2cff244e6912addfbe140115f2c8b0726e311680 /lua | |
| parent | 064cf647767810180ce0a7aad34928cc4d3fa3f9 (diff) | |
Fix Java Treesitter
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index ca98c6a..e94bec1 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -27,6 +27,7 @@ return function() "scheme", "clojure", "fennel", + "java", }) -- Enable treesitter highlighting for all filetypes with a parser |
