SublimeHaskell icon indicating copy to clipboard operation
SublimeHaskell copied to clipboard

Syntax: Import list on next line is not highlighted

Open nh2 opened this issue 9 years ago • 0 comments

If an import with import list doesn't have the bracket on the same line, imported functions are not highlighted:

import Data.List
    (sort, nub) -- <- not coloured!

nh2 avatar Oct 03 '14 19:10 nh2