summaryrefslogtreecommitdiff
path: root/pygments/lexers/graphics.py
Commit message (Expand)AuthorAgeFilesLines
* More fixes thanks to regexlint.Georg Brandl2014-10-161-2/+2
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-4/+6
* Curly brace escaping, round 2.Tim Hatch2014-10-151-1/+1
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* Povray: add strings, all directives.Georg Brandl2014-10-071-4/+6
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1/+1
* reorganization of other.py, part 1Georg Brandl2014-09-191-4/+480
* split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-161-0/+73