mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Suggest extension for .wit
files (#12031)
Release Notes: - Added an extension suggestion for `.wit` files.
This commit is contained in:
parent
410c46a551
commit
a9f35d2914
@ -69,6 +69,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
||||
("toml", &["Cargo.lock", "toml"]),
|
||||
("vue", &["vue"]),
|
||||
("wgsl", &["wgsl"]),
|
||||
("wit", &["wit"]),
|
||||
("zig", &["zig"]),
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user