Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[ 2 (assignment_statement) 3 (call_expression) 4 (selector_expression) 5] @indent 6 7(_ "[" "]" @end) @indent 8(_ "{" "}" @end) @indent 9(_ "(" ")" @end) @indent