Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting disappeared #99

Open
tsoernes opened this issue Jul 19, 2017 · 7 comments
Open

Syntax highlighting disappeared #99

tsoernes opened this issue Jul 19, 2017 · 7 comments

Comments

@tsoernes
Copy link

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.

@YoEight
Copy link

YoEight commented Aug 17, 2017

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
Copy link

YoEight commented Aug 17, 2017

My neovim configuration can be found here

Thanks for your time.

@YoEight
Copy link

YoEight commented Aug 17, 2017

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

@YoEight
Copy link

YoEight commented Aug 17, 2017

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

@raichoo
Copy link
Member

raichoo commented Aug 21, 2017

Thanks for reporting.

@tsoernes
Copy link
Author

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.

@aeruhxi
Copy link

aeruhxi commented Jun 15, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants