Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 1 | # Install using: |
2 | # | ||||
3 | # pip install pygments | ||||
4 | # | ||||
5 | # built in styles: ['monokai', 'manni', 'rrt', 'perldoc', 'borland', 'colorful', | ||||
6 | # 'default', 'murphy', 'vs', 'trac', 'tango', 'fruity', 'autumn', 'bw', 'emacs', | ||||
7 | # 'vim', 'pastie', 'friendly', 'native'] | ||||
8 | |||||
9 | STYLE = default | ||||
10 | |||||
11 | pygments: | ||||
12 | pygmentize -S ${STYLE} -f html > ./static/css/pygments.css |