erlang: Extract to zed-extensions/erlang repository (#26248)

This PR extracts the Erlang extension to the
[zed-extensions/erlang](https://github.com/zed-extensions/erlang)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-06 17:53:13 -05:00 committed by GitHub
parent 51c900366d
commit 330e799293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1 additions and 527 deletions

View file

@ -1,6 +1,6 @@
# Erlang
Erlang support is available through the [Erlang extension](https://github.com/zed-industries/zed/tree/main/extensions/erlang).
Erlang support is available through the [Erlang extension](https://github.com/zed-extensions/erlang).
- Tree-sitter: [WhatsApp/tree-sitter-erlang](https://github.com/WhatsApp/tree-sitter-erlang)
- Language Server: [erlang-ls/erlang_ls](https://github.com/erlang-ls/erlang_ls)