diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/odin/highlights.scm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json index 833f800ea..35f18a129 100644 --- a/lockfile.json +++ b/lockfile.json @@ -432,7 +432,7 @@ "revision": "4b9898ccbf198602bb0dec9cd67cc1d2c0a4fad2" }, "odin": { - "revision": "751f7796fa76075cff52edd1afff569a8a09c2a7" + "revision": "f94c590ed5263e11f1e492d1b53356f8c8459b66" }, "org": { "revision": "64cfbc213f5a83da17632c95382a5a0a2f3357c1" diff --git a/queries/odin/highlights.scm b/queries/odin/highlights.scm index f599f6e97..b44d06429 100644 --- a/queries/odin/highlights.scm +++ b/queries/odin/highlights.scm @@ -47,6 +47,8 @@ "case" "where" "break" + "or_break" + "or_continue" (fallthrough_statement) ] @keyword.conditional |
