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