Skip to content

Commit

Permalink
Add nyc icon for .nycrc.json file
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 Feb 20, 2018
1 parent 0fe1f9b commit 4dbf933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon-manifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,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 4dbf933

Please sign in to comment.