summaryrefslogtreecommitdiff
path: root/pygments/lexers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use autodoc for pygments.lexersJean Abou Samra2023-03-301-25/+42
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Revert "Remove filename pattern caches (#2153)" (#2328)Dirk Mueller2023-01-311-5/+16
* all: style fixesGeorg Brandl2022-10-271-1/+0
* Remove filename pattern caches (#2153)Jean Abou-Samra2022-06-041-15/+5
* Add a "plugins" argument to get_all_lexersGeorg Brandl2022-01-251-3/+7
* Happy new year.Georg Brandl2022-01-251-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-2/+1
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: use yield from (#1537)Georg Brandl2020-09-061-2/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-9/+9
* use IOError reason in error messageGeorg Brandl2019-11-291-2/+2
* Make Python3* lexers importable from "pygments.lexers" without begin in the m...Georg Brandl2019-11-241-1/+7
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Properly decode text in guess_lexer if necessary.Georg Brandl2019-05-281-1/+8
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-1/+2
* -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-221-4/+6
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-221-4/+4
|\
| * Housekeeping.Georg Brandl2017-01-221-1/+1
| * Merged in roskakori/pygments-find-lexer (pull request #669)Georg Brandl2017-01-221-1/+1
| |\
| | * Copyright update.Georg Brandl2017-01-221-1/+1
| | * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+295
| * Changed find_lexer_class_for_filename() to use the lexer name as secondary cr...Thomas Aglassinger2016-10-011-2/+2
* | Add load_from_file functions to __all__ in lexers and formattersTanner Prynn2016-02-291-1/+1
* | Use exec instead of imp.load_sourceTanner Prynn2016-02-261-9/+7
* | Update pull request per comments by birkenfeld.Tanner Prynn2016-02-241-10/+23
* | Add additional command line option to prevent users from using eval() on untr...Tanner Prynn2016-02-221-1/+8
* | add basic CLI support for custom lexers/formattersTanner Prynn2016-02-221-0/+14
|/
* Added `lexers.find_lexer_class_by_name()` (closes #1203)Georg Brandl2016-02-021-0/+22
* merge default into stableGeorg Brandl2016-01-171-0/+273