Skip to content

Commit

Permalink
[Icon Request] <HJSON>
Browse files Browse the repository at this point in the history
Fixes #2101
  • Loading branch information
PKief committed Nov 7, 2023
1 parent f8b80a3 commit 3c07d51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/hjson.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const fileIcons: FileIcons = {
'.whitesource',
],
},
{
name: 'hjson',
fileExtensions: ['hjson'],
},
{
name: 'jinja',
fileExtensions: ['jinja', 'jinja2', 'j2', 'jinja-html'],
Expand Down
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'dart' }, ids: ['dart'] },
{ icon: { name: 'cadence' }, ids: ['cadence'] },
{ icon: { name: 'stylable' }, ids: ['stylable'] },
{ icon: { name: 'hjson' }, ids: ['hjson'] },
];

0 comments on commit 3c07d51

Please sign in to comment.