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:
Marshall Bowers 2024-05-01 09:26:22 -04:00 committed by GitHub
parent 6b55a6f0e1
commit eb4ac7e5da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]),