chore: update file icons

This commit is contained in:
Gabriel Saillard 2021-04-26 16:59:28 +02:00
parent 9df017315b
commit 051d22378f
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 37be409131b4af1bdcf7483ef6aa67978598cee1
Subproject commit 97893e610c93504014ba89ec6cab84421b7f170b

View File

@ -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"; }