From c98f676a97e60b56b59d8bcd0d9fbd3c08b90c33 Mon Sep 17 00:00:00 2001 From: Mistium <92952823+Mistium@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:33:32 +0100 Subject: [PATCH] Update OSL.ohf --- Other/OHF/OSL.ohf | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Other/OHF/OSL.ohf b/Other/OHF/OSL.ohf index b7edbafa..35ab19cc 100644 --- a/Other/OHF/OSL.ohf +++ b/Other/OHF/OSL.ohf @@ -9,7 +9,7 @@ }, "overrides": { "origin.comments": "#aaaaaa", - "origin.integers": "#5c9bec", + "origin.numbers": "#5c9bec", "origin.strings": "#9cc6ff" }, "categories": { @@ -88,8 +88,8 @@ "say" ] }, - "maths": { - "color": "", + "operators": { + "color": "#ffec9c", "tokens": [ "+", "-", @@ -97,6 +97,14 @@ "/", "%", "^", + "?", + "in", + "notIn", + "b+", + "b-", + "b*", + "b/", + "b^", "++", "--", "=", @@ -105,16 +113,13 @@ "*=", "/=", "%=", - "^=" - ] - }, - "comparisons": { - "color": "", - "tokens": [ + "^=", "==", "!=", "<", ">", + "!>", + "!<", "<=", ">=", "===", @@ -122,7 +127,7 @@ ] }, "logic": { - "color": "", + "color": "#5ba5ec", "tokens": [ "true", "false",