memo

2011-01-25

pygments で対応している言語の一覧を表示する

python -c 'import pprint, pygments.lexers; pprint.pprint(list(pygments.lexers.get_all_lexers()))'