haskell-vim icon indicating copy to clipboard operation
haskell-vim copied to clipboard

foreign declarations may have line breaks after double-colon separator

Open lyokha opened this issue 4 years ago • 0 comments

notice that record fields and regular type signatures are already fine (in definitions of haskellRecordField and haskellTypeSig),

before the fix I'm getting

haskell-vim-before-fix

after the fix it gets correctly highlighted

haskell-vim-after-fix

lyokha avatar Jul 12 '21 16:07 lyokha