| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extract feature list of java-ts-mode to a variable | Yuan Fu | 2023-09-26 | 1 | -5/+8 |
| * | Merge from origin/emacs-29 | Eli Zaretskii | 2023-09-23 | 1 | -0/+2 |
| |\ | |||||
| | * | Add indentation rules for type_arguments | Theodor Thornhill | 2023-09-17 | 1 | -0/+2 |
| | * | Backport: Fix some tree-sitter :match regexps | Basil L. Contovounesios | 2023-07-30 | 1 | -1/+1 |
| | * | Revert "Fix some tree-sitter :match regexps" | Basil L. Contovounesios | 2023-06-17 | 1 | -1/+1 |
| | * | Fix some tree-sitter :match regexps | Basil L. Contovounesios | 2023-06-17 | 1 | -1/+1 |
| * | | Fix java-ts-mode tests (bug#65738) | john muhl | 2023-09-07 | 1 | -2/+2 |
| * | | Obsolete treesit-block/sexp/sentence/text-type-regexp | Yuan Fu | 2023-09-01 | 1 | -27/+24 |
| * | | Fix some tree-sitter :match regexps | Basil L. Contovounesios | 2023-06-17 | 1 | -1/+1 |
| * | | Merge from origin/emacs-29 | Eli Zaretskii | 2023-06-17 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Fix bol/bos anchors in tree-sitter :match regexps | Basil L. Contovounesios | 2023-06-13 | 1 | -2/+2 |
| * | | Merge from origin/emacs-29 | Eli Zaretskii | 2023-06-03 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Add compact_constructor_declaration font-locking to java-ts-mode | Theodor Thornhill | 2023-05-30 | 1 | -0/+3 |
| * | | Merge from origin/emacs-29 | João Távora | 2023-03-14 | 1 | -2/+13 |
| |\ \ | |/ | |||||
| | * | ; * lisp/progmodes/java-ts-mode.el (treesit-query-capture): Declare. | Eli Zaretskii | 2023-03-09 | 1 | -0/+2 |
| | * | java-ts-mode: detect if text_block is supported. | Vincenzo Pupillo | 2023-03-09 | 1 | -2/+11 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-03-05 | 1 | -10/+10 |
| |\ \ | |/ | |||||
| | * | Change tree-sitter indent anchor 'point-min' to 'column-0' | Yuan Fu | 2023-03-04 | 1 | -10/+10 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-02-28 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Rename the newly added -ref- faces to -use- | Dmitry Gutov | 2023-02-28 | 1 | -3/+3 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-02-25 | 1 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Add more/finer faces for tree-sitter | Dmitry Gutov | 2023-02-25 | 1 | -5/+5 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-02-16 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Add super node as a keyword | Theodor Thornhill | 2023-02-15 | 1 | -1/+2 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-02-13 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Add lambda_expression to c-ts-common-indent-type-regexp-alist | Theodor Thornhill | 2023-02-12 | 1 | -0/+1 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-02-08 | 1 | -9/+30 |
| |\ \ | |/ | |||||
| | * | Make java-ts-mode use the c-ts-common-indent-type-regexp-alist | Yuan Fu | 2023-02-06 | 1 | -14/+16 |
| | * | Use c-ts-common-statement-offset in java-ts-mode (bug#61142) | Theodor Thornhill | 2023-02-06 | 1 | -9/+27 |
| | * | Add array_initializer to java-ts-mode | Theodor Thornhill | 2023-02-06 | 1 | -0/+1 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-30 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Fix java class member without access modifier (bug#61115) | Theodor Thornhill | 2023-01-28 | 1 | -0/+1 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-27 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | Add new java indent rules | Theodor Thornhill | 2023-01-25 | 1 | -0/+2 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-23 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Move c-like common utils into own library (bug#60961) | Theodor Thornhill | 2023-01-21 | 1 | -4/+4 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-23 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | Use point-min to anchor top-level constructs (bug#60602) | Theodor Thornhill | 2023-01-20 | 1 | -1/+1 |
| | * | Make tree-sitter based modes optional | Eli Zaretskii | 2023-01-20 | 1 | -0/+3 |
| * | | Add treesit-forward-sexp (bug#60894) | Theodor Thornhill | 2023-01-19 | 1 | -0/+15 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-15 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Add constructor_declaration as java-ts-mode defun | Theodor Thornhill | 2023-01-14 | 1 | -1/+2 |
| * | | Use treesit-sentence-type-regexp in java-ts-mode | Theodor Thornhill | 2023-01-14 | 1 | -0/+8 |
| * | | Merge from origin/emacs-29 | Eli Zaretskii | 2023-01-14 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Fix indent and font-lock for annotation_type | Theodor Thornhill | 2023-01-14 | 1 | -1/+5 |
| * | | Merge from origin/emacs-29 | Stefan Monnier | 2023-01-14 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Fix indentation of some declarations and statements | Theodor Thornhill | 2023-01-14 | 1 | -0/+4 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-12 | 1 | -2/+6 |
| |\ \ | |/ | |||||
| | * | Add support for annotation_type_declaration | Theodor Thornhill | 2023-01-11 | 1 | -2/+6 |
| * | | Merge from origin/emacs-29 | Stefan Kangas | 2023-01-03 | 1 | -1/+3 |
| |\ \ | |/ | |||||