export default {
name: 'HTML',
type: 'markup',
aceMode: 'html',
extensions: ['.html', '.hta', '.htm', '.html.hl', '.inc', '.xht', '.xhtml'],
languageId: 146,
tmScope: 'text.html.basic',
aliases: ['xhtml'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
color: '#e34c26',
}