From af561d4c29a8cc18cedd38ab3b4547c6fa7f260e Mon Sep 17 00:00:00 2001 From: logikgate Date: Tue, 21 Jan 2020 12:09:53 -0500 Subject: [PATCH] Add pug icon to pug lint files --- src/icons/fileIcons.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: [