Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1(function_definition 2 "function"? 3 body: ( 4 _ 5 "{" @start 6 "}" @end 7 )) @indent 8 9(array 10 "(" @start 11 ")" @end 12 ) @indent