Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1; Tag the main function 2((function_definition 3 declarator: (function_declarator 4 declarator: (identifier) @run)) @_c-main 5 (#eq? @run "main") 6 (#set! tag c-main))