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 b1578e7 commit c4b626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odin.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(asm|or_return|or_else)\b</string>
<string>\b(asm|or_return|or_else|or_break|or_continue)\b</string>
<key>name</key>
<string>keyword.control.odin</string>
</dict>
Expand Down

0 comments on commit c4b626f

Please sign in to comment.