Codemirror: Add vhdl mode
Verilog mode was always supported by Codemirror, but support for VHDL was only added in recent Codemirror version, so that we can only include it now. Bug: Issue 3447 Change-Id: I91028acf3f41f51981f710db00bee9a8c9398aee
This commit is contained in:
@@ -81,6 +81,7 @@ CM_MODES = [
|
||||
'tcl',
|
||||
'velocity',
|
||||
'verilog',
|
||||
'vhdl',
|
||||
'xml',
|
||||
'yaml',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user