summaryrefslogtreecommitdiff
path: root/pygments/lexers/grammar_notation.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-213/+0
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-1/+1
| | | | Also, raise on warnings from Pygments only.
* More housekeeping and missed additions to CHANGES.Georg Brandl2017-01-221-1/+1
|
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* JSGF: add to CHANGES, add versionaddedGeorg Brandl2016-02-171-1/+2
|
* Add a lexer for JSGFDavid Corbett2016-01-241-4/+85
|
* Sorry...hhsprings2015-11-101-1/+1
|
* Fix regarding to Tim's review except `can you confirm that range and concat ↵hhsprings2015-11-091-16/+10
| | | | can't be used together in the same literal?'.
* See `#1164 ↵hhsprings2015-11-071-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...hhsprings2015-11-061-1/+1
|
* Correct docstring of module.Hiroaki Itoh2015-11-061-1/+1
|
* Add the lexer for original BNF.hhsprings2015-11-051-7/+50
|
* Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>.hhsprings2015-11-051-0/+96