Sort the list of suggested extensions (#10854)

This PR sorts the list of suggested extensions.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-22 11:41:16 -04:00 committed by GitHub
parent 67e7c33428
commit ee531b6f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,8 +45,8 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("java", &["java"]), ("java", &["java"]),
("kotlin", &["kt"]), ("kotlin", &["kt"]),
("latex", &["tex"]), ("latex", &["tex"]),
("lua", &["lua"]),
("log", &["log"]), ("log", &["log"]),
("lua", &["lua"]),
("make", &["Makefile"]), ("make", &["Makefile"]),
("nix", &["nix"]), ("nix", &["nix"]),
("nu", &["nu"]), ("nu", &["nu"]),
@ -57,8 +57,8 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("r", &["r", "R"]), ("r", &["r", "R"]),
("racket", &["rkt"]), ("racket", &["rkt"]),
("rescript", &["res", "resi"]), ("rescript", &["res", "resi"]),
("sql", &["sql"]),
("scheme", &["scm"]), ("scheme", &["scm"]),
("sql", &["sql"]),
("svelte", &["svelte"]), ("svelte", &["svelte"]),
("swift", &["swift"]), ("swift", &["swift"]),
("templ", &["templ"]), ("templ", &["templ"]),