UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

24 lines (21 loc) 506 B
/* - class declarations - interface declarations - method declarations - namespace declarations */ export default ` (class_declaration name: (identifier) @name.definition.class ) @definition.class (interface_declaration name: (identifier) @name.definition.interface ) @definition.interface (method_declaration name: (identifier) @name.definition.method ) @definition.method (namespace_declaration name: (identifier) @name.definition.module ) @definition.module `; //# sourceMappingURL=c-sharp.js.map