atom-haskell/language-haskell

Types are highlighted differently in same expression

Closed this issue · 2 comments

You're basically hitting a limitation of Atom's grammar model, which is not entirely adequate for languages with significant whitespace. Long story short, scoped/inline types are limited to single line in grammar, and there's not much I can do about that.

OK, thanks.