Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1("(" @open ")" @close) 2("[" @open "]" @close) 3("{" @open "}" @close) 4("\"" @open "\"" @close) 5("`" @open "`" @close) 6((rune_literal) @open @close)