From 3de2107dd6cd4ed923f990909713d925e6e2b677 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Sun, 19 Aug 2018 16:11:01 -0700 Subject: [PATCH] Add `authors`, `authors.md`, and `authors.txt` to `credits` --- src/icons/fileIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index d463873410..18b8654306 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -583,7 +583,7 @@ export const fileIcons: FileIcons = { }, { name: 'credits', - fileNames: ['CREDITS', 'credits.txt', 'credits.md', 'credits.md.rendered'] + fileNames: ['authors', 'authors.md', 'authors.txt', 'credits', 'credits.txt', 'credits.md', 'credits.md.rendered'] }, { name: 'flow', fileNames: ['.flowconfig'] }, { name: 'favicon', fileNames: ['favicon.ico'] },