aboutsummaryrefslogtreecommitdiffstats
path: root/queries/julia
diff options
context:
space:
mode:
Diffstat (limited to 'queries/julia')
-rw-r--r--queries/julia/highlights.scm3
1 files changed, 3 insertions, 0 deletions
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)