Suggest .log file (#10796)

Release Notes:

- Suggest .log file
This commit is contained in:
d1y 2024-04-21 08:23:31 +08:00 committed by GitHub
parent cd6acff635
commit 2677ec7568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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