Suggest extension for .wit files (#12031)

Release Notes:

- Added an extension suggestion for `.wit` files.
This commit is contained in:
d1y 2024-05-19 20:36:46 +08:00 committed by GitHub
parent 410c46a551
commit a9f35d2914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
("toml", &["Cargo.lock", "toml"]),
("vue", &["vue"]),
("wgsl", &["wgsl"]),
("wit", &["wit"]),
("zig", &["zig"]),
];