Latex minted: Source Code Highlighting without defining listings
You can also use the latex minted package for pretty formatting.
However it requires calling out to a python script, so you need to compile
with latexmk -pdf -shell-escape file.tex, and install the python-pygments package.