Skip to content

Commit

Permalink
feat: eslintignore icon (#367)
Browse files Browse the repository at this point in the history
* feat: eslintignore icon support

* chore: rename to EslintIgnore

---------

Co-authored-by: Alexander Courtis <[email protected]>
  • Loading branch information
BBboy01 and alex-courtis authored Dec 31, 2023
1 parent 33e27b8 commit cff25ce
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 @@ -47,6 +47,12 @@ local icons_by_filename = {
cterm_color = "56",
name = "Eslintrc",
},
[".eslintignore"] = {
icon = "",
color = "#4b32c3",
cterm_color = "56",
name = "EslintIgnore",
},
[".gitattributes"] = {
icon = "",
color = "#41535b",
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 @@ -47,6 +47,12 @@ local icons_by_filename = {
cterm_color = "56",
name = "Eslintrc",
},
[".eslintignore"] = {
icon = "",
color = "#4b32c3",
cterm_color = "56",
name = "EslintIgnore",
},
[".gitattributes"] = {
icon = "",
color = "#41535b",
Expand Down

0 comments on commit cff25ce

Please sign in to comment.