Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1(class_definition 2 "class" @context 3 name: (identifier) @name 4 ) @item 5 6(function_definition 7 "async"? @context 8 "def" @context 9 name: (_) @name) @item