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( 3 (function_definition 4 declarator: (function_declarator 5 declarator: (identifier) @run 6 ) 7 ) @_c-main 8 (#eq? @run "main") 9 (#set! tag c-main) 10)