Suggest the SCSS extension for .scss files (#11249)
This PR adds a suggestion for the new [SCSS extension](https://github.com/bajrangCoder/zed-scss) when `.scss` files are opened. Release Notes: - Added a suggestion for the SCSS extension when `.scss` files are opened.
This commit is contained in:
@@ -59,6 +59,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
||||
("racket", &["rkt"]),
|
||||
("rescript", &["res", "resi"]),
|
||||
("scheme", &["scm"]),
|
||||
("scss", &["scss"]),
|
||||
("sql", &["sql"]),
|
||||
("svelte", &["svelte"]),
|
||||
("swift", &["swift"]),
|
||||
|
||||
Reference in New Issue
Block a user