linguist-languages
Version:
Linguist languages data
23 lines (21 loc) • 424 B
TypeScript
declare const _: {
readonly name: 'VHDL'
readonly type: 'programming'
readonly aceMode: 'vhdl'
readonly extensions: readonly [
'.vhdl',
'.vhd',
'.vhf',
'.vhi',
'.vho',
'.vhs',
'.vht',
'.vhw',
]
readonly languageId: 385
readonly tmScope: 'source.vhdl'
readonly codemirrorMode: 'vhdl'
readonly codemirrorMimeType: 'text/x-vhdl'
readonly color: '#adb2cb'
}
export default _