Generic syntax highlighter written in Python for code snippets
Generic syntax highlighter
pygmentize
$ pygmentize -f terminal256 script.py
$ pygmentize -f html -o output.html source.py
$ pygmentize -l javascript -f bbcode script.js