Skip to content

Commit

Permalink
#534 Add file extensions to prw
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 17, 2019
1 parent c7ded80 commit 221ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ 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_prw', fileExtensions: ['prw', 'prx', 'prg'] },
{ name: 'advpl_ptm', fileExtensions: ['ptm'] },
{ name: 'advpl_tlpp', fileExtensions: ['tlpp'] },
{ name: 'advpl_include', fileExtensions: ['ch'] },
Expand Down

0 comments on commit 221ce96

Please sign in to comment.