aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/java-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-10/+10
* | Merge from origin/emacs-29Stefan Kangas2023-02-281-3/+3
|\ \ | |/
| * Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* | Merge from origin/emacs-29Stefan Kangas2023-02-251-5/+5
|\ \ | |/
| * Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-5/+5
* | Merge from origin/emacs-29Stefan Kangas2023-02-161-1/+2
|\ \ | |/
| * Add super node as a keywordTheodor Thornhill2023-02-151-1/+2
* | Merge from origin/emacs-29Stefan Kangas2023-02-131-0/+1
|\ \ | |/
| * Add lambda_expression to c-ts-common-indent-type-regexp-alistTheodor Thornhill2023-02-121-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-081-9/+30
|\ \ | |/
| * Make java-ts-mode use the c-ts-common-indent-type-regexp-alistYuan Fu2023-02-061-14/+16
| * Use c-ts-common-statement-offset in java-ts-mode (bug#61142)Theodor Thornhill2023-02-061-9/+27
| * Add array_initializer to java-ts-modeTheodor Thornhill2023-02-061-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-01-301-0/+1
|\ \ | |/
| * Fix java class member without access modifier (bug#61115)Theodor Thornhill2023-01-281-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-01-271-0/+2
|\ \ | |/
| * Add new java indent rulesTheodor Thornhill2023-01-251-0/+2
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-4/+4
|\ \ | |/
| * Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-1/+4
|\ \ | |/
| * Use point-min to anchor top-level constructs (bug#60602)Theodor Thornhill2023-01-201-1/+1
| * Make tree-sitter based modes optionalEli Zaretskii2023-01-201-0/+3
* | Add treesit-forward-sexp (bug#60894)Theodor Thornhill2023-01-191-0/+15
* | Merge from origin/emacs-29Stefan Kangas2023-01-151-1/+2
|\ \ | |/
| * Add constructor_declaration as java-ts-mode defunTheodor Thornhill2023-01-141-1/+2
* | Use treesit-sentence-type-regexp in java-ts-modeTheodor Thornhill2023-01-141-0/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-01-141-1/+5
|\ \ | |/
| * Fix indent and font-lock for annotation_typeTheodor Thornhill2023-01-141-1/+5
* | Merge from origin/emacs-29Stefan Monnier2023-01-141-0/+4
|\ \ | |/
| * Fix indentation of some declarations and statementsTheodor Thornhill2023-01-141-0/+4
* | Merge from origin/emacs-29Stefan Kangas2023-01-121-2/+6
|\ \ | |/