Skip to content

Commit

Permalink
feat: add hardhat icon (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Sep 25, 2024
1 parent b935302 commit 7a464f4
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions icons/css-variables/hardhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/frappe/hardhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/latte/hardhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/macchiato/hardhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/mocha/hardhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,12 @@ const fileIcons: FileIcons = {
'mustache',
],
},
'hardhat': {
fileNames: [
'hardhat.config.js',
'hardhat.config.ts',
],
},
'haskell': {
languageIds: ['haskell'],
fileExtensions: ['hs'],
Expand Down

0 comments on commit 7a464f4

Please sign in to comment.