[Haskell-cafe] Missing comment highlighting in vim syntax script

brian brianchina60221 at gmail.com
Sat Dec 13 10:21:27 EST 2008


On Sat, Dec 13, 2008 at 9:10 AM, Ori Avtalion <ori at avtalion.name> wrote:
> Comments on the same line as import declarations don't get highlighted:
> import A -- This comment isn't highlighted
> import B {- Neither is this -}
> import C {- and
>            this -}

I think the way vim tries to do syntax highlighting is fundamentally
busted. That's why there are the problems like the ones you're talking
about and a million others. I plan to use vim and work on my yi
configs until I can switch. It's sad.


More information about the Haskell-Cafe mailing list