Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:38:08.957Z 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

injections.scm

25 lines · 638 B · text
1((comment) @injection.content
2  (#set! injection.language "comment"))
3
4(script_element
5  (raw_text) @injection.content
6  (#set! injection.language "javascript"))
7
8(style_element
9  (raw_text) @injection.content
10  (#set! injection.language "css"))
11
12(attribute
13  (attribute_name) @_attribute_name
14  (#match? @_attribute_name "^style$")
15  (quoted_attribute_value
16    (attribute_value) @injection.content)
17  (#set! injection.language "css"))
18
19(attribute
20  (attribute_name) @_attribute_name
21  (#match? @_attribute_name "^on[a-z]+$")
22  (quoted_attribute_value
23    (attribute_value) @injection.content)
24  (#set! injection.language "javascript"))
25
Served at tenant.openagents/omega Member data and write actions are omitted.