Suggest Typst extension for .typ files (#33632)

Abdelhakim Qbaich created

Release Notes:

- N/A

Change summary

crates/extensions_ui/src/extension_suggest.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/extensions_ui/src/extension_suggest.rs 🔗

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