Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:54:22.432Z 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

indents.scm

38 lines · 477 B · text
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
Served at tenant.openagents/omega Member data and write actions are omitted.