Skip to content

Commit

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

0 comments on commit f55b409

Please sign in to comment.