language-haskell icon indicating copy to clipboard operation
language-haskell copied to clipboard

Haskell language support for Atom

Results 5 language-haskell issues
Sort by recently updated
recently updated
newest added

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...

enhancement
wontfix
has-workaround

The long and short of it: ![](https://user-images.githubusercontent.com/7275622/38944007-6f624026-433b-11e8-8417-3aaac75a97e4.png) 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

bug
upstream
fix-released

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...

duplicate
upstream

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...

enhancement
discussion-needed

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.

enhancement
help wanted