diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 36dfa09e96..ae2248aeb8 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -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: [