1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Ensure elixir is the syntax highlighted language

This commit is contained in:
jbranchaud
2016-07-02 16:40:16 -05:00
parent 338e6abc21
commit 27e2438deb

View File

@@ -7,7 +7,7 @@ different behaviors.
Here is an example of how you might use this:
```ex
```elixir
> handle_result = fn
{:ok, result} -> IO.puts "The result is #{result}"
:error -> IO.puts "Error: couldn't find anything"