From 1c30c4ac98c0f2a5ef4cc1cb6a6f597075b5e055 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 18 Jun 2024 21:29:48 +0900 Subject: [PATCH] chore: Move comparison operators --- src/ts/gui/highlight.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [