You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
@patrickt please let us know if you're open to integrating more specific grammars like this one.
The text was updated successfully, but these errors were encountered: