Skip to content

Commit

Permalink
add posthtml icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 26, 2019
1 parent 0212fe8 commit 1dd5ac4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions icons/posthtml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ export const fileIcons: FileIcons = {
fileExtensions: ['pcss', 'sss'],
fileNames: ['postcss.config.js', '.postcssrc.js', '.postcssrc', '.postcssrc.json', '.postcssrc.yml']
},
{
name: 'posthtml',
fileNames: ['posthtml.config.js', '.posthtmlrc.js', '.posthtmlrc', '.posthtmlrc.json', '.posthtmlrc.yml']
},
{ name: 'todo', fileExtensions: ['todo'] },
{ name: 'coldfusion', fileExtensions: ['cfml', 'cfc', 'lucee', 'cfm'] },
{ name: 'cabal', fileExtensions: ['cabal'] },
Expand Down

0 comments on commit 1dd5ac4

Please sign in to comment.