Remove built-in Nu support in favor of extension (#10570)

Release Notes:

- Removed built-in Nu language support in favor of an extension.

---------

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-04-15 10:47:01 -07:00 committed by GitHub
parent 5037f466f6
commit 015e2ecd19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1 additions and 368 deletions

View file

@ -48,6 +48,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("lua", &["lua"]),
("make", &["Makefile"]),
("nix", &["nix"]),
("nu", &["nu"]),
("ocaml", &["ml", "mli"]),
("php", &["php"]),
("prisma", &["prisma"]),