mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 12:07:08 -04:00
Update CodeMirror to 5.13.5
This commit is contained in:
parent
edc3a31dfd
commit
8bf516263c
84 changed files with 2837 additions and 504 deletions
2
public/vendor/codemirror/mode/vhdl/vhdl.js
vendored
2
public/vendor/codemirror/mode/vhdl/vhdl.js
vendored
|
@ -36,7 +36,7 @@ CodeMirror.defineMode("vhdl", function(config, parserConfig) {
|
|||
multiLineStrings = parserConfig.multiLineStrings;
|
||||
|
||||
var keywords = words("abs,access,after,alias,all,and,architecture,array,assert,attribute,begin,block," +
|
||||
"body,buffer,bus,case,component,configuration,constant,disconnent,downto,else,elsif,end,end block,end case," +
|
||||
"body,buffer,bus,case,component,configuration,constant,disconnect,downto,else,elsif,end,end block,end case," +
|
||||
"end component,end for,end generate,end if,end loop,end process,end record,end units,entity,exit,file,for," +
|
||||
"function,generate,generic,generic map,group,guarded,if,impure,in,inertial,inout,is,label,library,linkage," +
|
||||
"literal,loop,map,mod,nand,new,next,nor,null,of,on,open,or,others,out,package,package body,port,port map," +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue