We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660861b commit c346a44Copy full SHA for c346a44
Makefile
@@ -6,7 +6,7 @@ export XDG_DATA_HOME ?= $(HOME)/.data
6
# nvim-treesitter
7
# ------------------------------------------------------------------------------
8
9
-NVIM_TS_SHA ?= d97d226c
+NVIM_TS_SHA ?= d72fa25
10
NVIM_TS := deps/nvim-treesitter
11
12
.PHONY: nvim-treesitter
queries/fortran/context.scm
@@ -8,9 +8,10 @@
(_))
(_) @context.end) @context
-(do_loop_statement
- (loop_control_expression
13
- (_))
+(do_loop
+ (do_statement
+ (loop_control_expression
14
+ (_)))
15
16
17
(subroutine
0 commit comments