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(_ 8 "[" 9 "]" @end) @indent 10 11(_ 12 "{" 13 "}" @end) @indent 14 15(_ 16 "(" 17 ")" @end) @indent