zed/extensions
zed-zippy[bot] d0a61a42d9
proto: Bump to v0.3.2 (#53235)
This PR bumps the version of the Proto extension to v0.3.2.

Release Notes:

- N/A

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-04-06 12:51:13 +00:00
..
glsl glsl: Bump to v0.2.3 (#53234) 2026-04-06 12:45:25 +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 Format Tree-sitter queries with ts_query_ls (#50138) 2026-02-27 12:49:45 +00:00
workflows extension_ci: Ensure version bump does not happen too often (#50108) 2026-02-25 17:09:07 +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 Run additional checks from script/clippy if local (#29768) 2025-05-02 01:26:12 +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.