mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
33 lines
414 B
Scheme
33 lines
414 B
Scheme
[
|
|
(function_definition)
|
|
(function_declaration)
|
|
(variable_declaration)
|
|
(field)
|
|
(do_statement)
|
|
(while_statement)
|
|
(repeat_statement)
|
|
(if_statement)
|
|
(for_statement)
|
|
(return_statement)
|
|
(table_constructor)
|
|
(arguments)
|
|
] @indent
|
|
|
|
[
|
|
"do"
|
|
"end"
|
|
"then"
|
|
"until"
|
|
"{"
|
|
"}"
|
|
"("
|
|
")"
|
|
"elseif"
|
|
(elseif_statement)
|
|
"else"
|
|
(else_statement)
|
|
] @branch
|
|
|
|
(comment) @ignore
|
|
|
|
(string) @ignore
|