diff --git a/Makefile b/Makefile index da08e2ba..e28b7d61 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := test -NEOVIM_BRANCH := v0.9.1 +NEOVIM_BRANCH := v0.9.5 FILTER=.* diff --git a/queries/c/context.scm b/queries/c/context.scm index 576ef5c7..1a7c8274 100644 --- a/queries/c/context.scm +++ b/queries/c/context.scm @@ -20,7 +20,7 @@ ) @context (else_clause - (_) @context.end + (_ (_) @context.end) ) @context (while_statement