Skip to content

Commit

Permalink
Add PostCSS file names (Closes #461)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 12, 2019
1 parent f1e23ed commit 0a61e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'] },
Expand Down

0 comments on commit 0a61e12

Please sign in to comment.