Skip to content

Commit

Permalink
Suggest the SCSS extension for .scss files (#11249)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maxdeviant authored May 1, 2024
1 parent 6b55a6f commit eb4ac7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/extensions_ui/src/extension_suggest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit eb4ac7e

Please sign in to comment.