Extract Elm language into an extension (#10432)

Release Notes:

- Extracted Elm language support into an extension

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-04-11 10:23:49 -07:00 committed by GitHub
parent 78d6beee80
commit bcd2ca6196
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 155 additions and 18 deletions

View file

@ -26,6 +26,7 @@ fn suggested_extensions() -> &'static HashMap<&'static str, Arc<str>> {
("dart", "dart"),
("dockerfile", "Dockerfile"),
("elisp", "el"),
("elm", "elm"),
("erlang", "erl"),
("erlang", "hrl"),
("fish", "fish"),