Provides syntax highlighting for [LiquidHaskell] annotations in Haskell files,
by rendering text inside {-@ ... @-}
using the plain Haskell highlights (i.e.
not as comments.)
This package requires language-haskell
but unfortunately
there is no way to automatically install it. So do the following:
apm install language-liquidhaskell
apm install language-haskell
and that's it.
NOTE: It is important that you install the above in the given order.
Copyright © 2016 by Ranjit Jhala
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.