Skip to content

Commit

Permalink
Add support for docker test filename. (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Feb 16, 2018
1 parent 76c2678 commit 8d7625e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_dockertest.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file_type_dockertest2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icon-manifest/supportedExtensions.ts
Expand Up @@ -178,6 +178,8 @@ export const extensions: IFileCollection = {
format: FileFormat.svg,
disabled: true,
},
{ icon: 'dockertest', extensions: ['docker-compose.test.yml'], filename: true, format: FileFormat.svg },
{ icon: 'dockertest2', extensions: ['docker-compose.test.yml'], filename: true, format: FileFormat.svg, disabled: true },
{ icon: 'docpad', extensions: ['eco'], light: true, format: FileFormat.svg },
{ icon: 'doxygen', extensions: [], languages: [languages.doxygen], format: FileFormat.svg },
{ icon: 'drone', extensions: ['.drone.yml', '.drone.yml.sig'], light: true, filename: true, format: FileFormat.svg },
Expand Down

0 comments on commit 8d7625e

Please sign in to comment.