Skip to content

Commit

Permalink
feat: taskfile icon
Browse files Browse the repository at this point in the history
closes #139
  • Loading branch information
prazdevs committed May 5, 2024
1 parent 5f6a4fb commit 9fd804f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions icons/css-variables/taskfile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/frappe/taskfile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/latte/taskfile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/macchiato/taskfile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/mocha/taskfile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2152,6 +2152,15 @@ const fileIcons: Record<string, {
'tailwind.config.mts',
],
},
'taskfile': {
fileNames: [
'taskfile.yml',
'taskfile.yaml',
'taskfile.dist.yml',
'taskfile.yaml',
'taskfile.dist.yaml',
],
},
'tauri': {
fileNames: [
'tauri.conf.json',
Expand Down

0 comments on commit 9fd804f

Please sign in to comment.