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:
David Ostrovsky
2015-10-15 08:36:20 +02:00
parent 5bbfb22d36
commit 92ca421222
4 changed files with 4 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ CM_MODES = [
'tcl',
'velocity',
'verilog',
'vhdl',
'xml',
'yaml',
]