UNPKG

aico-pack

Version:

A tool to pack repository contents to single file for AI consumption

14 lines (9 loc) 542 B
export const queryC = ` (comment) @comment (struct_specifier name: (type_identifier) @name.definition.class body:(_)) @definition.class (declaration type: (union_specifier name: (type_identifier) @name.definition.class)) @definition.class (function_declarator declarator: (identifier) @name.definition.function) @definition.function (type_definition declarator: (type_identifier) @name.definition.type) @definition.type (enum_specifier name: (type_identifier) @name.definition.type) @definition.type `; //# sourceMappingURL=queryC.js.map