Skip to content

Commit 34550dc

Browse files
marlondecolPKief
andauthored
feat: add icon for ShellCheck rc files (#3210)
Signed-off-by: Philipp Kief <philipp.kief@gmx.de> Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent aab45b7 commit 34550dc

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

icons/shellcheck.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/shellcheck_light.svg

Lines changed: 1 addition & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,6 +3352,13 @@ export const fileIcons: FileIcons = {
33523352
name: 'toc',
33533353
fileExtensions: ['toc'],
33543354
},
3355+
{
3356+
name: 'shellcheck',
3357+
patterns: {
3358+
shellcheckrc: FileNamePattern.Dotfile,
3359+
},
3360+
light: true,
3361+
},
33553362
{
33563363
name: 'cue',
33573364
fileExtensions: ['cue'],

0 commit comments

Comments
 (0)