language-haskell
language-haskell copied to clipboard
Haskell language support for Atom
I often use quasiquoters for things like JSON, SQL queries, JavaScript code, etc. It would be great if there was a way to configure quasiquoters with specific names to syntax...
The long and short of it:  Originally reported by @domenkozar v1.17.4 is released as a quick-fix, but the underlying issue is the conflict with language-hyperlink See also: https://github.com/atom/language-hyperlink/issues/22
I have some type signatures laid out as ``` function :: Type1 -> Type2 function = undefined ``` and the highlighting here seems to be incorrect. The function name is...
The literate haskell syntax highlighting on github, does not work for files using the [markdown-unlit](https://hackage.haskell.org/package/markdown-unlit) syntax. The bulk of the file should be parsed as markdown, except anything between one...
I'll be great to have such highlighting and it'll help debugging. I mean files that are generated with -ddump-simpl and -ddump-stg GHC flags.