Skip to content

Commit

Permalink
feat: add zeabur icon for zeabur config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Sep 24, 2024
1 parent d47c945 commit dbe96c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icons/zeabur.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: 5 additions & 0 deletions icons/zeabur_light.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 src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2674,5 +2674,13 @@ export const fileIcons: FileIcons = {
'lefthookrc',
],
},
{
name: 'zeabur',
fileExtensions: ['zeabur'],
patterns: {
'zeabur': FileNamePattern.Configuration,
},
light: true,
},
]),
};

0 comments on commit dbe96c6

Please sign in to comment.