Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T05:51:43.745Z 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

32 lines · 491 B · text
1(comment) @comment.around
2
3(rule_set
4  (block
5    ("{"
6      (_)* @function.inside
7      "}"))) @function.around
8
9(keyframe_block
10  (block
11    ("{"
12      (_)* @function.inside
13      "}"))) @function.around
14
15(media_statement
16  (block
17    ("{"
18      (_)* @class.inside
19      "}"))) @class.around
20
21(supports_statement
22  (block
23    ("{"
24      (_)* @class.inside
25      "}"))) @class.around
26
27(keyframes_statement
28  (keyframe_block_list
29    ("{"
30      (_)* @class.inside
31      "}"))) @class.around
32
Served at tenant.openagents/omega Member data and write actions are omitted.