pygments syntax highlighting for igor

I just posted a Pygments lexer for Igor code and thought others might find it useful. Get it here: https://github.com/yamad/igor-pygments-lexer . It is not extensively tested and feedback is welcome.

Pygments (http://pygments.org/) is a configurable, extensible, syntax highlighting engine that is used as the backend highlighter for a large number of applications. The lexer for Igor adds support for Igor code in any situation in which pygments can be used. My two main use cases are with the 1) Sphinx documentation system (http://sphinx.pocoo.org/) and 2) Gitweb. The integration with the documentation system is particularly useful because I can get nicely highlighted HTML and PDF documents.

It appears that WaveMetrics run pygments for syntax highlighting the svn repo code on this site. I discovered this after I wrote mine.