summaryrefslogtreecommitdiff
path: root/lisp/progmodes/java-ts-mode.el
AgeCommit message (Expand)Author
2023-03-04Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu
2023-02-28Merge from origin/emacs-29Stefan Kangas
2023-02-28Rename the newly added -ref- faces to -use-Dmitry Gutov
2023-02-25Merge from origin/emacs-29Stefan Kangas
2023-02-25Add more/finer faces for tree-sitterDmitry Gutov
2023-02-16Merge from origin/emacs-29Stefan Kangas
2023-02-15Add super node as a keywordTheodor Thornhill
2023-02-13Merge from origin/emacs-29Stefan Kangas
2023-02-12Add lambda_expression to c-ts-common-indent-type-regexp-alistTheodor Thornhill
2023-02-08Merge from origin/emacs-29Stefan Kangas
2023-02-06Make java-ts-mode use the c-ts-common-indent-type-regexp-alistYuan Fu
2023-02-06Use c-ts-common-statement-offset in java-ts-mode (bug#61142)Theodor Thornhill
2023-02-06Add array_initializer to java-ts-modeTheodor Thornhill
2023-01-30Merge from origin/emacs-29Stefan Kangas
2023-01-28Fix java class member without access modifier (bug#61115)Theodor Thornhill
2023-01-27Merge from origin/emacs-29Stefan Kangas
2023-01-25Add new java indent rulesTheodor Thornhill
2023-01-23Merge from origin/emacs-29Stefan Kangas
2023-01-23Merge from origin/emacs-29Stefan Kangas
2023-01-21Move c-like common utils into own library (bug#60961)Theodor Thornhill
2023-01-20Use point-min to anchor top-level constructs (bug#60602)Theodor Thornhill
2023-01-20Make tree-sitter based modes optionalEli Zaretskii
2023-01-19Add treesit-forward-sexp (bug#60894)Theodor Thornhill
2023-01-15Merge from origin/emacs-29Stefan Kangas
2023-01-14Add constructor_declaration as java-ts-mode defunTheodor Thornhill
2023-01-14Use treesit-sentence-type-regexp in java-ts-modeTheodor Thornhill
2023-01-14Merge from origin/emacs-29Eli Zaretskii
2023-01-14Fix indent and font-lock for annotation_typeTheodor Thornhill
2023-01-14Merge from origin/emacs-29Stefan Monnier
2023-01-14Fix indentation of some declarations and statementsTheodor Thornhill
2023-01-12Merge from origin/emacs-29Stefan Kangas
2023-01-11Add support for annotation_type_declarationTheodor Thornhill
2023-01-03Merge from origin/emacs-29Stefan Kangas
2023-01-02Improve fontification in java-ts-mode (bug#60492)Theodor Thornhill
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-28Merge from origin/emacs-29Stefan Kangas
2022-12-28; Avoid treesit-related byte-compiler warningsEli Zaretskii
2022-12-28Fix tree-sitter typosYuan Fu
2022-12-27Update tree-sitter major modes to use the new Imenu facilityYuan Fu
2022-12-26Add comment indent and filling to other tree-sitter major modesYuan Fu
2022-12-25Merge from origin/emacs-29Stefan Kangas
2022-12-24Support treesit-defun-name in tree-sitter major modesYuan Fu
2022-12-16Merge from origin/emacs-29Stefan Kangas
2022-12-15Add lambda_expression-rule to java-ts-mode (bug#60091)Theodor Thornhill
2022-12-15Add "this" keyword to java-ts-mode (bug#60086)Theodor Thornhill
2022-12-14Merge from origin/emacs-29Stefan Kangas
2022-12-12Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill
2022-12-11Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill
2022-12-09Make more granular defun-type-regexp (bug#59873)Theodor Thornhill