diff --git a/src/ts/gui/highlight.ts b/src/ts/gui/highlight.ts index fe75301c..63ae71cd 100644 --- a/src/ts/gui/highlight.ts +++ b/src/ts/gui/highlight.ts @@ -97,7 +97,7 @@ const normalCBSwithParams = [ 'arraypop', 'array_pop', 'arraypush', 'array_push', 'arraysplice', 'array_splice', 'makearray', 'array', 'a', 'make_array', 'history', 'messages', 'range', 'date', 'time', 'datetimeformat', 'date_time_format', 'random', 'pick', 'roll', 'datetimeformat', 'hidden_key', 'reverse', 'getglobalvar', 'position', 'slot', 'rollp', - 'and', 'or', 'not', 'message_time_array', 'filter' + 'and', 'or', 'not', 'message_time_array', 'filter', 'greater', 'less', 'greater_equal', 'less_equal' ] const displayRelatedCBS = [ @@ -113,7 +113,7 @@ const deprecatedCBS = [ ] const deprecatedCBSwithParams = [ - 'greater', 'less', 'greater_equal', 'less_equal', 'remaind', 'pow' + 'remaind', 'pow' ] const decorators = [