diff --git a/icons/gemfile.svg b/icons/gemfile.svg new file mode 100644 index 0000000000..312b529a5d --- /dev/null +++ b/icons/gemfile.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index dc1af4cbf4..8e16986566 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -219,6 +219,7 @@ export const fileIcons: FileIcons = { }, { name: 'lib', fileExtensions: ['lib', 'bib'] }, { name: 'ruby', fileExtensions: ['rb', 'erb'] }, + { name: 'gemfile', fileNames: ['gemfile'] }, { name: 'fsharp', fileExtensions: ['fs', 'fsx', 'fsi', 'fsproj'] }, { name: 'swift', fileExtensions: ['swift'] }, { name: 'arduino', fileExtensions: ['ino'] },