nvim-treesitter/queries/teal/indents.scm

19 lines
218 B
Scheme
Raw Normal View History

2021-01-05 19:26:08 +07:00
[
(record_declaration)
(anon_function)
(function_body)
(table_constructor)
(if_statement)
(return_statement)
(while_statement)
] @indent.begin
2021-01-05 19:26:08 +07:00
[
"{"
"}"
"("
")"
"end"
"then"
] @indent.branch