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