Files
2025-11-25 22:42:56 +01:00

21 lines
324 B
JSON

{
"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
}