Skip to content

Integrate with GitHub #10

@jonatanklosko

Description

@jonatanklosko

It would be great to integrate this grammar for GitHub highlighting. Note that this grammar is not likely to be used in files, but it would be useful for highlighting Markdown snippets, like this:

We first compute square of the numbers:

```iex
iex> list = Enum.map([1, 2, 3], fn x -> x * x end)
[1, 4, 9]
```

And that's how we would sum them up:

```iex
iex> Enum.sum(list)
14
```

@patrickt please let us know if you're open to integrating more specific grammars like this one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions