Skip to content

Commit adf4b6b

Browse files
rokke-gitlewis6991
authored andcommitted
fix(julia): add callback for do_clause
the do_clause is a multiline anonymous function which gets passed as the first argument of another function. it's basically like a function_definition, except you don't give it a name
1 parent 9a8e399 commit adf4b6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

queries/julia/context.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
condition: (_) @context.final) @context
1313

1414
(try_statement) @context
15+
16+
(do_clause) @context

0 commit comments

Comments
 (0)