Suggest .log file (#10796)

Release Notes:

- Suggest .log file
This commit is contained in:
d1y
2024-04-21 03:23:31 +03:00
committed by GitHub
parent cd6acff635
commit 2677ec7568
@@ -46,6 +46,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("kotlin", &["kt"]),
("latex", &["tex"]),
("lua", &["lua"]),
("log", &["log"]),
("make", &["Makefile"]),
("nix", &["nix"]),
("nu", &["nu"]),