Skip to content

Commit

Permalink
Add file icon for .mjmlconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 21, 2019
1 parent 7a1f18b commit 8d29f97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export const fileIcons: FileIcons = {
'composer.lock',
'.jsbeautifyrc',
'.esformatter',
'cdp.pid'
'cdp.pid',
'.mjmlconfig',
]
},
{
Expand Down Expand Up @@ -812,8 +813,8 @@ export const fileIcons: FileIcons = {
{ name: 'edge', fileExtensions: ['edge'] },
{ name: 'scheme', fileExtensions: ['ss', 'scm'] },
{ name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] },
{
name: '3d',
{
name: '3d',
fileExtensions: [
'stl',
'obj',
Expand All @@ -827,7 +828,7 @@ export const fileIcons: FileIcons = {
'vac',
'vdp',
'vox'
]
]
},
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'netlify', fileNames: ['netlify.toml'] },
Expand Down

0 comments on commit 8d29f97

Please sign in to comment.