mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
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:
parent
6b55a6f0e1
commit
eb4ac7e5da
1 changed files with 1 additions and 0 deletions
|
@ -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"]),
|
||||
|
|
Loading…
Reference in a new issue