Skip to content

Commit

Permalink
Add .cjs and .mjs extensions to plop fileNames (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisYeshua committed Jan 4, 2023
1 parent 737c6ce commit 7f894c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,10 @@ export const fileIcons: FileIcons = {
},
{ name: 'siyuan', fileExtensions: ['sy'] },
{ name: 'ndst', fileExtensions: ['ndst.yml', 'ndst.yaml', 'ndst.json'] },
{ name: 'plop', fileNames: ['plopfile.js', 'plopfile.ts'] },
{
name: 'plop',
fileNames: ['plopfile.js', 'plopfile.cjs', 'plopfile.mjs', 'plopfile.ts'],
},
{ name: 'tobi', fileExtensions: ['tobi'] },
{ name: 'tobimake', fileNames: ['.tobimake'] },
{ name: 'gleam', fileNames: ['gleam.toml'], fileExtensions: ['gleam'] },
Expand Down

0 comments on commit 7f894c1

Please sign in to comment.