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