index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
java-ts-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
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 bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-2
/
+2
*
Add compact_constructor_declaration font-locking to java-ts-mode
Theodor Thornhill
2023-05-30
1
-0
/
+3
*
; * 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
*
Change tree-sitter indent anchor 'point-min' to 'column-0'
Yuan Fu
2023-03-04
1
-10
/
+10
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-3
/
+3
*
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-25
1
-5
/
+5
*
Add super node as a keyword
Theodor Thornhill
2023-02-15
1
-1
/
+2
*
Add lambda_expression to c-ts-common-indent-type-regexp-alist
Theodor Thornhill
2023-02-12
1
-0
/
+1
*
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
*
Fix java class member without access modifier (bug#61115)
Theodor Thornhill
2023-01-28
1
-0
/
+1
*
Add new java indent rules
Theodor Thornhill
2023-01-25
1
-0
/
+2
*
Move c-like common utils into own library (bug#60961)
Theodor Thornhill
2023-01-21
1
-4
/
+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 constructor_declaration as java-ts-mode defun
Theodor Thornhill
2023-01-14
1
-1
/
+2
*
Fix indent and font-lock for annotation_type
Theodor Thornhill
2023-01-14
1
-1
/
+5
*
Fix indentation of some declarations and statements
Theodor Thornhill
2023-01-14
1
-0
/
+4
*
Add support for annotation_type_declaration
Theodor Thornhill
2023-01-11
1
-2
/
+6
*
Improve fontification in java-ts-mode (bug#60492)
Theodor Thornhill
2023-01-02
1
-1
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Avoid treesit-related byte-compiler warnings
Eli Zaretskii
2022-12-28
1
-0
/
+1
*
Fix tree-sitter typos
Yuan Fu
2022-12-28
1
-1
/
+1
*
Update tree-sitter major modes to use the new Imenu facility
Yuan Fu
2022-12-27
1
-46
/
+5
*
Add comment indent and filling to other tree-sitter major modes
Yuan Fu
2022-12-26
1
-11
/
+5
*
Support treesit-defun-name in tree-sitter major modes
Yuan Fu
2022-12-24
1
-4
/
+18
*
Add lambda_expression-rule to java-ts-mode (bug#60091)
Theodor Thornhill
2022-12-15
1
-0
/
+1
*
Add "this" keyword to java-ts-mode (bug#60086)
Theodor Thornhill
2022-12-15
1
-3
/
+4
*
Tweak various ts-mode's indent and fontification (bug#59931)
Theodor Thornhill
2022-12-12
1
-1
/
+3
*
Make more granular defun-type-regexp (bug#59873)
Theodor Thornhill
2022-12-09
1
-1
/
+9
*
; Normalize GPLv3 license statements in new files
Stefan Kangas
2022-12-09
1
-3
/
+3
*
; lisp/progmodes/java-ts-mode.el: Fix more typos.
Stefan Kangas
2022-12-08
1
-3
/
+2
*
; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
Eli Zaretskii
2022-12-08
1
-1
/
+1
*
Fix syntax-table for tree-sitter modes
Theodor Thornhill
2022-12-07
1
-0
/
+5
*
Fix comment-start-skip in tree-sitter modes (bug#59690)
Yuan Fu
2022-12-03
1
-1
/
+2
*
Remove treesit-comment-start/end and use comment-start/end-skip
Yuan Fu
2022-11-27
1
-3
/
+7
*
Reorganize treesit-font-lock-feaure-list's to the new level scheme
Yuan Fu
2022-11-26
1
-3
/
+4
*
Utilize new font-lock faces for more tree-sitter modes (Bug#59397)
Randy Taylor
2022-11-22
1
-6
/
+9
*
Tweak faces in Java and TypeScript
Theodor Thornhill
2022-11-22
1
-39
/
+46
*
; Silence byte-compiler warnings
Eli Zaretskii
2022-11-21
1
-0
/
+5
*
Limit recursion level for tree-sitter imenu functions
Yuan Fu
2022-11-20
1
-5
/
+5
*
Fix uses of treesit-ready-p
Yuan Fu
2022-11-19
1
-1
/
+1
*
Fix tree-sitter comment indentation for C-like languages
Yuan Fu
2022-11-19
1
-0
/
+4
[next]