Skip to content

Commit

Permalink
Add various 3D format
Browse files Browse the repository at this point in the history
.blend (Blender)
.mesh (Mesh File)
.mqo (Metasequioa)
.pmd/.pmx/.vac/.vdp (MikuMikuDance)
.skp (SketchUp)
.vox (Voxel file)
  • Loading branch information
crse committed Nov 14, 2019
1 parent 7a474aa commit 8eebd04
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,23 @@ export const fileIcons: FileIcons = {
{ name: 'edge', fileExtensions: ['edge'] },
{ name: 'scheme', fileExtensions: ['ss', 'scm'] },
{ name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] },
{ name: '3d', fileExtensions: ['stl', 'obj', 'ac'] },
{
name: '3d',
fileExtensions: [
'stl',
'obj',
'ac',
'blend',
'mesh',
'mqo',
'pmd',
'pmx',
'skp',
'vac',
'vdp',
'vox'
]
},
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'netlify', fileNames: ['netlify.toml'] },
{ name: 'svg', fileExtensions: ['svg'] },
Expand Down

0 comments on commit 8eebd04

Please sign in to comment.