linguist-languages
Version:
Linguist languages data
14 lines (13 loc) • 311 B
TypeScript
declare const _: {
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'
}
export = _