summaryrefslogtreecommitdiff
path: root/pygments/lexers/diff.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Add wdiff to authors/changes.Georg Brandl2016-02-171-3/+3
|
* See `#1164 ↵hhsprings2015-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23138389>`_. Before: 28807 bytes, 118.3000 [ms] / 0.004107 [ms/byte] 30964 bytes, 130.4700 [ms] / 0.004214 [ms/byte] 159 bytes, 1.2000 [ms] / 0.007547 [ms/byte] 28807 bytes, 117.6800 [ms] / 0.004085 [ms/byte] 30964 bytes, 124.3500 [ms] / 0.004016 [ms/byte] 159 bytes, 0.9500 [ms] / 0.005975 [ms/byte] 28807 bytes, 123.9600 [ms] / 0.004303 [ms/byte] 30964 bytes, 124.1700 [ms] / 0.004010 [ms/byte] 159 bytes, 1.3200 [ms] / 0.008302 [ms/byte] After: 28807 bytes, 11.3200 [ms] / 0.000393 [ms/byte] 30964 bytes, 21.6200 [ms] / 0.000698 [ms/byte] 159 bytes, 0.3400 [ms] / 0.002138 [ms/byte] 28807 bytes, 15.8100 [ms] / 0.000549 [ms/byte] 30964 bytes, 21.6800 [ms] / 0.000700 [ms/byte] 159 bytes, 0.4100 [ms] / 0.002579 [ms/byte] 28807 bytes, 11.4300 [ms] / 0.000397 [ms/byte] 30964 bytes, 15.3000 [ms] / 0.000494 [ms/byte] 159 bytes, 0.3900 [ms] / 0.002453 [ms/byte] About x10 faster...
* Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output.hhsprings2015-11-041-1/+56
| | | | (issue `#960 <https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff>`_)
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-2/+2
| | | | regexes
* split up text lexersGeorg Brandl2014-09-191-0/+106