linguist-languages
Version:
Linguist languages data
13 lines (12 loc) • 310 B
JavaScript
module.exports = {
name: 'HTML',
type: 'markup',
color: '#e34c26',
extensions: ['.html', '.hta', '.htm', '.html.hl', '.inc', '.xht', '.xhtml'],
tmScope: 'text.html.basic',
aceMode: 'html',
languageId: 146,
aliases: ['xhtml'],
codemirrorMode: 'htmlmixed',
codemirrorMimeType: 'text/html',
}