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

Literate Haskell grammar (markdown-unlit variant) #105

@dbaynard

Description

@dbaynard

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions