def javascript(code): return pygments.highlight(code, lexers.JavascriptLexer(), formatters.TerminalFormatter())