mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
22 lines
359 B
Scheme
22 lines
359 B
Scheme
[
|
|
(normal_command)
|
|
(if_condition)
|
|
(foreach_loop)
|
|
(while_loop)
|
|
(function_def)
|
|
(macro_def)
|
|
(block_def)
|
|
] @indent.begin
|
|
|
|
[
|
|
(elseif_command)
|
|
(elseif_command)
|
|
(endif_command)
|
|
(endforeach_command)
|
|
(endfunction_command)
|
|
(endmacro_command)
|
|
(endblock_command)
|
|
] @indent.branch
|
|
|
|
(normal_command ")" @indent.branch)
|
|
(normal_command ")" @indent.end)
|