Skip to content

Commit

Permalink
Merge pull request #200 from Gama11/flash
Browse files Browse the repository at this point in the history
Add the Flash icon for .swf, .swc and .sol
  • Loading branch information
robertohuertasm committed Aug 27, 2016
2 parents 37ffdb8 + 99eb98d commit 506ab40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added icons/file_type_flash@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file_type_haxedevelop@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/build/supportedExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ exports.extensions = {
{ icon: 'excel', extensions: ['xls', 'xlsx', 'csv', 'ods'] },
{ icon: 'favicon', extensions: ['favicon'], special: 'ico' },
{ icon: 'font', extensions: ['woff', 'woff2', 'ttf', 'otf', 'eot', 'pfa', 'pfb', 'sfd'] },
{ icon: 'flash', extensions: ['swf', 'swc', 'sol'] },
{ icon: 'fsharp', extensions: ['fs', 'fsx', 'fsi'] },
{ icon: 'git', extensions: ['gitattributes', 'gitignore', 'gitmodules', 'gitkeep'] },
{ icon: 'go', extensions: ['go'] },
Expand Down

0 comments on commit 506ab40

Please sign in to comment.