From f8348ce8d49d448c81f710418b07418e9235ae22 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 11 Jun 2024 22:39:29 +0900 Subject: [PATCH] feat: add 'filter' to normalCBSwithParams in highlight.ts --- src/ts/gui/highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/gui/highlight.ts b/src/ts/gui/highlight.ts index 2da6776a..fe75301c 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' + 'and', 'or', 'not', 'message_time_array', 'filter' ] const displayRelatedCBS = [