Skip to repository content30 lines · 281 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:14:44.199Z 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
highlights.scm
1(comment) @comment
2
3(string) @string
4
5(escape_sequence) @string.escape
6
7(pair
8 key: (string) @property.json_key)
9
10(number) @number
11
12[
13 (true)
14 (false)
15] @boolean
16
17(null) @constant.builtin
18
19[
20 ","
21 ":"
22] @punctuation.delimiter
23
24[
25 "{"
26 "}"
27 "["
28 "]"
29] @punctuation.bracket
30