haskell / haskell/vscode-haskell-syntax-highlighting
Bracketed type signatures over multiple lines aren't highlighted properly
Open
bug
- Dominant language
- Haskell
- Stars
- 109
- Forks
- 51
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
Viz.:

GitHub highlighting also suffers from the same issue it seems:
```haskell
proof :: SomeVeryLongExpression a b
:~: SomeOtherLongExpression c d
quux ( proof :: SomeVeryLongExpression a b
:~: SomeOtherLongExpression c d
)
quux [ x :: a
B c ]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.