Skip to content

Commit

Permalink
Removing case sensitive conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
omenos committed Jul 12, 2019
1 parent 52f3910 commit 8ff814d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ export const fileIcons: FileIcons = {
{ name: 'java', fileExtensions: ['java', 'jar', 'jsp'] },
{ name: 'c', fileExtensions: ['c', 'm', 'i', 'mi'] },
{ name: 'h', fileExtensions: ['h'] },
{ name: 'cpp', fileExtensions: ['cc', 'cpp', 'cxx', 'C', 'c++', 'CPP', 'cp', 'mm', 'M', 'mii', 'ii'] },
{ name: 'hpp', fileExtensions: ['hh', 'hpp', 'hxx', 'H', 'h++', 'HPP', 'hp', 'tcc'] },
{ name: 'cpp', fileExtensions: ['cc', 'cpp', 'cxx', 'c++', 'cp', 'mm', 'mii', 'ii'] },
{ name: 'hpp', fileExtensions: ['hh', 'hpp', 'hxx', 'h++', 'HPP', 'hp', 'tcc'] },
{ name: 'go', fileExtensions: ['go'] },
{ name: 'go-mod', fileNames: ['go.mod', 'go.sum'] },
{ name: 'python', fileExtensions: ['py'] },
Expand Down

0 comments on commit 8ff814d

Please sign in to comment.