LiquidHaskell Syntax Highlighting
Provides syntax highlighting for [LiquidHaskell] annotations in Haskell files,
by rendering text inside {-@ ... @-}
using the plain Haskell highlights (i.e.
not as comments.)
Install
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
Copyright © 2016 by Ranjit Jhala