fix(go): fix eq to any-of

This commit is contained in:
Ilya Ilyinykh 2024-02-01 18:33:28 +03:00 committed by Christian Clason
parent f2119df35c
commit e7ea07e42c

View file

@ -37,5 +37,5 @@
(_) (_)
. .
(interpreted_string_literal) @injection.content)) (interpreted_string_literal) @injection.content))
(#eq? @_method "Fprintf" "Fscanf" "Appendf" "Sscanf") (#any-of? @_method "Fprintf" "Fscanf" "Appendf" "Sscanf")
(#set! injection.language "printf")) (#set! injection.language "printf"))