Add icons for Puppet files (#35778)
Release Notes: - Added icon for Puppet (.pp) files Actually puppet icons are available in the extension here : <https://github.com/AlexandarY/zed-puppet/tree/main/icon_themes> --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
parent
e227b5ac30
commit
305c653c62
2 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,7 @@ const FILE_SUFFIXES_BY_ICON_KEY: &[(&str, &[&str])] = &[
|
|||
],
|
||||
),
|
||||
("prisma", &["prisma"]),
|
||||
("puppet", &["pp"]),
|
||||
("python", &["py"]),
|
||||
("r", &["r", "R"]),
|
||||
("react", &["cjsx", "ctsx", "jsx", "mjsx", "mtsx", "tsx"]),
|
||||
|
@ -331,6 +332,7 @@ const FILE_ICONS: &[(&str, &str)] = &[
|
|||
("php", "icons/file_icons/php.svg"),
|
||||
("prettier", "icons/file_icons/prettier.svg"),
|
||||
("prisma", "icons/file_icons/prisma.svg"),
|
||||
("puppet", "icons/file_icons/puppet.svg"),
|
||||
("python", "icons/file_icons/python.svg"),
|
||||
("r", "icons/file_icons/r.svg"),
|
||||
("react", "icons/file_icons/react.svg"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue