Skip to content

Commit aafa5c1

Browse files
authored
fix: cucumber's .feature extension (#547)
1 parent e021faf commit aafa5c1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,12 @@ local icons_by_file_extension = {
18801880
cterm_color = "43",
18811881
name = "Fdmdownload",
18821882
},
1883+
["feature"] = {
1884+
icon = "",
1885+
color = "#00a818",
1886+
cterm_color = "34",
1887+
name = "Feature",
1888+
},
18831889
["fish"] = {
18841890
icon = "",
18851891
color = "#4d5a5e",
@@ -3983,12 +3989,6 @@ local icons_by_operating_system = {
39833989
cterm_color = "91",
39843990
name = "Endeavour",
39853991
},
3986-
["feature"] = {
3987-
icon = "",
3988-
color = "#00a818",
3989-
cterm_color = "34",
3990-
name = "Feature",
3991-
},
39923992
["fedora"] = {
39933993
icon = "",
39943994
color = "#072a5e",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,12 @@ local icons_by_file_extension = {
18801880
cterm_color = "23",
18811881
name = "Fdmdownload",
18821882
},
1883+
["feature"] = {
1884+
icon = "",
1885+
color = "#007e12",
1886+
cterm_color = "28",
1887+
name = "Feature",
1888+
},
18831889
["fish"] = {
18841890
icon = "",
18851891
color = "#3a4446",
@@ -3983,12 +3989,6 @@ local icons_by_operating_system = {
39833989
cterm_color = "54",
39843990
name = "Endeavour",
39853991
},
3986-
["feature"] = {
3987-
icon = "",
3988-
color = "#007e12",
3989-
cterm_color = "28",
3990-
name = "Feature",
3991-
},
39923992
["fedora"] = {
39933993
icon = "",
39943994
color = "#072a5e",

0 commit comments

Comments
 (0)