Skip to content

Commit

Permalink
Add or_break and or_continue
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill authored Sep 30, 2023
1 parent 1746bce commit b1578e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odin.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1578e7

Please sign in to comment.