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"