hataraku
Version:
An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.
18 lines (16 loc) • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/*
- class declarations
- method declarations
- interface declarations
*/
exports.default = `
(class_declaration
name: (identifier) @name.definition.class) @definition.class
(method_declaration
name: (identifier) @name.definition.method) @definition.method
(interface_declaration
name: (identifier) @name.definition.interface) @definition.interface
`;
//# sourceMappingURL=java.js.map