Skip to content

Commit

Permalink
feat: add Huff icon (#2190)
Browse files Browse the repository at this point in the history
* add huff icons

* a bit lighter tone

* Update icons

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
erhant and PKief authored Jan 12, 2024
1 parent fd6db6b commit 1fa89c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/huff.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/huff_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,7 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'hack', fileNames: ['.hhconfig'] },
{ name: 'huff', fileExtensions: ['huff'], light: true },
{ name: 'hardhat', fileNames: ['hardhat.config.js', 'hardhat.config.ts'] },
{
name: 'stylelint',
Expand Down
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'cadence' }, ids: ['cadence'] },
{ icon: { name: 'stylable' }, ids: ['stylable'] },
{ icon: { name: 'hjson' }, ids: ['hjson'] },
{ icon: { name: 'huff' }, ids: ['huff'] },
{
icon: { name: 'concourse' },
ids: ['concourse-pipeline-yaml', 'concourse-task-yaml'],
Expand Down

0 comments on commit 1fa89c3

Please sign in to comment.