diff --git a/icons/grunt.svg b/icons/grunt.svg index 032ba250d7..3ce45d15ec 100644 --- a/icons/grunt.svg +++ b/icons/grunt.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index de8850edb5..6bf2e3fa74 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -636,6 +636,16 @@ export const fileIcons: FileIcons = { { name: 'wakatime', fileNames: ['.wakatime-project'], fileExtensions: ['.wakatime-project'], light: true }, { name: 'circleci', fileNames: ['circle.yml'], light: true }, { name: 'cloudfoundry', fileNames: ['.cfignore'] }, - { name: 'grunt', fileNames: ['Gruntfile.js', 'Gruntfile.coffee'] }, + { + name: 'grunt', + fileNames: [ + 'gruntfile.js', + 'gruntfile.ts', + 'gruntfile.coffee', + 'gruntfile.babel.js', + 'gruntfile.babel.ts', + 'gruntfile.babel.coffee' + ], + }, ] };