Skip to content

Commit

Permalink
#497 Update riot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 19, 2019
1 parent 4498abf commit b458e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions icons/riot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export const fileIcons: FileIcons = {
{ name: 'cucumber', fileExtensions: ['feature'] },
{ name: 'nim', fileExtensions: ['nim', 'nimble'] },
{ name: 'apiblueprint', fileExtensions: ['apib', 'apiblueprint'] },
{ name: 'riot', fileExtensions: ['tag'] },
{ name: 'riot', fileExtensions: ['riot', 'tag'] },
{ name: 'vfl', fileExtensions: ['vfl'], fileNames: ['.vfl'] },
{ name: 'kl', fileExtensions: ['kl'], fileNames: ['.kl'] },
{
Expand Down Expand Up @@ -689,7 +689,7 @@ export const fileIcons: FileIcons = {
'.mocharc.jsonc'
]
},
{ name: 'jenkins', fileNames: ['jenkinsfile'], fileExtensions: ['jenkinsfile', 'jenkins']},
{ name: 'jenkins', fileNames: ['jenkinsfile'], fileExtensions: ['jenkinsfile', 'jenkins'] },
{ name: 'firebase', fileNames: ['firebase.json', '.firebaserc'] },
{
name: 'rollup',
Expand Down

0 comments on commit b458e50

Please sign in to comment.