mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +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:
parent
2da05876ed
commit
eb2b0931cf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user