Suggest Typst extension for .typ files (#33632)

Release Notes:

- N/A
This commit is contained in:
Abdelhakim Qbaich 2025-07-01 10:54:53 -04:00 committed by GitHub
parent 52c42125a7
commit 3041de0cdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,6 +70,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("templ", &["templ"]),
("terraform", &["tf", "tfvars", "hcl"]),
("toml", &["Cargo.lock", "toml"]),
("typst", &["typ"]),
("vue", &["vue"]),
("wgsl", &["wgsl"]),
("wit", &["wit"]),