Skip to content

Commit

Permalink
added icons for advpl projects
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-lfs committed Sep 12, 2019
1 parent 3f8a018 commit d9fd542
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 0 deletions.
61 changes: 61 additions & 0 deletions icons/advpl_include.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions icons/advpl_prw.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions icons/advpl_ptm.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions icons/advpl_tlpp.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,5 +814,9 @@ export const fileIcons: FileIcons = {
{ name: 'moonscript', fileExtensions: ['moon'] },
{ name: 'percy', fileNames: ['.percy.yml'] },
{ name: 'gitpod', fileNames: ['.gitpod.yml'] },
{ name: 'advpl_prw', fileExtensions: ['prw'] },
{ name: 'advpl_ptm', fileExtensions: ['ptm'] },
{ name: 'advpl_tlpp', fileExtensions: ['tlpp'] },
{ name: 'advpl_include', fileExtensions: ['ch'] }
]
};

0 comments on commit d9fd542

Please sign in to comment.