Skip to repository content38 lines · 477 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T02:54:22.432Z 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
indents.scm
1(_
2 "["
3 "]" @end) @indent
4
5(_
6 "{"
7 "}" @end) @indent
8
9(_
10 "("
11 ")" @end) @indent
12
13(function_definition) @start.def
14
15(class_definition) @start.class
16
17(if_statement) @start.if
18
19(for_statement) @start.for
20
21(while_statement) @start.while
22
23(with_statement) @start.with
24
25(match_statement) @start.match
26
27(try_statement) @start.try
28
29(elif_clause) @start.elif
30
31(else_clause) @start.else
32
33(except_clause) @start.except
34
35(finally_clause) @start.finally
36
37(case_clause) @start.case
38