queries(scheme): convert a #match? to a #any-of?

This commit is contained in:
may
2025-09-04 15:49:02 +02:00
committed by Michael Davis
parent 70187c430c
commit e2333f60ae

View File

@@ -64,8 +64,8 @@
(list
(list
(symbol) @variable.parameter))
(#match? @_f
"^(let|let\\*|let-syntax|let-values|let\\*-values|letrec|letrec\\*|letrec-syntax)$"))
(#any-of? @_f
"let" "let*" "let-syntax" "let-values" "let*-values" "letrec" "letrec*" "letrec-syntax"))
; operators