1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Add lambda_expression to c-ts-common-indent-type-regexp-alist

* lisp/progmodes/java-ts-mode.el (java-ts-mode): Tweak regexp.
This commit is contained in:
Theodor Thornhill 2023-02-12 18:57:40 +01:00
parent 2da05876ed
commit eb2b0931cf

View File

@ -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"