Types are highlighted differently in same expression
Closed this issue · 2 comments
vasily-kirichenko commented
The code is from the end of this file https://github.com/vasily-kirichenko/haskell-book/blob/master/src/Applicatives.hs
lierdakil commented
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.
vasily-kirichenko commented
OK, thanks.