Skip to content

Commit

Permalink
Add istanbul file names
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 2, 2023
1 parent 44b1b11 commit 5ce97ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -1733,7 +1733,17 @@ export const fileIcons: FileIcons = {
{ name: 'razor', fileExtensions: ['cshtml', 'vbhtml'] },
{ name: 'abc', fileExtensions: ['abc'] },
{ name: 'asciidoc', fileExtensions: ['ad', 'adoc', 'asciidoc'] },
{ name: 'istanbul', fileNames: ['.nycrc', '.nycrc.json'] },
{
name: 'istanbul',
fileNames: [
'.nycrc',
'.nycrc.json',
'.nycrc.yaml',
'.nycrc.yml',
'nyc.config.js',
'.istanbul.yml',
],
},
{ name: 'edge', fileExtensions: ['edge'] },
{ name: 'scheme', fileExtensions: ['ss', 'scm'] },
{ name: 'lisp', fileExtensions: ['lisp', 'lsp', 'cl', 'fast'] },
Expand Down

0 comments on commit 5ce97ae

Please sign in to comment.