Suggest nim extension for *.nim files (#29912)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-05-05 14:46:42 +03:00 committed by GitHub
parent 1adb4ecc95
commit 7133699335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("log", &["log"]),
("lua", &["lua"]),
("make", &["Makefile"]),
("nim", &["nim"]),
("nix", &["nix"]),
("nu", &["nu"]),
("ocaml", &["ml", "mli"]),