Skip to content

Commit

Permalink
Added .graphqlconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Feb 12, 2019
1 parent 10825b6 commit c7ffad8
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 @@ -345,7 +345,7 @@ export const fileIcons: FileIcons = {
{ name: 'audio', fileExtensions: ['mp3', 'flac', 'm4a', 'wma', 'aiff'] },
{ name: 'coffee', fileExtensions: ['coffee'] },
{ name: 'document', fileExtensions: ['txt'] },
{ name: 'graphql', fileExtensions: ['graphql', 'gql'] },
{ name: 'graphql', fileExtensions: ['graphql', 'gql'], fileNames: ['.graphqlconfig'] },
{ name: 'rust', fileExtensions: ['rs'] },
{ name: 'raml', fileExtensions: ['raml'] },
{ name: 'xaml', fileExtensions: ['xaml'] },
Expand Down

0 comments on commit c7ffad8

Please sign in to comment.