declare const _: {
  readonly name: 'XML'
  readonly type: 'data'
  readonly aceMode: 'xml'
  readonly extensions: readonly [
    '.xml',
    '.adml',
    '.admx',
    '.ant',
    '.axaml',
    '.axml',
    '.builds',
    '.ccproj',
    '.ccxml',
    '.clixml',
    '.cproject',
    '.cscfg',
    '.csdef',
    '.csl',
    '.csproj',
    '.ct',
    '.depproj',
    '.dita',
    '.ditamap',
    '.ditaval',
    '.dll.config',
    '.dotsettings',
    '.filters',
    '.fsproj',
    '.fxml',
    '.glade',
    '.gml',
    '.gmx',
    '.gpx',
    '.grxml',
    '.gst',
    '.hzp',
    '.icls',
    '.iml',
    '.ivy',
    '.jelly',
    '.jsproj',
    '.kml',
    '.launch',
    '.mdpolicy',
    '.mjml',
    '.mm',
    '.mod',
    '.mojo',
    '.mxml',
    '.natvis',
    '.ncl',
    '.ndproj',
    '.nproj',
    '.nuspec',
    '.odd',
    '.osm',
    '.pkgproj',
    '.pluginspec',
    '.proj',
    '.props',
    '.ps1xml',
    '.psc1',
    '.pt',
    '.pubxml',
    '.qhelp',
    '.rdf',
    '.res',
    '.resx',
    '.rs',
    '.rss',
    '.sch',
    '.scxml',
    '.sfproj',
    '.shproj',
    '.slnx',
    '.srdf',
    '.storyboard',
    '.sublime-snippet',
    '.sw',
    '.targets',
    '.tml',
    '.ts',
    '.tsx',
    '.typ',
    '.ui',
    '.urdf',
    '.ux',
    '.vbproj',
    '.vcxproj',
    '.vsixmanifest',
    '.vssettings',
    '.vstemplate',
    '.vxml',
    '.wixproj',
    '.workflow',
    '.wsdl',
    '.wsf',
    '.wxi',
    '.wxl',
    '.wxs',
    '.x3d',
    '.xacro',
    '.xaml',
    '.xib',
    '.xlf',
    '.xliff',
    '.xmi',
    '.xml.dist',
    '.xmp',
    '.xproj',
    '.xsd',
    '.xspec',
    '.xul',
    '.zcml',
  ]
  readonly filenames: readonly [
    '.classpath',
    '.cproject',
    '.project',
    'App.config',
    'NuGet.config',
    'Settings.StyleCop',
    'Web.Debug.config',
    'Web.Release.config',
    'Web.config',
    'packages.config',
  ]
  readonly languageId: 399
  readonly tmScope: 'text.xml'
  readonly aliases: readonly ['rss', 'xsd', 'wsdl']
  readonly codemirrorMode: 'xml'
  readonly codemirrorMimeType: 'text/xml'
  readonly color: '#0060ac'
}

export default _
