summaryrefslogtreecommitdiff
path: root/pygments/lexers/graphics.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-4/+4
|
* 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
| | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns.
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-2/+2
| | | | regexes
* 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