Skip to content

Commit

Permalink
Prevent conflict with OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 committed Apr 20, 2020
1 parent b5afb05 commit 3ddc8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,6 @@ export const fileIcons: FileIcons = {
},
{ name: 'meson', fileNames: ['meson.build'] },
{ name: 'buck', fileNames: ['.buckconfig'] },
{ name: 'ml', fileExtensions: ['ml', 'ML', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
{ name: 'ml', fileExtensions: ['sml', 'ML', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
]
};

0 comments on commit 3ddc8a3

Please sign in to comment.