Skip to content

Instantly share code, notes, and snippets.

@manpages
Created May 12, 2013 12:28
Show Gist options
  • Save manpages/5563388 to your computer and use it in GitHub Desktop.
Save manpages/5563388 to your computer and use it in GitHub Desktop.
Elixir syntax highlighting bug at Github
defmodlue HiglhightBug do
def omai do
[ foo: %w(bar baz),
bar: true ]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment