Skip to content

Commit

Permalink
added "inky.php" file extension to laravel icon (closes #151)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 1, 2017
1 parent 97bfd6b commit ee3367c
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 @@ -390,7 +390,7 @@ export const fileIcons: FileIcons = {
name: 'terraform',
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']
},
{ name: 'laravel', fileExtensions: ['blade.php'] },
{ name: 'laravel', fileExtensions: ['blade.php', 'inky.php'] },
{ name: 'applescript', fileExtensions: ['applescript'] },
{ name: 'cake', fileExtensions: ['cake'] },
{ name: 'cucumber', fileExtensions: ['feature'] },
Expand Down

0 comments on commit ee3367c

Please sign in to comment.