aico-pack
Version:
A tool to pack repository contents to single file for AI consumption
2 lines • 564 B
TypeScript
export declare const queryC = "\n(comment) @comment\n\n(struct_specifier name: (type_identifier) @name.definition.class body:(_)) @definition.class\n\n(declaration type: (union_specifier name: (type_identifier) @name.definition.class)) @definition.class\n\n(function_declarator declarator: (identifier) @name.definition.function) @definition.function\n\n(type_definition declarator: (type_identifier) @name.definition.type) @definition.type\n\n(enum_specifier name: (type_identifier) @name.definition.type) @definition.type\n";
//# sourceMappingURL=queryC.d.ts.map