Skip to repository content57 lines · 605 B · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:15:02.896Z 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(boolean_scalar) @boolean
2
3(null_scalar) @constant.builtin
4
5[
6 (double_quote_scalar)
7 (single_quote_scalar)
8 (block_scalar)
9 (string_scalar)
10] @string
11
12(escape_sequence) @string.escape
13
14[
15 (integer_scalar)
16 (float_scalar)
17] @number
18
19(comment) @comment
20
21[
22 (anchor_name)
23 (alias_name)
24 (tag)
25] @type
26
27key: (flow_node
28 [
29 (plain_scalar
30 (string_scalar))
31 (double_quote_scalar)
32 (single_quote_scalar)
33 ] @property)
34
35[
36 ","
37 "-"
38 ":"
39 ">"
40 "?"
41 "|"
42] @punctuation.delimiter
43
44[
45 "["
46 "]"
47 "{"
48 "}"
49] @punctuation.bracket
50
51[
52 "*"
53 "&"
54 "---"
55 "..."
56] @punctuation.special
57