aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/java-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken `FOO-mode-indent-offset` conventionStefan Monnier2026-02-221-33/+37
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix fontification for var in java-ts-mode (bug#79626)Yuan Fu2025-11-021-0/+6
* Remove cached font-lock settings in java-ts-modeYuan Fu2025-10-231-129/+124
* Fix field access fontification in java-ts-mode (bug#79625)Yuan Fu2025-10-231-3/+0
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Fix font lock in java-ts-modeRoi Martin2025-10-091-130/+138
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-2/+4
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-4/+6
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-5/+12
* New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-091-13/+9
* Add some keywords to java-ts-mode--keywords (bug#75154)Yuan Fu2025-03-161-10/+9
* Move around java-ts-mode font-lock rules (bug#75154)Yuan Fu2025-03-161-6/+7
* Use c-ts-common baseline rule in java-ts-mode (bug#75154)Yuan Fu2025-03-161-4/+19
* Add indentation for multi-line string in java-ts-mode (bug#75154)Yuan Fu2025-03-161-0/+12
* Add java-ts-mode-method-chaining-indent-offset (bug#75154)Yuan Fu2025-03-161-1/+8
* Improve treesit settings for java-ts-mode (bug#73404, bug#76493)Juri Linkov2025-03-051-0/+28
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-2/+18
|\
| * Constant highlighting no longer captures Java annotationsVincenzo Pupillo2025-02-231-2/+18
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+9
* | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-8/+1
* | Add user option to enable Doxygen syntax highlighting (bug#72814)Vincenzo Pupillo2024-09-211-2/+16
* | ; Fix last changeEli Zaretskii2024-07-131-1/+1
* | Fontify doxygen support to 'c-ts-mode', 'c++-ts-mode' and 'java-ts-mode'Vincenzo Pupillo2024-07-131-71/+88
|/
* Checkdoc fixes in progmodesStefan Kangas2024-07-071-2/+2
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* Merge from origin/emacs-29Eli Zaretskii2024-02-241-4/+9
|\
| * java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov2024-02-171-4/+9
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Extract feature list of java-ts-mode to a variableYuan Fu2023-09-261-5/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-09-231-0/+2
|\ \ | |/
| * Add indentation rules for type_argumentsTheodor Thornhill2023-09-171-0/+2
| * Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-1/+1
| * Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-1/+1
| * Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1
* | Fix java-ts-mode tests (bug#65738)john muhl2023-09-071-2/+2
* | Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu2023-09-011-27/+24
* | Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-2/+2
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-06-031-0/+3
|\ \ | |/
| * Add compact_constructor_declaration font-locking to java-ts-modeTheodor Thornhill2023-05-301-0/+3
* | Merge from origin/emacs-29João Távora2023-03-141-2/+13
|\ \ | |/
| * ; * lisp/progmodes/java-ts-mode.el (treesit-query-capture): Declare.Eli Zaretskii2023-03-091-0/+2
| * java-ts-mode: detect if text_block is supported.Vincenzo Pupillo2023-03-091-2/+11
* | Merge from origin/emacs-29Stefan Kangas2023-03-051-10/+10
|\ \ | |/