Skip to content

Commit

Permalink
Added awk file icon mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 15, 2018
1 parent 338782f commit 47fae34
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 @@ -170,7 +170,7 @@ export const fileIcons: FileIcons = {
{ name: 'url', fileExtensions: ['url'] },
{
name: 'console',
fileExtensions: ['sh', 'ksh', 'csh', 'tcsh', 'zsh', 'bash', 'bat', 'cmd']
fileExtensions: ['sh', 'ksh', 'csh', 'tcsh', 'zsh', 'bash', 'bat', 'cmd', 'awk']
},
{
name: 'powershell',
Expand Down

0 comments on commit 47fae34

Please sign in to comment.