1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,39 @@
(anon_fun_expr
(expr_body) @function.inside
) @function.around
(argument_patterns
((_) @parameter.inside . ","? @parameter.around) @parameter.around
)
(function_type
((_) @parameter.inside . ","? @parameter.around) @parameter.around(#not-eq? @parameter.inside "->")
)
(function_call_expr
.
(_)
(parenthesized_expr (expr_body) @parameter.inside) @parameter.around
)
(function_call_expr
.
(_) ((_) @parameter.inside) @parameter.around
)
[
(annotation_type_def ) @class.inside
(alias_type_def ) @class.inside
(opaque_type_def ) @class.inside
] @class.around
(apply_type_arg) @parameter.inside
(expect
(expr_body) @test.inside
) @test.around
(line_comment) @comment.around
(doc_comment) @comment.around