declare const _: {
  readonly name: 'XML Property List'
  readonly type: 'data'
  readonly aceMode: 'xml'
  readonly extensions: readonly [
    '.plist',
    '.stTheme',
    '.tmCommand',
    '.tmLanguage',
    '.tmPreferences',
    '.tmSnippet',
    '.tmTheme',
  ]
  readonly languageId: 75622871
  readonly tmScope: 'text.xml.plist'
  readonly codemirrorMode: 'xml'
  readonly codemirrorMimeType: 'text/xml'
  readonly color: '#0060ac'
  readonly group: 'XML'
}

export default _
