Skip to content

Commit

Permalink
Update taskfile icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 29, 2023
1 parent f965eb2 commit 3364ccd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
5 changes: 4 additions & 1 deletion icons/folder-taskfile-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/folder-taskfile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion icons/taskfile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2298,12 +2298,12 @@ export const fileIcons: FileIcons = {
},
{
name: 'taskfile',
fileExtensions: ['Taskfile.yml', 'Taskfile.yaml'],
fileExtensions: ['taskfile.yml', 'taskfile.yaml'],
fileNames: [
'Taskfile.yml',
'Taskfile.yaml',
'Taskfile.dist.yml',
'Taskfile.dist.yaml',
'taskfile.yml',
'taskfile.yaml',
'taskfile.dist.yml',
'taskfile.dist.yaml',
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-taskfile',
folderNames: ['taskfile', 'taskfiles', '.taskfile', '.taskfiles', 'Taskfile', 'Taskfiles', '.Taskfile', '.Taskfiles'],
folderNames: ['taskfile', 'taskfiles', '.taskfile', '.taskfiles'],
},
],
},
Expand Down

0 comments on commit 3364ccd

Please sign in to comment.