Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add all ML file extensions
  • Loading branch information
lmn8 committed Apr 20, 2020
1 parent c7398ce commit 6ba6e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -880,5 +880,6 @@ export const fileIcons: FileIcons = {
{ name: 'prolog', fileExtensions: ['p', 'pro'] },
{ name: 'husky', fileNames: ['.huskyrc', 'husky.config.js', '.huskyrc.json', '.huskyrc.js', '.huskyrc.yaml', '.huskyrc.yml'] },
{ name: 'coconut', fileExtensions: ['coco'] },
{ name: 'ml', fileExtensions: ['ml', 'ML', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
]
};

0 comments on commit 6ba6e49

Please sign in to comment.