Skip to content

Commit

Permalink
Add idris file icon (Closes #915)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Dec 19, 2020
1 parent f55b409 commit 1717925
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions icons/idris.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 @@ -1363,5 +1363,6 @@ export const fileIcons: FileIcons = {
{ name: 'cobol', fileExtensions: ['cob', 'cbl'] },
{ name: 'grain', fileExtensions: ['gr'] },
{ name: 'lolcode', fileExtensions: ['lol'] },
{ name: 'idris', fileExtensions: ['idr', 'ibc'] },
],
};
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ export const languageIcons: LanguageIcon[] = [
},
{ icon: { name: 'grain' }, ids: ['grain'] },
{ icon: { name: 'lolcode' }, ids: ['lolcode'] },
{ icon: { name: 'idris' }, ids: ['idris'] },
];

0 comments on commit 1717925

Please sign in to comment.