From b1578e750731ef20681c5b0bf60d64ae5dee4fa1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 30 Sep 2023 15:10:59 +0100 Subject: [PATCH] Add `or_break` and `or_continue` --- Odin.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Odin.sublime-syntax b/Odin.sublime-syntax index f55805e..92b14e7 100644 --- a/Odin.sublime-syntax +++ b/Odin.sublime-syntax @@ -57,7 +57,7 @@ contexts: scope: keyword.control.odin - match: \b(using|([#]force_inline)|([#]force_no_inline))\b scope: keyword.control.odin - - match: \b(asm|or_else|or_return)\b + - match: \b(asm|or_else|or_return|or_break|or_continue)\b scope: keyword.control.odin - match: \b(distinct)\b scope: keyword.operator.odin