diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index e51e2e571d..a2ab99b56d 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -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'] },