From e7ea07e42c478cb466cf96124693b447add84011 Mon Sep 17 00:00:00 2001 From: Ilya Ilyinykh Date: Thu, 1 Feb 2024 18:33:28 +0300 Subject: [PATCH] fix(go): fix eq to any-of --- queries/go/injections.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/go/injections.scm b/queries/go/injections.scm index 3e194e272..20f615924 100644 --- a/queries/go/injections.scm +++ b/queries/go/injections.scm @@ -37,5 +37,5 @@ (_) . (interpreted_string_literal) @injection.content)) - (#eq? @_method "Fprintf" "Fscanf" "Appendf" "Sscanf") + (#any-of? @_method "Fprintf" "Fscanf" "Appendf" "Sscanf") (#set! injection.language "printf"))