1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/lua/indents.scm

21 lines
272 B
Scheme

[
(function_definition)
(function_declaration)
(method_index_expression)
(field)
(if_statement)
(for_statement)
(repeat_statement)
(while_statement)
(table_constructor)
(arguments)
(do_statement)
] @indent
[
"end"
"until"
"}"
")"
] @outdent