Sort the list of suggested extensions (#10854)
This PR sorts the list of suggested extensions. Release Notes: - N/A
This commit is contained in:
parent
67e7c33428
commit
ee531b6f4d
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
|||
("java", &["java"]),
|
||||
("kotlin", &["kt"]),
|
||||
("latex", &["tex"]),
|
||||
("lua", &["lua"]),
|
||||
("log", &["log"]),
|
||||
("lua", &["lua"]),
|
||||
("make", &["Makefile"]),
|
||||
("nix", &["nix"]),
|
||||
("nu", &["nu"]),
|
||||
|
@ -57,8 +57,8 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
|||
("r", &["r", "R"]),
|
||||
("racket", &["rkt"]),
|
||||
("rescript", &["res", "resi"]),
|
||||
("sql", &["sql"]),
|
||||
("scheme", &["scm"]),
|
||||
("sql", &["sql"]),
|
||||
("svelte", &["svelte"]),
|
||||
("swift", &["swift"]),
|
||||
("templ", &["templ"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue