Skip to content

Commit

Permalink
fix(#456): adding gulpfile/gruntfile extensions for js and other js t…
Browse files Browse the repository at this point in the history
…ypes (#459)

* expanding gulpfile and gruntfile icons to other filetypes

* running make

---------

Co-authored-by: Alexander Courtis <[email protected]>
  • Loading branch information
RafaelAntonny and alex-courtis authored May 4, 2024
1 parent 77cb506 commit 5e710e9
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 4 deletions.
40 changes: 38 additions & 2 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,25 @@ local icons_by_filename = {
cterm_color = "24",
name = "Groovy",
},
["gruntfile"] = {
["gruntfile.babel.js"] = {
icon = "",
color = "#e37933",
cterm_color = "166",
name = "Gruntfile",
},
["gruntfile.coffee"] = {
icon = "",
color = "#e37933",
cterm_color = "166",
name = "Gruntfile",
},
["gruntfile.js"] = {
icon = "",
color = "#e37933",
cterm_color = "166",
name = "Gruntfile",
},
["gruntfile.ts"] = {
icon = "",
color = "#e37933",
cterm_color = "166",
Expand All @@ -389,7 +407,25 @@ local icons_by_filename = {
cterm_color = "231",
name = "GTK",
},
["gulpfile"] = {
["gulpfile.babel.js"] = {
icon = "",
color = "#cc3e44",
cterm_color = "167",
name = "Gulpfile",
},
["gulpfile.coffee"] = {
icon = "",
color = "#cc3e44",
cterm_color = "167",
name = "Gulpfile",
},
["gulpfile.js"] = {
icon = "",
color = "#cc3e44",
cterm_color = "167",
name = "Gulpfile",
},
["gulpfile.ts"] = {
icon = "",
color = "#cc3e44",
cterm_color = "167",
Expand Down
40 changes: 38 additions & 2 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,25 @@ local icons_by_filename = {
cterm_color = "239",
name = "Groovy",
},
["gruntfile"] = {
["gruntfile.babel.js"] = {
icon = "",
color = "#975122",
cterm_color = "130",
name = "Gruntfile",
},
["gruntfile.coffee"] = {
icon = "",
color = "#975122",
cterm_color = "130",
name = "Gruntfile",
},
["gruntfile.js"] = {
icon = "",
color = "#975122",
cterm_color = "130",
name = "Gruntfile",
},
["gruntfile.ts"] = {
icon = "",
color = "#975122",
cterm_color = "130",
Expand All @@ -389,7 +407,25 @@ local icons_by_filename = {
cterm_color = "236",
name = "GTK",
},
["gulpfile"] = {
["gulpfile.babel.js"] = {
icon = "",
color = "#992e33",
cterm_color = "88",
name = "Gulpfile",
},
["gulpfile.coffee"] = {
icon = "",
color = "#992e33",
cterm_color = "88",
name = "Gulpfile",
},
["gulpfile.js"] = {
icon = "",
color = "#992e33",
cterm_color = "88",
name = "Gulpfile",
},
["gulpfile.ts"] = {
icon = "",
color = "#992e33",
cterm_color = "88",
Expand Down

0 comments on commit 5e710e9

Please sign in to comment.