chore: update file icons

上级 90e9f721
Subproject commit cece792b8fcde5ffbd1e1caea9acd417a1e949fe
Subproject commit 07aea3ce8282a2465e66673b115d12b39c31ccad
Subproject commit fcec2d1b01ff069ac10500ac42e4478d20d21f4c
Subproject commit d79d85c3fad85ad1885e87ed558f4afd6fce8289
Subproject commit 7631589ac67e944191348a4107ff2edebdc8279f
Subproject commit 9702d8e73f0b561cddf0188b17d247325c9144af
此差异已折叠。
......@@ -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"; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册