mirror of https://github.com/helix-editor/helix
queries(scheme): consider the first argument of λ to be a variable (#13143)
parent
d6cacb2731
commit
8e65077065
|
@ -46,7 +46,7 @@
|
|||
.
|
||||
(list
|
||||
(symbol) @variable)
|
||||
(#eq? @_f "lambda"))
|
||||
(#any-of? @_f "lambda" "λ"))
|
||||
|
||||
(list
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue