mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +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)
|