mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
30 lines
281 B
Scheme
30 lines
281 B
Scheme
[
|
|
(brace_list)
|
|
(paren_list)
|
|
(special)
|
|
(pipe)
|
|
(call)
|
|
"|>"
|
|
"if"
|
|
"else"
|
|
"while"
|
|
"repeat"
|
|
"for"
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
] @branch
|
|
|
|
((formal_parameters (identifier)) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
] @indent_end
|
|
|
|
[
|
|
(comment)
|
|
] @ignore
|