Skip to repository content20 lines · 524 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T02:54:12.605Z 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
extension.toml
1id = "html"
2name = "HTML"
3description = "HTML support."
4version = "0.3.1"
5schema_version = 1
6authors = ["Isaac Clayton <slightknack@gmail.com>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.vscode-html-language-server]
10name = "vscode-html-language-server"
11language = "HTML"
12
13[language_servers.vscode-html-language-server.language_ids]
14"HTML" = "html"
15"CSS" = "css"
16
17[grammars.html]
18repository = "https://github.com/tree-sitter/tree-sitter-html"
19commit = "bfa075d83c6b97cd48440b3829ab8d24a2319809"
20