summaryrefslogtreecommitdiff
path: root/pygments/lexers/bibtex.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-2/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Fix Bibtex comment/commentary keyword difference (#1899)Sebastian Engel2021-11-061-1/+1
* Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-231-3/+3
* Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-201-1/+1
* uniformize aliases order (#1780)Mestery2021-04-261-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-1/+1
* 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-3/+3
* Housekeeping.Georg Brandl2017-01-221-5/+9
* Fix regexlint warningsAndrey Golovizin2016-03-081-8/+7
* Add BibTeX lexersAndrey Golovizin2016-03-071-0/+157