Skip to content

Commit

Permalink
Add support for Greenkeeper (#1930)
Browse files Browse the repository at this point in the history
* Add support for Greenkeeper

* Correct declaration attribute
  • Loading branch information
JimiC authored and robertohuertasm committed Apr 7, 2019
1 parent 2351bb5 commit 543559d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_greenkeeper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/iconsManifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,12 @@ export const extensions: IFileCollection = {
languages: [languages.graphviz],
format: FileFormat.svg,
},
{
icon: 'greenkeeper',
extensions: ['greenkeeper.json'],
filename: true,
format: FileFormat.svg,
},
{
icon: 'gridsome',
extensions: [],
Expand Down

0 comments on commit 543559d

Please sign in to comment.