I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the verbatim block to write code:
\\begin{verbatim}
I mostly use lstlistings in papers, but for coloured output (for slides) I use pygments instead.