Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/odin/highlights.scm')
| -rw-r--r-- | runtime/queries/odin/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/odin/highlights.scm b/runtime/queries/odin/highlights.scm index a6020582..03d8b83c 100644 --- a/runtime/queries/odin/highlights.scm +++ b/runtime/queries/odin/highlights.scm @@ -57,6 +57,7 @@ "case" "where" "break" + "or_break" (fallthrough_statement) ] @keyword.control.conditional @@ -73,6 +74,7 @@ "for" "do" "continue" + "or_continue" ] @keyword.control.repeat [ |