Skip to content

Commit 1fa89c3

Browse files
erhantPKief
andauthored
feat: add Huff icon (#2190)
* add huff icons * a bit lighter tone * Update icons --------- Co-authored-by: Philipp Kief <[email protected]>
1 parent fd6db6b commit 1fa89c3

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

icons/huff.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/huff_light.svg

Lines changed: 3 additions & 0 deletions
Loading

src/icons/fileIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,7 @@ export const fileIcons: FileIcons = {
14691469
],
14701470
},
14711471
{ name: 'hack', fileNames: ['.hhconfig'] },
1472+
{ name: 'huff', fileExtensions: ['huff'], light: true },
14721473
{ name: 'hardhat', fileNames: ['hardhat.config.js', 'hardhat.config.ts'] },
14731474
{
14741475
name: 'stylelint',

src/icons/languageIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export const languageIcons: LanguageIcon[] = [
152152
{ icon: { name: 'cadence' }, ids: ['cadence'] },
153153
{ icon: { name: 'stylable' }, ids: ['stylable'] },
154154
{ icon: { name: 'hjson' }, ids: ['hjson'] },
155+
{ icon: { name: 'huff' }, ids: ['huff'] },
155156
{
156157
icon: { name: 'concourse' },
157158
ids: ['concourse-pipeline-yaml', 'concourse-task-yaml'],

0 commit comments

Comments
 (0)