mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(go): fix eq to any-of
This commit is contained in:
parent
f2119df35c
commit
e7ea07e42c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue