Bläddra i källkod

Merge pull request #1088 from cab-1729/master

Added icon for img files
Mélanie Chauvel 3 år sedan
förälder
incheckning
e385cd58da
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -206,6 +206,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
             "hxx"           => '\u{f0fd}', // 
             "hxx"           => '\u{f0fd}', // 
             "ico"           => '\u{f1c5}', // 
             "ico"           => '\u{f1c5}', // 
             "image"         => '\u{f1c5}', // 
             "image"         => '\u{f1c5}', // 
+            "img"           => '\u{e271}', // 
             "iml"           => '\u{e7b5}', // 
             "iml"           => '\u{e7b5}', // 
             "ini"           => '\u{f17a}', // 
             "ini"           => '\u{f17a}', // 
             "ipynb"         => '\u{e606}', // 
             "ipynb"         => '\u{e606}', // 