declare const _: {
  name: 'XSLT'
  type: 'programming'
  aceMode: 'xml'
  extensions: ['.xslt', '.xsl']
  languageId: 404
  tmScope: 'text.xml.xsl'
  aliases: ['xsl']
  codemirrorMode: 'xml'
  codemirrorMimeType: 'text/xml'
  color: '#EB8CEB'
}
export = _
