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