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

Syntax highlighting disappeared

Open tsoernes opened this issue 8 years ago • 7 comments

I had haskell-vim working, but I no longer get syntax highlighting at all for Haskell. I did do an update just now to your latest commit, but probably the error is on my part. Here's the .vimrc, I'm running neovim 0.2.0. https://da.gd/wkVF I've tried disabling the theme, and most packages one by one, but I can't figure it out.

tsoernes avatar Jul 19 '17 03:07 tsoernes

Same here, I'm also running neovim 0.2.0 and the highlighting is 'lighter' now. I'm running on today's master branch version.

screen shot 2017-08-17 at 10 10 05

YoEight avatar Aug 17 '17 09:08 YoEight

My neovim configuration can be found here

Thanks for your time.

YoEight avatar Aug 17 '17 09:08 YoEight

I've searched a bit, it could be related to #66 in my case, TL;DR my colorscheme gruvbox overrides haskell-vim colors.

YoEight avatar Aug 17 '17 09:08 YoEight

I confirm that after getting rid of gruvbox overridings, it's much better. Sorry for the noise.

screen shot 2017-08-17 at 11 51 48

YoEight avatar Aug 17 '17 09:08 YoEight

Thanks for reporting.

raichoo avatar Aug 21 '17 20:08 raichoo

My problem was caused by the combination of intero-neovim and the line #!/usr/bin/env runhaskell which caused the filetype to be detected as config instead of haskell.

tsoernes avatar Aug 21 '17 20:08 tsoernes

Is this related? Hightlighting breaks in multiline imports (see pack and unpack) and in ADT syntax image image

aeruhxi avatar Jun 15 '18 03:06 aeruhxi