mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
6 lines
151 B
Scheme
6 lines
151 B
Scheme
|
("(" @open ")" @close)
|
||
|
("[" @open "]" @close)
|
||
|
("{" @open "}" @close)
|
||
|
((block_start) @open (block_end) @close)
|
||
|
((tuple_start) @open (tuple_end) @close)
|