Skip to content

Commit

Permalink
Add salesforce icon (Closes #779)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 21, 2020
1 parent a138e31 commit 34f7a52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions icons/salesforce.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const fileIcons: FileIcons = {
'docker-compose.test.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty', 'dtx', 'ltx'] },
{ name: 'tex', fileExtensions: ['tex', 'sty', 'dtx', 'ltx'] },
{
name: 'powerpoint',
fileExtensions: [
Expand Down
2 changes: 2 additions & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'pawn' }, ids: ['pawn'] },
{ icon: { name: 'reason' }, ids: ['reason', 'reason_lisp'] },
{ icon: { name: 'sml' }, ids: ['sml'] },
{ icon: { name: 'tex' }, ids: ['tex'] },
{ icon: { name: 'salesforce' }, ids: ['apex'] },
];

0 comments on commit 34f7a52

Please sign in to comment.