mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +03:00
queries(scheme): consider the first argument of λ to be a variable (#13143)
This commit is contained in:
parent
d6cacb2731
commit
8e65077065
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
.
|
||||
(list
|
||||
(symbol) @variable)
|
||||
(#eq? @_f "lambda"))
|
||||
(#any-of? @_f "lambda" "λ"))
|
||||
|
||||
(list
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue