diff --git a/icons/mjml.svg b/icons/mjml.svg new file mode 100644 index 0000000000..8dbb48a47a --- /dev/null +++ b/icons/mjml.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 139f4c6280..77e1a0f89c 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -396,6 +396,7 @@ export const fileIcons: FileIcons = { { name: 'autoit', fileExtensions: ['au3'] }, { name: 'haml', fileExtensions: ['haml'] }, { name: 'yang', fileExtensions: ['yang'] }, + { name: 'mjml', fileExtensions: ['mjml'] }, { name: 'terraform', fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate'] diff --git a/src/icons/languageIcons.ts b/src/icons/languageIcons.ts index f53e058b1c..b9d7a5ff00 100644 --- a/src/icons/languageIcons.ts +++ b/src/icons/languageIcons.ts @@ -62,5 +62,6 @@ export const languageIcons: LanguageIcon[] = [ { icon: { name: 'php' }, ids: ['php'] }, { icon: { name: 'php_elephant' }, ids: [] }, { icon: { name: 'hack' }, ids: ['hack'] }, - { icon: { name: 'react' }, ids: ['javascriptreact'] } + { icon: { name: 'react' }, ids: ['javascriptreact'] }, + { icon: { name: 'mjml' }, ids: ['mjml'] } ];