Skip to content

Commit

Permalink
Add vala icon
Browse files Browse the repository at this point in the history
  • Loading branch information
drom98 committed Jun 8, 2019
1 parent f1e23ed commit a4b535e
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 1 deletion.
220 changes: 220 additions & 0 deletions icons/vala.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -219,4 +219,4 @@
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}
}
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -199,6 +199,7 @@ export const fileIcons: FileIcons = {
'tgz'
]
},
{ name: 'vala', fileExtensions: ['vala']},
{ name: 'exe', fileExtensions: ['exe', 'msi'] },
{ name: 'java', fileExtensions: ['java', 'jar', 'jsp'] },
{ name: 'c', fileExtensions: ['c', 'm'] },
Expand Down

0 comments on commit a4b535e

Please sign in to comment.