export default {
name: 'Standard ML',
type: 'programming',
color: '#dc566d',
extensions: ['.ml', '.fun', '.sig', '.sml'],
tmScope: 'source.ml',
aceMode: 'text',
languageId: 357,
aliases: ['sml'],
codemirrorMode: 'mllike',
codemirrorMimeType: 'text/x-ocaml',
}