UNPKG

hataraku

Version:

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

19 lines (17 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* - struct definitions - method definitions - function definitions */ exports.default = ` (struct_item name: (type_identifier) @name.definition.class) @definition.class (declaration_list (function_item name: (identifier) @name.definition.method)) @definition.method (function_item name: (identifier) @name.definition.function) @definition.function `; //# sourceMappingURL=rust.js.map