mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
36 lines
357 B
Scheme
36 lines
357 B
Scheme
[
|
|
(call)
|
|
(brace_list)
|
|
(function_definition (brace_list))
|
|
(paren_list)
|
|
(special)
|
|
"|>"
|
|
"if"
|
|
"else"
|
|
"while"
|
|
"repeat"
|
|
"for"
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
] @branch
|
|
|
|
|
|
(pipe
|
|
(call) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
((special)
|
|
(call) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
] @indent_end
|
|
|
|
[
|
|
(comment)
|
|
] @ignore
|