declare const _: {
  readonly name: 'HTML+PHP'
  readonly type: 'markup'
  readonly aceMode: 'php'
  readonly extensions: readonly ['.phtml']
  readonly languageId: 151
  readonly tmScope: 'text.html.php'
  readonly codemirrorMode: 'php'
  readonly codemirrorMimeType: 'application/x-httpd-php'
  readonly color: '#4f5d95'
  readonly group: 'HTML'
}

export default _
