aboutsummaryrefslogtreecommitdiffstats
path: root/filters/syntax-highlighting.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch1-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>
2013-05-27filters: import more modern scriptsJason A. Donenfeld1-0/+38
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>