1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2023-05-01 13:51:15 +02:00
parent 5371774e0d
commit fa256c577f

View file

@ -59,10 +59,15 @@
(object_creation_expression
(initializer_expression "{" @indent.branch))
(implicit_object_creation_expression
(initializer_expression "{" @indent.branch))
(for_each_statement
body: (block "{" @indent.branch))
(lambda_expression
body: (block "{" @indent.branch))
(for_statement
body: (block "{" @indent.branch))