diff options
| author | john muhl | 2023-09-04 11:36:42 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-09-07 12:06:36 +0300 |
| commit | a412d3c46cc4e53a78793dd4e129918452516caa (patch) | |
| tree | c23caf5ec63a8093d7818dff0679618b80ef4428 /admin | |
| parent | 2e5511c5aafd303e35d54556b312e7f09da67aa5 (diff) | |
| download | emacs-a412d3c46cc4e53a78793dd4e129918452516caa.tar.gz emacs-a412d3c46cc4e53a78793dd4e129918452516caa.zip | |
Fix java-ts-mode tests (bug#65738)
* admin/notes/tree-sitter/build-module/batch.sh (languages):
Add Java.
* lisp/progmodes/java-ts-mode.el (java-ts-mode): Pass a list
to 'treesit-thing-settings'.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/batch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh index 1d4076564dc..3c4e1472c89 100755 --- a/admin/notes/tree-sitter/build-module/batch.sh +++ b/admin/notes/tree-sitter/build-module/batch.sh | |||
| @@ -13,6 +13,7 @@ languages=( | |||
| 13 | 'go-mod' | 13 | 'go-mod' |
| 14 | 'heex' | 14 | 'heex' |
| 15 | 'html' | 15 | 'html' |
| 16 | 'java' | ||
| 16 | 'javascript' | 17 | 'javascript' |
| 17 | 'json' | 18 | 'json' |
| 18 | 'python' | 19 | 'python' |