Skip to content

Commit

Permalink
Add opml file extension
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Su <injustsu@gmail.com>
  • Loading branch information
injust authored Sep 23, 2024
1 parent 1a8bac8 commit 47353e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"ogg" => Icons::AUDIO, // 
"ogm" => Icons::VIDEO, // 
"ogv" => Icons::VIDEO, // 
"opml" => Icons::XML, // 󰗀
"opus" => Icons::AUDIO, // 
"orf" => Icons::IMAGE, // 
"org" => '\u{e633}', // 
Expand Down

0 comments on commit 47353e1

Please sign in to comment.