Skip to content

Commit

Permalink
Add various raster image format
Browse files Browse the repository at this point in the history
.afphoto (Affinity Photo)
.ase/.aseprite (Aseprite)
.clip (CLIP Paint Studio)
.cpt (Corel Photo Paint)
.heif/.heic (High Efficiency Image Format)
.kra (Krita)
.mdp (Medibang/FireAlpaca)
.pdn (Paint.NET)
.reb (Rebelle)
.sai (Paint Tool SAI)
.tga (Targa Graphic)
.xcf (GIMP)
  • Loading branch information
crse committed Nov 14, 2019
1 parent b5047d7 commit 7a474aa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,22 @@ export const fileIcons: FileIcons = {
'pic',
'raw',
'webp',
'eps'
'eps',
'afphoto',
'ase',
'aseprite',
'clip',
'cpt',
'heif',
'heic',
'kra',
'mdp',
'ora',
'pdn',
'reb',
'sai',
'tga',
'xcf'
]
},
{ name: 'javascript', fileExtensions: ['js', 'esx', 'mjs'] },
Expand Down

0 comments on commit 7a474aa

Please sign in to comment.