haskell-vim
                                
                                 haskell-vim copied to clipboard
                                
                                    haskell-vim copied to clipboard
                            
                            
                            
                        Syntax highlighting disappeared
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.
 
                                    
                                    
                                    
                                
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.
 
                                    
                                    
                                    
                                
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
 
