mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
25 lines
346 B
Scheme
25 lines
346 B
Scheme
[
|
|
(braced_word_simple)
|
|
(namespace)
|
|
(command)
|
|
(conditional)
|
|
(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
|