]> git.eshelyaron.com Git - emacs.git/commitdiff
Add lambda_expression to c-ts-common-indent-type-regexp-alist
authorTheodor Thornhill <theo@thornhill.no>
Sun, 12 Feb 2023 17:57:40 +0000 (18:57 +0100)
committerTheodor 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

index dc651c11a008f9cf566ccd8b7d14386414a5d68b..e15da7110f1df9225fbd00468ff252107b5391eb 100644 (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"