From: Theodor Thornhill Date: Sun, 12 Feb 2023 17:57:40 +0000 (+0100) Subject: Add lambda_expression to c-ts-common-indent-type-regexp-alist X-Git-Tag: emacs-29.0.90~442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb2b0931cf1;p=emacs.git Add lambda_expression to c-ts-common-indent-type-regexp-alist * lisp/progmodes/java-ts-mode.el (java-ts-mode): Tweak regexp. --- diff --git a/lisp/progmodes/java-ts-mode.el b/lisp/progmodes/java-ts-mode.el index dc651c11a00..e15da7110f1 100644 --- 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"