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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue