declare const _: {
  readonly name: 'HTML+EEX'
  readonly type: 'markup'
  readonly aceMode: 'html_elixir'
  readonly extensions: readonly ['.html.eex', '.heex', '.leex']
  readonly languageId: 149
  readonly tmScope: 'text.html.elixir'
  readonly aliases: readonly ['eex', 'heex', 'leex']
  readonly codemirrorMode: 'htmlmixed'
  readonly codemirrorMimeType: 'text/html'
  readonly color: '#6e4a7e'
  readonly group: 'HTML'
}

export default _
