@@ -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"]),