Skip to content

Commit

Permalink
Added .htpasswd file icon mapping
Browse files Browse the repository at this point in the history
Closes #251
  • Loading branch information
PKief committed May 21, 2018
1 parent 62aed59 commit 35057bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ export const fileIcons: FileIcons = {
'licence.txt'
]
},
{ name: 'key', fileExtensions: ['pub', 'key', 'pem', 'asc', 'gpg'] },
{
name: 'key',
fileExtensions: ['pub', 'key', 'pem', 'asc', 'gpg'],
fileNames: ['.htpasswd']
},
{
name: 'font',
fileExtensions: [
Expand Down

0 comments on commit 35057bf

Please sign in to comment.