Skip to content

Commit

Permalink
Add perl icon to *.raku files (Closes #668)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 17, 2020
1 parent 94deb8a commit 7d324df
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 @@ -433,7 +433,7 @@ export const fileIcons: FileIcons = {
{ name: 'css-map', fileExtensions: ['css.map'] },
{ name: 'lock', fileExtensions: ['lock'] },
{ name: 'handlebars', fileExtensions: ['hbs', 'mustache'] },
{ name: 'perl', fileExtensions: ['pm'] },
{ name: 'perl', fileExtensions: ['pm', 'raku'] },
{ name: 'haxe', fileExtensions: ['hx'] },
{ name: 'test-ts', fileExtensions: ['spec.ts', 'e2e-spec.ts', 'test.ts', 'ts.snap'] },
{
Expand Down

0 comments on commit 7d324df

Please sign in to comment.