Parcourir la source

feat: Use fsharp icon for fsproj files (similar to cs/csproj)

Patrick Drechsler il y a 2 ans
Parent
commit
4de77e4884
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -445,6 +445,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
     "for"            => Icons::LANG_FORTRAN,     // 󱈚
     "fs"             => Icons::LANG_FSHARP,      // 
     "fsi"            => Icons::LANG_FSHARP,      // 
+    "fsproj"         => Icons::LANG_FSHARP,      // 
     "fsx"            => Icons::LANG_FSHARP,      // 
     "gdoc"           => Icons::DOCUMENT,         // 
     "gem"            => Icons::LANG_RUBY,        // 