From 0a61e12c11b64d4e4668d2188306f17d22d303ac Mon Sep 17 00:00:00 2001 From: PKief Date: Wed, 12 Jun 2019 22:14:36 +0200 Subject: [PATCH] Add PostCSS file names (Closes #461) --- 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 21e752ecde..33d455c5a2 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -487,7 +487,7 @@ export const fileIcons: FileIcons = { { name: 'postcss', fileExtensions: ['pcss', 'sss'], - fileNames: ['postcss.config.js', '.postcssrc.js', '.postcssrc'] + fileNames: ['postcss.config.js', '.postcssrc.js', '.postcssrc', '.postcssrc.json', '.postcssrc.yml'] }, { name: 'todo', fileExtensions: ['todo'] }, { name: 'coldfusion', fileExtensions: ['cfml', 'cfc', 'lucee', 'cfm'] },