Skip to content

Commit

Permalink
Add nyc icon for .nycrc.json file (#1479)
Browse files Browse the repository at this point in the history
This was added as a possible filename for the `nyc` configuration file in istanbuljs/nyc#580
  • Loading branch information
lumaxis authored and robertohuertasm committed Feb 26, 2018
1 parent e940104 commit 020729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon-manifest/supportedExtensions.ts
Expand Up @@ -369,7 +369,7 @@ export const extensions: IFileCollection = {
{ icon: 'nsi', extensions: [], languages: [languages.nsis], format: FileFormat.svg },
{ icon: 'nuget', extensions: ['nupkg', 'nuspec', 'psmdcp'], format: FileFormat.svg },
{ icon: 'nunjucks', extensions: ['nunj', 'njs'], languages: [languages.nunjucks], format: FileFormat.svg },
{ icon: 'nyc', extensions: ['.nycrc'], filename: true, format: FileFormat.svg },
{ icon: 'nyc', extensions: ['.nycrc', '.nycrc.json'], filename: true, format: FileFormat.svg },
{ icon: 'objectivec', extensions: [], languages: [languages.objectivec], format: FileFormat.svg },
{ icon: 'objectivecpp', extensions: [], languages: [languages.objectivecpp], format: FileFormat.svg },
{ icon: 'ocaml', extensions: ['.merlin'], filename: true, languages: [languages.ocaml], format: FileFormat.svg },
Expand Down

0 comments on commit 020729e

Please sign in to comment.