Skip to content

Commit

Permalink
Add artisan icon association (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
4086606 authored May 29, 2021
1 parent 8da6dcd commit d3fee43
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 @@ -652,7 +652,11 @@ export const fileIcons: FileIcons = {
name: 'terraform',
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate'],
},
{ name: 'laravel', fileExtensions: ['blade.php', 'inky.php'] },
{
name: 'laravel',
fileExtensions: ['blade.php', 'inky.php'],
fileNames: ['artisan']
},
{ name: 'applescript', fileExtensions: ['applescript', 'ipa'] },
{ name: 'cake', fileExtensions: ['cake'] },
{ name: 'cucumber', fileExtensions: ['feature'] },
Expand Down

0 comments on commit d3fee43

Please sign in to comment.