projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da0587
)
Add lambda_expression to c-ts-common-indent-type-regexp-alist
author
Theodor Thornhill
<theo@thornhill.no>
Sun, 12 Feb 2023 17:57:40 +0000
(18:57 +0100)
committer
Theodor Thornhill
<theo@thornhill.no>
Sun, 12 Feb 2023 17:57:40 +0000
(18:57 +0100)
* lisp/progmodes/java-ts-mode.el (java-ts-mode): Tweak regexp.
lisp/progmodes/java-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/java-ts-mode.el
b/lisp/progmodes/java-ts-mode.el
index dc651c11a008f9cf566ccd8b7d14386414a5d68b..e15da7110f1df9225fbd00468ff252107b5391eb 100644
(file)
--- a/
lisp/progmodes/java-ts-mode.el
+++ b/
lisp/progmodes/java-ts-mode.el
@@
-309,6
+309,7
@@
Return nil if there is no name or if NODE is not a defun node."
"constructor_body"
"annotation_type_body"
"interface_body"
+ "lambda_expression"
"enum_body"
"switch_block"
"record_declaration_body"