Comment Syntax

Taral taralx at gmail.com
Mon Jan 30 11:24:57 EST 2006


On 1/30/06, Thomas Davie <tatd2 at kent.ac.uk> wrote:

> It gives you regexp and nothing more - this makes it a pain in the
> arse to input every possible character that is/isn't allowed.

Steal it from places (vim):

syn match   hsLineComment      "---*\([^-!#$%&\*\+./<=>\?@\\^|~].*\)\?$"

--
Taral <taralx at gmail.com>
"Computer science is no more about computers than astronomy is about
telescopes."
    -- Edsger Dijkstra


More information about the Haskell-prime mailing list