mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
22 lines
326 B
Scheme
22 lines
326 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)
|