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(("\"" @open 11 "\"" @close) 12 (#set! rainbow.exclude)) 13 14(("'" @open 15 "'" @close) 16 (#set! rainbow.exclude))