Skip to content

Commit

Permalink
feat: Add .cson and .iced CoffeeScript extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Mar 19, 2019
1 parent 94863f0 commit 3c3c819
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 @@ -342,7 +342,7 @@ export const fileIcons: FileIcons = {
{ name: 'virtual', fileExtensions: ['vdi', 'vbox', 'vbox-prev'] },
{ name: 'email', fileExtensions: ['ics'], fileNames: ['.mailmap'] },
{ name: 'audio', fileExtensions: ['mp3', 'flac', 'm4a', 'wma', 'aiff'] },
{ name: 'coffee', fileExtensions: ['coffee'] },
{ name: 'coffee', fileExtensions: ['coffee', 'cson', 'iced'] },
{ name: 'document', fileExtensions: ['txt'] },
{ name: 'graphql', fileExtensions: ['graphql', 'gql'], fileNames: ['.graphqlconfig'] },
{ name: 'rust', fileExtensions: ['rs'] },
Expand Down

0 comments on commit 3c3c819

Please sign in to comment.