Skip to content

Commit

Permalink
Add pug icon to pug lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
Logikgate committed Jan 21, 2020
1 parent 3e779f2 commit af561d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ export const fileIcons: FileIcons = {
defaultIcon: { name: 'file' },
icons: [
{ name: 'html', fileExtensions: ['html', 'htm', 'xhtml', 'html_vm', 'asp'] },
{ name: 'pug', fileExtensions: ['jade', 'pug'] },
{
name: 'pug',
fileExtensions: ['jade', 'pug'],
fileNames: [
'.pug-lintrc',
'.pug-lintrc.js',
'.pug-lintrc.json'
]
},
{
name: 'markdown',
fileExtensions: [
Expand Down

0 comments on commit af561d4

Please sign in to comment.