declare const _: {
  name: 'Assembly'
  type: 'programming'
  aceMode: 'assembly_x86'
  extensions: ['.asm', '.a51', '.i', '.inc', '.nas', '.nasm', '.s']
  languageId: 24
  tmScope: 'source.assembly'
  aliases: ['asm', 'nasm']
  color: '#6E4C13'
}
export = _
