def erlang(code): return pygments.highlight(code, lexers.ErlangLexer(), formatters.TerminalFormatter())