Skip to content

Commit

Permalink
Merge pull request #190 from MarcosMeli/patch-1
Browse files Browse the repository at this point in the history
Adding config icon for config files and binary for pdb
  • Loading branch information
robertohuertasm committed Aug 27, 2016
2 parents 962dd48 + cd4a1c3 commit 9c7ab58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build/supportedExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.extensions = {
{ icon: 'assembly', extensions: ['s', 'asm'] },
{ icon: 'autohotkey', extensions: ['ahk'] },
{ icon: 'babel', extensions: ['babelrc'] },
{ icon: 'binary', extensions: ['bin', 'o', 'a', 'exe', 'obj', 'lib', 'dll', 'pyc', 'pyd', 'pyo', 'n'] }, // http://www.file-extensions.org/filetype/extension/name/binary-files
{ icon: 'binary', extensions: ['bin', 'o', 'a', 'exe', 'obj', 'lib', 'dll', 'pyc', 'pyd', 'pyo', 'n', 'pdb'] }, // http://www.file-extensions.org/filetype/extension/name/binary-files
{ icon: 'blade', extensions: ['.blade.php'], special: 'php' },
{ icon: 'bower', extensions: ['bowerrc'] },
{ icon: 'bower', extensions: ['bower'], special: 'json' },
Expand All @@ -21,7 +21,7 @@ exports.extensions = {
{ icon: 'cheader', extensions: ['h'] },
{ icon: 'clojure', extensions: ['clojure', 'cjm', 'clj', 'cljs', 'cljc', 'edn'] },
{ icon: 'coffeescript', extensions: ['coffee'] },
{ icon: 'config', extensions: ['env', 'ini', 'makefile'] },
{ icon: 'config', extensions: ['env', 'ini', 'makefile', 'config'] },
{ icon: 'compass', extensions: [] },
{ icon: 'cs', extensions: ['cs'] },
{ icon: 'cshtml', extensions: ['cshtml'] },
Expand Down

0 comments on commit 9c7ab58

Please sign in to comment.