Skip to content

Commit

Permalink
Update posthtml icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 27, 2020
1 parent 0d132ee commit eeffbff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
27 changes: 6 additions & 21 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.
8 changes: 7 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,13 @@ export const fileIcons: FileIcons = {
},
{
name: 'posthtml',
fileNames: ['posthtml.config.js', '.posthtmlrc.js', '.posthtmlrc', '.posthtmlrc.json', '.posthtmlrc.yml']
fileNames: [
'posthtml.config.js',
'.posthtmlrc.js',
'.posthtmlrc',
'.posthtmlrc.json',
'.posthtmlrc.yml',
],
},
{ name: 'todo', fileExtensions: ['todo'] },
{ name: 'coldfusion', fileExtensions: ['cfml', 'cfc', 'lucee', 'cfm'] },
Expand Down

0 comments on commit eeffbff

Please sign in to comment.