Skip to content

Commit 7a464f4

Browse files
authored
feat: add hardhat icon (#311)
1 parent b935302 commit 7a464f4

File tree

10 files changed

+21
-0
lines changed

10 files changed

+21
-0
lines changed

assets/frappe.webp

554 Bytes
Binary file not shown.

assets/latte.webp

790 Bytes
Binary file not shown.

assets/macchiato.webp

692 Bytes
Binary file not shown.

assets/mocha.webp

782 Bytes
Binary file not shown.

icons/css-variables/hardhat.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/frappe/hardhat.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/latte/hardhat.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/macchiato/hardhat.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/mocha/hardhat.svg

Lines changed: 3 additions & 0 deletions
Loading

src/defaults/fileIcons.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,12 @@ const fileIcons: FileIcons = {
10541054
'mustache',
10551055
],
10561056
},
1057+
'hardhat': {
1058+
fileNames: [
1059+
'hardhat.config.js',
1060+
'hardhat.config.ts',
1061+
],
1062+
},
10571063
'haskell': {
10581064
languageIds: ['haskell'],
10591065
fileExtensions: ['hs'],

0 commit comments

Comments
 (0)