Skip to content

Commit

Permalink
feat: dub icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Apr 6, 2024
1 parent 509ec9c commit c31fdf8
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 1 deletion.
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.
8 changes: 8 additions & 0 deletions icons/css-variables/dub-selections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/css-variables/dub.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: 8 additions & 0 deletions icons/frappe/dub-selections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/frappe/dub.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: 8 additions & 0 deletions icons/latte/dub-selections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/latte/dub.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: 8 additions & 0 deletions icons/macchiato/dub-selections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/macchiato/dub.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: 8 additions & 0 deletions icons/mocha/dub-selections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/mocha/dub.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 src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ const fileIcons: Record<string, {
},
'd': {
languageIds: ['d'],
fileExtensions: ['d'],
fileExtensions: ['d', 'di'],
},
'dart': {
languageIds: ['dart'],
Expand Down Expand Up @@ -624,6 +624,12 @@ const fileIcons: Record<string, {
'dio',
],
},
'dub': {
fileNames: ['dub.json', 'dub.sdl'],
},
'dub-selections': {
fileNames: ['dub.selections.json'],
},
'editorconfig': {
languageIds: ['editorconfig'],
fileNames: ['.editorconfig'],
Expand Down

0 comments on commit c31fdf8

Please sign in to comment.