mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
29 lines
377 B
Scheme
29 lines
377 B
Scheme
[
|
|
(function_definition)
|
|
(variable_declaration)
|
|
(local_variable_declaration)
|
|
(field)
|
|
(local_function)
|
|
(function)
|
|
(if_statement)
|
|
(for_statement)
|
|
(for_in_statement)
|
|
(repeat_statement)
|
|
(return_statement)
|
|
(while_statement)
|
|
(table)
|
|
(arguments)
|
|
(do_statement)
|
|
] @indent
|
|
|
|
[
|
|
"end"
|
|
"until"
|
|
"{"
|
|
"}"
|
|
"("
|
|
")"
|
|
"then"
|
|
(else)
|
|
(elseif)
|
|
] @branch
|