Skip to content

Commit

Permalink
added processing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JotaroS authored and PKief committed Mar 26, 2018
1 parent 6eeb80c commit 2c8ba32
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
36 changes: 36 additions & 0 deletions icons/processing.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 @@ -649,5 +649,6 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc'] },
{ name: 'processing', fileExtensions: ['pde'] },
]
};
3 changes: 2 additions & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'php_elephant' }, ids: [] },
{ icon: { name: 'hack' }, ids: ['hack'] },
{ icon: { name: 'react' }, ids: ['javascriptreact'] },
{ icon: { name: 'mjml' }, ids: ['mjml'] }
{ icon: { name: 'mjml' }, ids: ['mjml'] },
{ icon: { name: 'processing'}, ids: ['processing'] },
];

0 comments on commit 2c8ba32

Please sign in to comment.