Skip to content

Commit

Permalink
Add .mjmlconfig file support (Closes #1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 16, 2021
1 parent 79f5451 commit 0b40fd8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const fileIcons: FileIcons = {
'.jsbeautifyrc',
'.esformatter',
'cdp.pid',
'.mjmlconfig',
'.lintstagedrc',
],
},
Expand Down Expand Up @@ -684,7 +683,11 @@ export const fileIcons: FileIcons = {
{ name: 'autoit', fileExtensions: ['au3'] },
{ name: 'haml', fileExtensions: ['haml'] },
{ name: 'yang', fileExtensions: ['yang'] },
{ name: 'mjml', fileExtensions: ['mjml'] },
{
name: 'mjml',
fileExtensions: ['mjml'],
fileNames: ['.mjmlconfig'],
},
{
name: 'vercel',
fileNames: ['vercel.json', '.vercelignore', 'now.json', '.nowignore'],
Expand Down

0 comments on commit 0b40fd8

Please sign in to comment.