purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

Export list syntax bug #49

Closed coot closed 7 years ago

coot commented 7 years ago
module Main
  ( Constructor(Constructor) -- bug triggered by explicit constructor(s)
  , constr  -- not highlighted
  )