Skip to content

Commit c346a44

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export XDG_DATA_HOME ?= $(HOME)/.data
66
# nvim-treesitter
77
# ------------------------------------------------------------------------------
88

9-
NVIM_TS_SHA ?= d97d226c
9+
NVIM_TS_SHA ?= d72fa25
1010
NVIM_TS := deps/nvim-treesitter
1111

1212
.PHONY: nvim-treesitter

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)