file_icons: Add Stylelint file icon associations (#24605)
This PR adds file associations for stylelint files. This is how it looks like in Zed (the icon doesn't exist):  In a dev version of an icon theme it looks like this (icon sourced from: https://github.com/vscode-icons/vscode-icons/blob/master/icons/file_type_stylelint.svg ):  Release Notes: - Icon themes: Added Stylelint file icon associations. --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
parent
6e7416eb00
commit
b395beaf93
2 changed files with 12 additions and 0 deletions
|
@ -113,6 +113,7 @@ const FILE_ICONS: &[(&str, &str)] = &[
|
|||
("scala", "icons/file_icons/scala.svg"),
|
||||
("settings", "icons/file_icons/settings.svg"),
|
||||
("storage", "icons/file_icons/database.svg"),
|
||||
("stylelint", "icons/file_icons/javascript.svg"),
|
||||
("svelte", "icons/file_icons/html.svg"),
|
||||
("swift", "icons/file_icons/swift.svg"),
|
||||
("tcl", "icons/file_icons/tcl.svg"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue