neovimhaskell/haskell-vim

Syntax highlighting disappeared

tsoernes opened this issue · 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.

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

My neovim configuration can be found here

Thanks for your time.

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

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

Thanks for reporting.

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.

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