forked from Wavyzz/dolibarr
Upgrade ACE Editor from 1.4.7 to 1.4.14
This commit is contained in:
@@ -8,18 +8,21 @@ var VHDLHighlightRules = function() {
|
||||
|
||||
|
||||
|
||||
var keywords = "access|after|ailas|all|architecture|assert|attribute|"+
|
||||
"begin|block|buffer|bus|case|component|configuration|"+
|
||||
"disconnect|downto|else|elsif|end|entity|file|for|function|"+
|
||||
"generate|generic|guarded|if|impure|in|inertial|inout|is|"+
|
||||
"label|linkage|literal|loop|mapnew|next|of|on|open|others|"+
|
||||
"out|port|process|pure|range|record|reject|report|return|"+
|
||||
"select|severity|shared|signal|subtype|then|to|transport|"+
|
||||
"type|unaffected|united|until|wait|when|while|with";
|
||||
var keywords = "access|after|alias|all|architecture|assert|attribute|"+
|
||||
"begin|block|body|buffer|bus|case|component|configuration|"+
|
||||
"context|disconnect|downto|else|elsif|end|entity|exit|"+
|
||||
"file|for|force|function|generate|generic|group|guarded|"+
|
||||
"if|impure|in|inertial|inout|is|label|library|linkage|"+
|
||||
"literal|loop|map|new|next|of|on|or|open|others|out|"+
|
||||
"package|parameter|port|postponed|procedure|process|"+
|
||||
"protected|pure|range|record|register|reject|release|"+
|
||||
"report|return|select|severity|shared|signal|subtype|then|"+
|
||||
"to|transport|type|unaffected|units|until|use|variable|"+
|
||||
"wait|when|while|with";
|
||||
|
||||
var storageType = "bit|bit_vector|boolean|character|integer|line|natural|"+
|
||||
"positive|real|register|signed|std_logic|"+
|
||||
"std_logic_vector|string||text|time|unsigned|variable";
|
||||
"std_logic_vector|string||text|time|unsigned";
|
||||
|
||||
var storageModifiers = "array|constant";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user