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

Ori Avtalion ori at avtalion.name
Sat Dec 13 10:10:15 EST 2008


Hi all,

The Haskell syntax script for vim mentions this mailing list as the
maintainer. Perhaps one of you could fix this bug.

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'm using this version of the syntax file: (the only version)
http://vim.svn.sourceforge.net/viewvc/vim/vim7/runtime/syntax/haskell.vim?revision=1296&view=markup

Thanks,
Ori



More information about the Haskell-Cafe mailing list