SublimeHaskell
SublimeHaskell copied to clipboard
A Sublime Text 3 plugin for Haskell. Features cabal building, error and warning highlighting, smart completion and ghc-mod integration.
In the snippet ``` class Foo2 a b where foo2 :: a -> b ``` `foo2` is highlighted correctly, but `Foo2` is incorect: the `2` is not colored like `Foo`,...
I'm rather new to Haskell. I tried to setup my environment on OSX 10.9. I installed ghc (7.8.3) and cabal (1.20.0.3) using homebrew. I then grabbed the requirements using the...
Here's previous discussion #190 I failed to solve this in some suitable way, because some definition a very hard to parse with regexes
Multi-line type declarations are not highlighted like single-line ones: ``` myFunction :: ... -> ... ```
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) --
With the Haskell Platform 2014 coming (HP-2014.2.0.0 RC2 was just published this week), people will be using GHC 7.8 more soon. One of the new features being added is the...
Is it possible to implement something like this? https://github.com/haskell/haskell-mode/blob/5a3a9966bc810da2b5988ac819b8f734b6ae9aa9/haskell-process.el#L1307 Original idea from: https://github.com/chrisdone/ghci-reload-demo
https://github.com/chrisdone/haskell-docs/issues/2 We should probably make use of that.
http://hackage.haskell.org/package/ghc-imported-from This might be a useful addition.
I really like this plugin, but every time I start up sublime everything slows to a crawl because it's doing all this work to load info for cabal - even...