fix(haskell): syntax highlighting for Haskell lambda expressions

Fixes highlighting for lambdas with multiple parameters.
This commit is contained in:
Abbath 2026-01-13 02:19:22 +01:00 committed by GitHub
parent 5a7e5638e7
commit 5754e59b3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,8 @@
(_) @variable.parameter))
(expression/lambda
(_)+ @variable.parameter
patterns: (patterns
(_) @variable.parameter)
"->")
(decl/function