Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,12 @@ local icons_by_file_extension = {
cterm_color = "24",
name = "Fsharp",
},
["f90"] = {
icon = "󱈚",
color = "#563b70",
cterm_color = "53",
name = "Fortran",
},
["fnl"] = {
color = "#33312b",
icon = "🌜",
Expand Down
9 changes: 8 additions & 1 deletion lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,12 @@ local icons_by_file_extension = {
cterm_color = "74",
name = "Fsharp",
},
["f90"] = {
icon = "󱈚",
color = "#734f96",
cterm_color = "97",
name = "Fortran",
},
["fnl"] = {
color = "#fff3d7",
icon = "🌜",
Expand Down Expand Up @@ -1607,7 +1613,8 @@ local filetypes = {
["fennel"] = "fnl",
["fish"] = "fish",
["forth"] = "fs",
["fortran"] = "f#",
["fortran"] = "f90",
["fsharp"] = "f#",
["fsi"] = "fsi",
["fsscript"] = "fsscript",
["fsx"] = "fsx",
Expand Down