summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorTheodor Thornhill <theo@thornhill.no>2023-02-12 18:57:40 +0100
committerTheodor Thornhill <theo@thornhill.no>2023-02-12 18:57:40 +0100
commiteb2b0931cf1258b875b031f81a3685eda8ddf5cb (patch)
treec1b2dffa7b3231217edc52ff00d700812398e3d4 /lisp
parent2da05876edb5bc8ec0f39ac679c806930e16e5c7 (diff)
downloademacs-eb2b0931cf1258b875b031f81a3685eda8ddf5cb.tar.gz
emacs-eb2b0931cf1258b875b031f81a3685eda8ddf5cb.tar.bz2
emacs-eb2b0931cf1258b875b031f81a3685eda8ddf5cb.zip
Add lambda_expression to c-ts-common-indent-type-regexp-alist
* lisp/progmodes/java-ts-mode.el (java-ts-mode): Tweak regexp.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/java-ts-mode.el1
1 files changed, 1 insertions, 0 deletions
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"