Skip to content

Commit 0b69616

Browse files
committed
fix(#505): add missing 'r' and 'R' extensions
1 parent 56f17de commit 0b69616

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lua/nvim-web-devicons/icons-default.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,6 +2858,12 @@ local icons_by_file_extension = {
28582858
cterm_color = "25",
28592859
name = "R",
28602860
},
2861+
["R"] = {
2862+
icon = "󰟔",
2863+
color = "#2266ba",
2864+
cterm_color = "25",
2865+
name = "R",
2866+
},
28612867
["rake"] = {
28622868
icon = "",
28632869
color = "#701516",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,6 +2858,12 @@ local icons_by_file_extension = {
28582858
cterm_color = "25",
28592859
name = "R",
28602860
},
2861+
["R"] = {
2862+
icon = "󰟔",
2863+
color = "#1a4c8c",
2864+
cterm_color = "25",
2865+
name = "R",
2866+
},
28612867
["rake"] = {
28622868
icon = "",
28632869
color = "#701516",

0 commit comments

Comments
 (0)