Skip to content

Commit

Permalink
Add as SML
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 committed Apr 21, 2020
1 parent 200dffa commit 58eb76f
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: ['sml', 'mlton', 'mlb', 'sig', 'fun', 'cm', 'lex', 'use', 'grm'] },
{ name: 'sml', fileExtensions: ['sml', 'mlton', 'mlb', 'sig', 'fun', 'cm', 'lex', 'use', 'grm'] },
]
};

0 comments on commit 58eb76f

Please sign in to comment.