Skip to content

Commit

Permalink
fix(#505): add missing 'R' extension (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis authored Oct 11, 2024
1 parent 56f17de commit 19d257c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,12 @@ local icons_by_file_extension = {
cterm_color = "25",
name = "R",
},
["R"] = {
icon = "󰟔",
color = "#2266ba",
cterm_color = "25",
name = "R",
},
["rake"] = {
icon = "",
color = "#701516",
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,12 @@ local icons_by_file_extension = {
cterm_color = "25",
name = "R",
},
["R"] = {
icon = "󰟔",
color = "#1a4c8c",
cterm_color = "25",
name = "R",
},
["rake"] = {
icon = "",
color = "#701516",
Expand Down

0 comments on commit 19d257c

Please sign in to comment.