Suggest extension for .wit
files (#12031)
Release Notes: - Added an extension suggestion for `.wit` files.
This commit is contained in:
parent
410c46a551
commit
a9f35d2914
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
||||||
("toml", &["Cargo.lock", "toml"]),
|
("toml", &["Cargo.lock", "toml"]),
|
||||||
("vue", &["vue"]),
|
("vue", &["vue"]),
|
||||||
("wgsl", &["wgsl"]),
|
("wgsl", &["wgsl"]),
|
||||||
|
("wit", &["wit"]),
|
||||||
("zig", &["zig"]),
|
("zig", &["zig"]),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue