Extensions for the Zed editor
  • JavaScript 94.6%
  • TypeScript 3%
  • Just 2.4%
Find a file
Adrian c3567b010a
Add Arturo language support (#4843)
# Arturo Language Support for Zed

A comprehensive language extension for [Arturo](https://arturo-lang.io/)
in [Zed](https://zed.dev/), providing intelligent code editing features
through a custom Language Server Protocol (LSP) implementation.

---------

Co-authored-by: MrSubidubi <dev@bahn.sh>
2026-02-27 11:10:53 +00:00
.github ci: Add repository guard for actionlint workflow (#5012) 2026-02-26 16:31:49 +00:00
extensions Add Arturo language support (#4843) 2026-02-27 11:10:53 +00:00
src Add tests for new validation (#4968) 2026-02-24 12:58:04 +00:00
.gitignore Ignore lock files for other package managers (#1326) 2024-08-29 09:13:50 -04:00
.gitmodules Add Arturo language support (#4843) 2026-02-27 11:10:53 +00:00
.prettierignore Update packaging infrastructure (#242) 2024-02-27 21:11:07 -05:00
dangerfile.ts Make danger job fail on no extension changes (#4628) 2026-01-28 09:10:36 +00:00
extensions.toml Add Arturo language support (#4843) 2026-02-27 11:10:53 +00:00
justfile Slint: update to 0.0.9 (#3002) 2025-07-15 10:48:06 -04:00
package.json Update dependency @aws-sdk/client-s3 to v3.998.0 (#4996) 2026-02-25 22:51:49 +00:00
pnpm-lock.yaml Update dependency @aws-sdk/client-s3 to v3.998.0 (#4996) 2026-02-25 22:51:49 +00:00
README.md Replace in-repo docs with link to Zed docs (#1318) 2024-08-28 09:03:08 -04:00
renovate.json Make danger job fail on no extension changes (#4628) 2026-01-28 09:10:36 +00:00
tsconfig.json Replace dependency @tsconfig/node20 with @tsconfig/node22 (#4177) 2026-02-25 13:16:47 +00:00
vite.config.mjs Use dir instead of root in Vitest config (#251) 2024-02-28 12:09:48 -05:00

Zed Extensions

This is the central repository containing the extensions available for Zed.

Getting started

See the Developing Extensions docs for how to develop and publish your extension

Looking for extension ideas? Check out:

If an issue requesting an extension is tagged with the needs infrastructure label, it indicates that the extension cannot currently be developed due to the absence of necessary system infrastructure.