mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
18 lines
203 B
Scheme
18 lines
203 B
Scheme
[
|
|
(array)
|
|
(object)
|
|
] @indent.begin
|
|
|
|
"}" @indent.end
|
|
|
|
[ "{" "}" ] @indent.branch
|
|
|
|
[ "[" "]" ] @indent.branch
|
|
|
|
[ "(" ")" ] @indent.branch
|
|
|
|
[
|
|
(ERROR)
|
|
(comment)
|
|
(diagnostic_comment)
|
|
] @indent.auto
|