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

15 lines
264 B
JSON

{
"name": "Verilog",
"type": "programming",
"color": "#b2b7f8",
"extensions": [
".v",
".veo"
],
"tmScope": "source.verilog",
"aceMode": "verilog",
"codemirrorMode": "verilog",
"codemirrorMimeType": "text/x-verilog",
"languageId": 387
}