mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
18 lines
169 B
Scheme
18 lines
169 B
Scheme
[
|
|
(array)
|
|
(object)
|
|
] @indent
|
|
|
|
"}" @indent_end
|
|
|
|
[ "{" "}" ] @branch
|
|
|
|
[ "[" "]" ] @branch
|
|
|
|
[ "(" ")" ] @branch
|
|
|
|
[
|
|
(ERROR)
|
|
(comment)
|
|
(diagnostic_comment)
|
|
] @auto
|