aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--queries/julia/highlights.scm3
2 files changed, 4 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index 7716b0466..13f8daa56 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -348,7 +348,7 @@
"revision": "d34615fa12cc1d1cfc1f1f1a80acc9db80ee4596"
},
"julia": {
- "revision": "0a80d33aca49dd257625ab25ef3a506e2b99a554"
+ "revision": "acd5ca12cc278df7960629c2429a096c7ac4bbea"
},
"just": {
"revision": "6c2f018ab1d90946c0ce029bb2f7d57f56895dff"
diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm
index 99aa9d1b3..18ef586ac 100644
--- a/queries/julia/highlights.scm
+++ b/queries/julia/highlights.scm
@@ -215,6 +215,9 @@
(for_clause
"for" @keyword.repeat)
+(for_binding
+ "outer" @keyword.repeat)
+
[
(break_statement)
(continue_statement)