From 97c5cffbe3264c7a48d1204bcc71a48630eebd48 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sun, 14 Apr 2024 19:31:19 -0400 Subject: [PATCH] Update contributing docs to point to extensions (#10537) This PR updates the contributing docs to remove an outdated section about extension support and instead point to the extension authoring docs. Release Notes: - N/A --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 205fc5b199..b9719e90fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ If you're looking for ideas about what to work on, check out: - Our [public roadmap](https://zed.dev/roadmap) contains a rough outline of our near-term priorities for Zed. - Our [top-ranking issues](https://github.com/zed-industries/zed/issues/5393) based on votes by the community. -Outside of a handful of extremely popular languages and themes, we are generally not looking to extend Zed's language or theme support by directly building them into Zed. We really want to build a plugin system to handle making the editor extensible going forward. If you are passionate about shipping new languages or themes we suggest contributing to the extension system to help us get there faster. +For adding themes or support for a new language to Zed, check out our [extension docs](https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md). ## Proposing changes