Skip to content

Commit

Permalink
Add dune-workspace file to dune file icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zweimach committed Nov 14, 2020
1 parent 7451b0d commit cf98ce0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,15 @@ export const fileIcons: FileIcons = {
},
{ name: 'nrwl', fileNames: ['nx.json'] },
{ name: 'opam', fileExtensions: ['opam'] },
{ name: 'dune', fileNames: ['dune', 'dune-project'] },
{
name: 'dune',
fileNames: [
'dune',
'dune-project',
'dune-workspace',
'dune-workspace.dev',
],
},
{ name: 'imba', fileExtensions: ['imba'] },
{ name: 'drawio', fileExtensions: ['drawio', 'dio'] },
{ name: 'pascal', fileExtensions: ['pas'] },
Expand Down

0 comments on commit cf98ce0

Please sign in to comment.