Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with GitHub #10

Open
jonatanklosko opened this issue Jan 25, 2022 · 0 comments
Open

Integrate with GitHub #10

jonatanklosko opened this issue Jan 25, 2022 · 0 comments

Comments

@jonatanklosko
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant