mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
28 lines
360 B
Scheme
28 lines
360 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)
|
|
] @indent
|
|
|
|
[
|
|
"end"
|
|
"until"
|
|
"{"
|
|
"}"
|
|
"("
|
|
")"
|
|
"then"
|
|
(else)
|
|
(elseif)
|
|
] @branch
|