mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
27 lines
353 B
Scheme
27 lines
353 B
Scheme
[
|
|
(braced_word_simple)
|
|
(namespace)
|
|
(command)
|
|
(if)
|
|
(else)
|
|
(elseif)
|
|
(foreach)
|
|
(while)
|
|
(try)
|
|
(procedure)
|
|
(command_substitution)
|
|
] @indent.begin
|
|
|
|
(quoted_word) @indent.align
|
|
|
|
([
|
|
(expr)
|
|
(arguments)
|
|
] @indent.align
|
|
(#set! indent.open_delimiter "{")
|
|
(#set! indent.close_delimiter "}"))
|
|
|
|
[
|
|
"}"
|
|
"]"
|
|
] @indent.branch @indent.end
|