Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:37:36.268Z 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

docs/src/extensions/snippets.md

927 B

title: Snippets description: "Snippets for Zed extensions."

Snippets

Extensions may provide snippets for one or more languages.

Each file containing snippets can be specified in the snippets field of the extensions.toml file.

The referenced path must be relative to the extension.toml.

Defining Snippets

A given extension may provide one or more snippets. Each snippet must be registered in the extension.toml.

Zed matches snippet files based on the lowercase name of the language (e.g. rust.json for Rust). You can use snippets.json as a file name to define snippets that will be available regardless of the current buffer language.

For example, here is an extension that provides snippets for Rust and TypeScript:

snippets = ["./snippets/rust.json", "./snippets/typescript.json"]

For more information on how to create snippets, see the Snippets documentation.

Served at tenant.openagents/omega Member data and write actions are omitted.