Skip to content

Commit

Permalink
Added mjml icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPolak committed Feb 12, 2018
1 parent 7f2c839 commit aabf8bb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions icons/mjml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
3 changes: 2 additions & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
];

0 comments on commit aabf8bb

Please sign in to comment.