nvim: c#
This commit is contained in:
parent
5371774e0d
commit
fa256c577f
1 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue