Skip to content

Commit

Permalink
Support additional Phoenix and ElixirLS HEEx files
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexicon committed May 23, 2024
1 parent 8a28771 commit 715d528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ export const extensions: IFileCollection = {
},
{
icon: 'eex',
extensions: ['eex', 'heex'],
extensions: ['eex', 'heex', 'phoenix-heex', 'html-heex'],
languages: [languages.eex],
format: FileFormat.svg,
},
Expand Down

0 comments on commit 715d528

Please sign in to comment.