Skip to repository content32 lines · 491 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T05:51:43.745Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
textobjects.scm
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