elm: Extract to zed-extensions/elm repository (#22637)

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-01-03 19:00:45 -05:00
committed by GitHub
parent b1a6e2427f
commit dd75f85ecf
11 changed files with 1 additions and 263 deletions

View File

@@ -1,6 +1,6 @@
# Elm
Elm support is available through the [Elm extension](https://github.com/zed-industries/zed/tree/main/extensions/elm).
Elm support is available through the [Elm extension](https://github.com/zed-extensions/elm).
- Tree Sitter: [elm-tooling/tree-sitter-elm](https://github.com/elm-tooling/tree-sitter-elm)
- Language Server: [elm-tooling/elm-language-server](https://github.com/elm-tooling/elm-language-server)