zed/extensions
2026-07-06 16:02:54 +00:00
..
glsl glsl: Bump to v0.2.4 (#58704) 2026-06-05 23:12:31 +00:00
html html: Bump to v0.3.1 (#51518) 2026-03-16 15:31:16 +01:00
proto proto: Bump to v0.3.2 (#53235) 2026-04-06 12:51:13 +00:00
test-extension extension_api: Remove x86 support (#58259) 2026-06-04 11:01:48 +00:00
workflows ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
.gitignore Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00
EXTRACTION.md docs: Fix typo in EXTRACTION.md (#55106) 2026-04-28 19:18:44 +00:00
README.md Remove language-extension-version script (#51838) 2026-03-18 14:47:43 +00:00

Zed Extensions

This directory contains extensions for Zed that are largely maintained by the Zed team. They currently live in the Zed repository for ease of maintenance.

If you are looking for the Zed extension registry, see the zed-industries/extensions repo.

Structure

Currently, Zed includes support for a number of languages without requiring installing an extension. Those languages can be found under crates/languages/src.

Support for all other languages is done via extensions. This directory (extensions/) contains some of the officially maintained extensions. These extensions use the same zed_extension_api available to all Zed Extensions for providing language servers, tree-sitter grammars and tree-sitter queries.

You can find the other officially maintained extensions in the zed-extensions organization.

Dev Extensions

See the docs for Developing an Extension Locally for how to work with one of these extensions.