Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -213/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -1/+1 |
| | | | | Also, raise on warnings from Pygments only. | ||||
* | More housekeeping and missed additions to CHANGES. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | JSGF: add to CHANGES, add versionadded | Georg Brandl | 2016-02-17 | 1 | -1/+2 |
| | |||||
* | Add a lexer for JSGF | David Corbett | 2016-01-24 | 1 | -4/+85 |
| | |||||
* | Sorry... | hhsprings | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Fix regarding to Tim's review except `can you confirm that range and concat ↵ | hhsprings | 2015-11-09 | 1 | -16/+10 |
| | | | | can't be used together in the same literal?'. | ||||
* | See `#1164 ↵ | hhsprings | 2015-11-07 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23138389>`_. Before: 810 bytes, 4.6200 [ms] / 0.005704 [ms/byte] 156 bytes, 1.1100 [ms] / 0.007115 [ms/byte] 580 bytes, 2.1100 [ms] / 0.003638 [ms/byte] 810 bytes, 4.5600 [ms] / 0.005630 [ms/byte] 156 bytes, 0.7300 [ms] / 0.004679 [ms/byte] 580 bytes, 1.5600 [ms] / 0.002690 [ms/byte] 810 bytes, 3.5000 [ms] / 0.004321 [ms/byte] 156 bytes, 0.6800 [ms] / 0.004359 [ms/byte] 580 bytes, 1.1900 [ms] / 0.002052 [ms/byte] After: 810 bytes, 1.9700 [ms] / 0.002432 [ms/byte] 156 bytes, 0.4300 [ms] / 0.002756 [ms/byte] 580 bytes, 0.7300 [ms] / 0.001259 [ms/byte] 810 bytes, 1.9400 [ms] / 0.002395 [ms/byte] 156 bytes, 0.4500 [ms] / 0.002885 [ms/byte] 580 bytes, 0.6700 [ms] / 0.001155 [ms/byte] 810 bytes, 1.9300 [ms] / 0.002383 [ms/byte] 156 bytes, 0.4600 [ms] / 0.002949 [ms/byte] 580 bytes, 0.6700 [ms] / 0.001155 [ms/byte] | ||||
* | fix japanglish... | hhsprings | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Correct docstring of module. | Hiroaki Itoh | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Add the lexer for original BNF. | hhsprings | 2015-11-05 | 1 | -7/+50 |
| | |||||
* | Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>. | hhsprings | 2015-11-05 | 1 | -0/+96 |