linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 358 B
text/typescript
declare const _: {
"name": "VHDL",
"type": "programming",
"color": "#adb2cb",
"extensions": [
".vhdl",
".vhd",
".vhf",
".vhi",
".vho",
".vhs",
".vht",
".vhw"
],
"tmScope": "source.vhdl",
"aceMode": "vhdl",
"codemirrorMode": "vhdl",
"codemirrorMimeType": "text/x-vhdl",
"languageId": 385
}
export default _