summaryrefslogtreecommitdiff
path: root/lisp/progmodes/java-ts-mode.el
AgeCommit message (Expand)Author
2026-02-22Fix broken `FOO-mode-indent-offset` conventionStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-02Fix fontification for var in java-ts-mode (bug#79626)Yuan Fu
2025-10-23Remove cached font-lock settings in java-ts-modeYuan Fu
2025-10-23Fix field access fontification in java-ts-mode (bug#79625)Yuan Fu
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-10-09Fix font lock in java-ts-modeRoi Martin
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-09New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov
2025-03-16Add some keywords to java-ts-mode--keywords (bug#75154)Yuan Fu
2025-03-16Move around java-ts-mode font-lock rules (bug#75154)Yuan Fu
2025-03-16Use c-ts-common baseline rule in java-ts-mode (bug#75154)Yuan Fu
2025-03-16Add indentation for multi-line string in java-ts-mode (bug#75154)Yuan Fu
2025-03-16Add java-ts-mode-method-chaining-indent-offset (bug#75154)Yuan Fu
2025-03-05Improve treesit settings for java-ts-mode (bug#73404, bug#76493)Juri Linkov
2025-03-01Merge from origin/emacs-30Eli Zaretskii
2025-02-23Constant highlighting no longer captures Java annotationsVincenzo Pupillo
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-09-21Add user option to enable Doxygen syntax highlighting (bug#72814)Vincenzo Pupillo
2024-07-13; Fix last changeEli Zaretskii
2024-07-13Fontify doxygen support to 'c-ts-mode', 'c++-ts-mode' and 'java-ts-mode'Vincenzo Pupillo
2024-07-07Checkdoc fixes in progmodesStefan Kangas
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-24Merge from origin/emacs-29Eli Zaretskii
2024-02-17java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-26Extract feature list of java-ts-mode to a variableYuan Fu
2023-09-23Merge from origin/emacs-29Eli Zaretskii
2023-09-17Add indentation rules for type_argumentsTheodor Thornhill
2023-09-07Fix java-ts-mode tests (bug#65738)john muhl
2023-09-01Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu
2023-07-30Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios
2023-06-17Fix some tree-sitter :match regexpsBasil L. Contovounesios
2023-06-17Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios
2023-06-17Fix some tree-sitter :match regexpsBasil L. Contovounesios
2023-06-17Merge from origin/emacs-29Eli Zaretskii
2023-06-13Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios
2023-06-03Merge from origin/emacs-29Eli Zaretskii
2023-05-30Add compact_constructor_declaration font-locking to java-ts-modeTheodor Thornhill
2023-03-14Merge from origin/emacs-29João Távora
2023-03-09; * lisp/progmodes/java-ts-mode.el (treesit-query-capture): Declare.Eli Zaretskii
2023-03-09java-ts-mode: detect if text_block is supported.Vincenzo Pupillo
2023-03-05Merge from origin/emacs-29Stefan Kangas