Skip to content

Commit

Permalink
chore: add fsharp icon for *.f# and *.fsscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 5, 2025
1 parent bea5b28 commit e0e5caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"exe" => Icons::OS_WINDOWS_CMD, // 
"exs" => Icons::LANG_ELIXIR, // 
"f" => Icons::LANG_FORTRAN, // 󱈚
"f#" => Icons::LANG_FSHARP, // 
"f3d" => Icons::CAD, // 󰻫
"f3z" => Icons::CAD, // 󰻫
"f90" => Icons::LANG_FORTRAN, // 󱈚
Expand Down Expand Up @@ -604,6 +605,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"fs" => Icons::LANG_FSHARP, // 
"fsi" => Icons::LANG_FSHARP, // 
"fsproj" => Icons::LANG_FSHARP, // 
"fsscript" => Icons::LANG_FSHARP, // 
"fsx" => Icons::LANG_FSHARP, // 
"gba" => '\u{f1393}', // 󱎓
"gbl" => Icons::EDA_PCB, // 
Expand Down

0 comments on commit e0e5caa

Please sign in to comment.