declare const _: {
  readonly name: 'MTML'
  readonly type: 'markup'
  readonly aceMode: 'html'
  readonly extensions: readonly ['.mtml']
  readonly languageId: 218
  readonly tmScope: 'text.html.basic'
  readonly codemirrorMode: 'htmlmixed'
  readonly codemirrorMimeType: 'text/html'
  readonly color: '#b7e1f4'
}

export default _
