aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/java-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
| * Add support for annotation_type_declarationTheodor Thornhill2023-01-111-2/+6
* | Merge from origin/emacs-29Stefan Kangas2023-01-031-1/+3
|\ \ | |/
| * Improve fontification in java-ts-mode (bug#60492)Theodor Thornhill2023-01-021-1/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-281-57/+11
|\ \ | |/
| * ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-281-0/+1
| * Fix tree-sitter typosYuan Fu2022-12-281-1/+1
| * Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-46/+5
| * Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-11/+5
* | Merge from origin/emacs-29Stefan Kangas2022-12-251-4/+18
|\ \ | |/
| * Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-4/+18
* | Merge from origin/emacs-29Stefan Kangas2022-12-161-3/+5
|\ \ | |/
| * Add lambda_expression-rule to java-ts-mode (bug#60091)Theodor Thornhill2022-12-151-0/+1
| * Add "this" keyword to java-ts-mode (bug#60086)Theodor Thornhill2022-12-151-3/+4
* | Merge from origin/emacs-29Stefan Kangas2022-12-141-1/+3
|\ \ | |/
| * Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-121-1/+3
* | Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill2022-12-111-0/+5
|/
* Make more granular defun-type-regexp (bug#59873)Theodor Thornhill2022-12-091-1/+9