Skip to content

Commit

Permalink
Add inl file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 6, 2019
1 parent ccfd997 commit cc71748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const fileIcons: FileIcons = {
{ name: 'c', fileExtensions: ['c', 'm', 'i', 'mi'] },
{ name: 'h', fileExtensions: ['h'] },
{ name: 'cpp', fileExtensions: ['cc', 'cpp', 'cxx', 'c++', 'cp', 'mm', 'mii', 'ii'] },
{ name: 'hpp', fileExtensions: ['hh', 'hpp', 'hxx', 'h++', 'hp', 'tcc'] },
{ name: 'hpp', fileExtensions: ['hh', 'hpp', 'hxx', 'h++', 'hp', 'tcc', 'inl'] },
{ name: 'go', fileExtensions: ['go'] },
{ name: 'go-mod', fileNames: ['go.mod', 'go.sum'] },
{ name: 'python', fileExtensions: ['py'] },
Expand Down

0 comments on commit cc71748

Please sign in to comment.