Add LSP support for Elm (#7116)

Closes #4595

Release Notes:

- Added LSP support for Elm
([#4595](https://github.com/zed-industries/zed/issues/4595)).

---------

Co-authored-by: Jared M. Smith <absynce@gmail.com>
This commit is contained in:
Andrey Kuzmin
2024-01-31 11:05:38 +02:00
committed by GitHub
co-authored by Jared M. Smith
parent c3d4fa4336
commit 634fe99fa5
3 changed files with 129 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Elm
- Tree Sitter: [tree-sitter-elm](https://github.com/elm-tooling/tree-sitter-elm)
- Language Server: N/A
- Language Server: [elm-language-server](https://github.com/elm-tooling/elm-language-server)