Skip to content

Commit

Permalink
[Icon Request] textlintrc with extension
Browse files Browse the repository at this point in the history
Fixes PKief/vscode-material-icon-theme#2012
  • Loading branch information
PKief committed Nov 7, 2023
1 parent 541c23e commit 599a240
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,13 @@ export const fileIcons: FileIcons = {
},
{
name: 'textlint',
fileNames: ['.textlintrc'],
fileNames: [
'.textlintrc',
'.textlintrc.js',
'.textlintrc.json',
'.textlintrc.yml',
'.textlintrc.yaml',
],
},
{ name: 'scala', fileExtensions: ['scala', 'sc'] },
{ name: 'lilypond', fileExtensions: ['ly'] },
Expand Down

0 comments on commit 599a240

Please sign in to comment.