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