Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T05:20:55.278Z 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

highlights.scm

57 lines · 707 B · text
1[
2  "("
3  ")"
4  "(?"
5  "(?:"
6  "(?<"
7  "(?P="
8  "<"
9  ">"
10  "["
11  "]"
12  "{"
13  "}"
14] @punctuation.bracket.regex
15
16(group_name) @label.regex
17
18[
19  (identity_escape)
20  (control_letter_escape)
21  (character_class_escape)
22  (control_escape)
23] @string.escape.regex
24
25[
26  "*"
27  "+"
28  "?"
29  "|"
30  "="
31  "!"
32  (start_assertion)
33  (end_assertion)
34  (any_character)
35  (lazy)
36] @operator.regex
37
38[
39  (boundary_assertion)
40  (non_boundary_assertion)
41  (backreference_escape)
42  (decimal_escape)
43] @keyword.operator.regex
44
45(count_quantifier
46  [
47    (decimal_digits) @number.quantifier.regex
48    "," @punctuation.delimiter.regex
49  ])
50
51(character_class
52  [
53    "^" @operator.regex
54    (class_range
55      "-" @operator.regex)
56  ])
57
Served at tenant.openagents/omega Member data and write actions are omitted.