file_icons: Add icon key for Crystal and ECR files (#24903)
Release Notes: - Icon themes: Added the ability to change the file icon for Crystal (`.cr`, `.ecr`) files. --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
co-authored by
Marshall Bowers
parent
e37acdeeb8
commit
3040ef416a
@@ -67,6 +67,7 @@ const FILE_ICONS: &[(&str, &str)] = &[
|
||||
("code", "icons/file_icons/code.svg"),
|
||||
("coffeescript", "icons/file_icons/coffeescript.svg"),
|
||||
("cpp", "icons/file_icons/cpp.svg"),
|
||||
("crystal", "icons/file_icons/file.svg"),
|
||||
("csharp", "icons/file_icons/file.svg"),
|
||||
("css", "icons/file_icons/css.svg"),
|
||||
("cue", "icons/file_icons/file.svg"),
|
||||
|
||||
Reference in New Issue
Block a user