chore: update file icons

This commit is contained in:
Gabriel Saillard 2021-03-20 14:34:12 +01:00
parent 90e9f72198
commit 0b6ddc0834
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A
5 changed files with 389 additions and 387 deletions

@ -1 +1 @@
Subproject commit cece792b8fcde5ffbd1e1caea9acd417a1e949fe
Subproject commit 07aea3ce8282a2465e66673b115d12b39c31ccad

@ -1 +1 @@
Subproject commit fcec2d1b01ff069ac10500ac42e4478d20d21f4c
Subproject commit d79d85c3fad85ad1885e87ed558f4afd6fce8289

@ -1 +1 @@
Subproject commit 7631589ac67e944191348a4107ff2edebdc8279f
Subproject commit 9702d8e73f0b561cddf0188b17d247325c9144af

File diff suppressed because one or more lines are too long

View File

@ -505,6 +505,7 @@ function matchIcon(filename) {
if (/\.sco$/i.test(filename)) { return "csound"; }
if (/\.css$/i.test(filename)) { return "css3"; }
if (/\.less$/i.test(filename)) { return "css3"; }
if (/\.tss$/i.test(filename)) { return "css3"; }
if (/\.feature$/i.test(filename)) { return "cucumber"; }
if (/gherkin$/i.test(filename)) { return "cucumber"; }
if (/\.cu$/i.test(filename)) { return "nvidia"; }
@ -1289,6 +1290,7 @@ function matchIcon(filename) {
if (/\.mms$/i.test(filename)) { return "checklist"; }
if (/\.mmk$/i.test(filename)) { return "checklist"; }
if (/\.pri$/i.test(filename)) { return "checklist"; }
if (/^justfile$/i.test(filename)) { return "checklist"; }
if (/\.mak?o$/i.test(filename)) { return "mako"; }
if (/\.(1([bcmstx]|has|in)?|[24568]|3(avl|bsm|cfgadm|in|[cmx]|perl|pm?|qt)?|7(d|fs|i|ipp|m|p)?|9[efps]?|eqn|groff|man|mandoc|mdoc|me|mom|nr?|nroff|roff?|tmac|tmac-u|tr|troff)$/i.test(filename)) { return "manpage"; }
if (/^(man|mdoc)\.template$/i.test(filename)) { return "manpage"; }