Skip to content

Commit

Permalink
Add prolog icon (Closes #519)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Feb 7, 2020
1 parent a33d91d commit 17dd6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/prolog.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: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export const fileIcons: FileIcons = {
{ name: 'css-map', fileExtensions: ['css.map'] },
{ name: 'lock', fileExtensions: ['lock'] },
{ name: 'handlebars', fileExtensions: ['hbs', 'mustache'] },
{ name: 'perl', fileExtensions: ['pl', 'pm'] },
{ name: 'perl', fileExtensions: ['pm'] },
{ name: 'haxe', fileExtensions: ['hx'] },
{ name: 'test-ts', fileExtensions: ['spec.ts', 'e2e-spec.ts', 'test.ts', 'ts.snap'] },
{
Expand Down Expand Up @@ -861,5 +861,6 @@ export const fileIcons: FileIcons = {
{ name: 'disc', fileExtensions: ['iso'] },
{ name: 'fortran', fileExtensions: ['f', 'f77', 'f90', 'f95', 'f03', 'f08'] },
{ name: 'liquid', fileExtensions: ['liquid'] },
{ name: 'prolog', fileExtensions: ['p', 'pro'] },
]
};
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'godot' }, ids: ['gdscript'] },
{ icon: { name: 'vim' }, ids: ['viml'] },
{ icon: { name: 'silverstripe' }, ids: [] },
{ icon: { name: 'prolog' }, ids: ['prolog'] },
];

0 comments on commit 17dd6e5

Please sign in to comment.