mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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
c872ec85cc
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
(_) @variable.parameter))
|
||||
|
||||
(expression/lambda
|
||||
(_)+ @variable.parameter
|
||||
patterns: (patterns
|
||||
(_) @variable.parameter)
|
||||
"->")
|
||||
|
||||
(decl/function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue