nvim-treesitter/queries/teal/indents.scm

21 lines
240 B
Scheme
Raw Normal View History

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