Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
chore: update file icons
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Apr 26, 2021
1 parent 9df0173 commit 051d223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion file-icons/atom
1 change: 1 addition & 0 deletions src/assets/misc/file-icons-match.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ function matchIcon(filename) {
if (/\.classpath$/i.test(filename)) { return "eclipse"; }
if (/\.ecl(\.txt)?$/i.test(filename)) { return "eclipse-lang"; }
if (/\.editorconfig$/i.test(filename)) { return "editorconfig"; }
if (/\.ecrc$/i.test(filename)) { return "editorconfig"; }
if (/\.edge$/i.test(filename)) { return "edge"; }
if (/\.e$/.test(filename)) { return "eiffel"; }
if (/\.ejs$/i.test(filename)) { return "ejs"; }
Expand Down

0 comments on commit 051d223

Please sign in to comment.