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