...

Text file src/github.com/alecthomas/chroma/lexers/testdata/elixir.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1defmodule Test do
     2  defmodule Formatter do
     3    defstruct [:name]
     4  end
     5
     6  def hello(name \\ "chroma") do
     7    case name do
     8      "chroma" -> IO.puts("Hello, CHROMA!!")
     9      other -> raise "no others please"
    10    end
    11  end
    12end

View as plain text