module.exports = {
name: 'Ecmarkup',
type: 'markup',
color: '#eb8131',
extensions: ['.html'],
tmScope: 'text.html.ecmarkup',
aceMode: 'html',
languageId: 844766630,
aliases: ['ecmarkdown'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
group: 'HTML',
}