declare const _: {
  name: 'Batchfile'
  type: 'programming'
  color: '#C1F12E'
  extensions: ['.bat', '.cmd']
  tmScope: 'source.batchfile'
  aceMode: 'batchfile'
  languageId: 29
  aliases: ['bat', 'batch', 'dosbatch', 'winbatch']
}
export default _
