declare const _: {
  name: 'VHDL'
  type: 'programming'
  aceMode: 'vhdl'
  extensions: ['.vhdl', '.vhd', '.vhf', '.vhi', '.vho', '.vhs', '.vht', '.vhw']
  languageId: 385
  tmScope: 'source.vhdl'
  codemirrorMode: 'vhdl'
  codemirrorMimeType: 'text/x-vhdl'
  color: '#adb2cb'
}
export = _
