Browse Source

fix(icons): add Emacs icon for .el and org-mode for .org

Co-authored-by: L. Blake Wilson <blake.molde@gmail.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
L. Blake Wilson 2 years ago
parent
commit
56e7540373
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/output/icons.rs

+ 2 - 0
src/output/icons.rs

@@ -164,6 +164,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
             "ebuild"        => '\u{f30d}', // 
             "ebuild"        => '\u{f30d}', // 
             "editorconfig"  => '\u{e615}', // 
             "editorconfig"  => '\u{e615}', // 
             "ejs"           => '\u{e618}', // 
             "ejs"           => '\u{e618}', // 
+            "el"            => '\u{e632}', // 
             "elm"           => '\u{e62c}', // 
             "elm"           => '\u{e62c}', // 
             "env"           => '\u{f462}', // 
             "env"           => '\u{f462}', // 
             "eot"           => '\u{f031}', // 
             "eot"           => '\u{f031}', // 
@@ -267,6 +268,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
             "odt"           => '\u{f1c2}', // 
             "odt"           => '\u{f1c2}', // 
             "ogg"           => '\u{f001}', // 
             "ogg"           => '\u{f001}', // 
             "ogv"           => '\u{f03d}', // 
             "ogv"           => '\u{f03d}', // 
+            "org"           => '\u{e633}', // 
             "otf"           => '\u{f031}', // 
             "otf"           => '\u{f031}', // 
             "part"          => '\u{f43a}', // 
             "part"          => '\u{f43a}', // 
             "patch"         => '\u{f440}', // 
             "patch"         => '\u{f440}', // 