Added syntax highlighting for the Verilog and VHDL languages (#5641)

This commit is contained in:
Adrien Ballet
2023-08-04 05:26:41 +02:00
committed by GitHub
parent 5b67273d8f
commit 16f1328a83
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ export const LANGUAGES = {
tsx: "TSX",
typescript: "TypeScript",
vb: "Visual Basic",
verilog: "Verilog",
vhdl: "VHDL",
yaml: "YAML",
zig: "Zig",
};