Skip to content

Commit 746ffbb

Browse files
authored
feat: add racket icon (#620)
Thank you!
1 parent 8033534 commit 746ffbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ return {
348348
["rb"] = { icon = "", color = "#701516", cterm_color = "52", name = "Rb" },
349349
["res"] = { icon = "", color = "#CC3E44", cterm_color = "167", name = "ReScript" },
350350
["resi"] = { icon = "", color = "#F55385", cterm_color = "204", name = "ReScriptInterface" },
351+
["rkt"] = { icon = "󰘧", color = "#9F1D20", cterm_color = "124", name = "Racket" },
351352
["rlib"] = { icon = "", color = "#DEA584", cterm_color = "216", name = "Rlib" },
352353
["rmd"] = { icon = "", color = "#519ABA", cterm_color = "74", name = "Rmd" },
353354
["rproj"] = { icon = "󰗆", color = "#358A5B", cterm_color = "29", name = "Rproj" },

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)