mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
queries(scheme): convert a #match? to a #any-of?
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user