Explorar el Código

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

Patrick Drechsler hace 2 años
padre
commit
4de77e4884
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,        // 