mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
fix(haskell): syntax highlighting for Haskell lambda expressions
Fixes highlighting for lambdas with multiple parameters.
This commit is contained in:
parent
5a7e5638e7
commit
5754e59b3c
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
||||||
(_) @variable.parameter))
|
(_) @variable.parameter))
|
||||||
|
|
||||||
(expression/lambda
|
(expression/lambda
|
||||||
(_)+ @variable.parameter
|
patterns: (patterns
|
||||||
|
(_) @variable.parameter)
|
||||||
"->")
|
"->")
|
||||||
|
|
||||||
(decl/function
|
(decl/function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue