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)