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

export default _
