Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1("(" @open 2 ")" @close) 3 4("[" @open 5 "]" @close) 6 7("{" @open 8 "}" @close) 9 10(((string_start) @open 11 (string_end) @close) 12 (#set! rainbow.exclude))