UNPKG

hataraku

Version:

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

55 lines (52 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* - method definitions (including singleton methods and aliases, with associated comments) - class definitions (including singleton classes, with associated comments) - module definitions */ exports.default = ` ( (comment)* @doc . [ (method name: (_) @name.definition.method) @definition.method (singleton_method name: (_) @name.definition.method) @definition.method ] (#strip! @doc "^#\\s*") (#select-adjacent! @doc @definition.method) ) (alias name: (_) @name.definition.method) @definition.method ( (comment)* @doc . [ (class name: [ (constant) @name.definition.class (scope_resolution name: (_) @name.definition.class) ]) @definition.class (singleton_class value: [ (constant) @name.definition.class (scope_resolution name: (_) @name.definition.class) ]) @definition.class ] (#strip! @doc "^#\\s*") (#select-adjacent! @doc @definition.class) ) ( (module name: [ (constant) @name.definition.module (scope_resolution name: (_) @name.definition.module) ]) @definition.module ) `; //# sourceMappingURL=ruby.js.map