summaryrefslogtreecommitdiffstatshomepage
path: root/filters/syntax-highlighting.py (follow)
Commit message (Collapse)AuthorAgeLines
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-08-0/+1
| | | | | | | Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
* filters: import more modern scriptsJason A. Donenfeld2013-05-27-0/+38
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>