Skip to content

Commit

Permalink
Elixir icon for .eex - fixes #178
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Dec 26, 2017
1 parent e6d23e4 commit 051136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export const fileIcons: FileIcons = {
enabledFor: [IconPack.Angular, IconPack.Ngrx]
},
{ name: 'puppet', fileExtensions: ['pp'] },
{ name: 'elixir', fileExtensions: ['ex', 'exs'] },
{ name: 'elixir', fileExtensions: ['ex', 'exs', 'eex'] },
{ name: 'livescript', fileExtensions: ['ls'] },
{ name: 'erlang', fileExtensions: ['erl'] },
{ name: 'twig', fileExtensions: ['twig'] },
Expand Down

0 comments on commit 051136f

Please sign in to comment.