Skip to content

Commit 5374505

Browse files
committed
fix(fortran): update to breaking parser change
1 parent 660861b commit 5374505

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

queries/fortran/context.scm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
(_))
99
(_) @context.end) @context
1010

11-
(do_loop_statement
12-
(loop_control_expression
13-
(_))
11+
(do_loop
12+
(do_statement
13+
(loop_control_expression
14+
(_)))
1415
(_) @context.end) @context
1516

1617
(subroutine

0 commit comments

Comments
 (0)