This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Description
The literate haskell syntax highlighting on github, does not work for files using the markdown-unlit syntax.
The bulk of the file should be parsed as markdown, except anything between one of
```haskell
~~~haskell
``` { .haskell }
~~~ { .haskell }
and one of
which should be parsed and highlighted as haskell.
Example (and another which uses latex style code blocks).
I'm unfamiliar with the entire process, and don't use atom, but I would quite like to see these lhs files highlighted correctly on github. I'm happy to help, though.