summaryrefslogtreecommitdiff
path: root/pygments/regexopt.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in default grouping in regexopt when the words are all the same ↵Tim Hatch2016-06-011-1/+1
| | | | | | length. Fixes #1229
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* regexopt: return the uncompiled regex.Georg Brandl2014-09-201-3/+2
|
* Add module to optimize regexes that consist of a long |-separated list of ↵Georg Brandl2014-09-161-0/+93
literals.