Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:07:53.953Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

textobjects.scm

29 lines · 498 B · text
1(function_declaration
2  body: (_
3    "{"
4    (_)* @function.inside
5    "}")) @function.around
6
7(method_declaration
8  body: (_
9    "{"
10    (_)* @function.inside
11    "}")) @function.around
12
13(type_declaration
14  (type_spec
15    (struct_type
16      (field_declaration_list
17        ("{"
18          (_)* @class.inside
19          "}")?)))) @class.around
20
21(type_declaration
22  (type_spec
23    (interface_type
24      (_)* @class.inside))) @class.around
25
26(type_declaration) @class.around
27
28(comment)+ @comment.around
29
Served at tenant.openagents/omega Member data and write actions are omitted.