Suggest powershell extension (#34211)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-07-10 17:34:59 +03:00 committed by GitHub
parent 51c24e2010
commit 8bc1396a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("nu", &["nu"]),
("ocaml", &["ml", "mli"]),
("php", &["php"]),
("powershell", &["ps1", "psm1"]),
("prisma", &["prisma"]),
("proto", &["proto"]),
("purescript", &["purs"]),