Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n-theme into master
  • Loading branch information
PKief committed Nov 1, 2020
2 parents 247d721 + 96b211b commit f1d82ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions icons/posthtml.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -617,6 +617,16 @@ export const fileIcons: FileIcons = {
'.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 f1d82ca

Please sign in to comment.