summaryrefslogtreecommitdiff
path: root/pygments/lexers/textfmts.py
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fixed statefulness of HttpLexer between get_tokens callsGeorg Brandl2016-02-021-0/+5
* merge with stableGeorg Brandl2015-01-211-1/+1
|\
| * Add msgctxt keyword to Gettext PO lexerMichal ?iha?2014-11-131-1/+1
* | Copyright year update.Georg Brandl2015-01-211-1/+1
* | Fix highlighting of certain IRC logs formats (closes #1076).Georg Brandl2015-01-211-1/+1
|/
* add a analyse_text to the http lexerGeorg Brandl2014-10-211-0/+4
* HttpLexer: Use \Z explicitly for end of file.Tim Hatch2014-10-151-4/+4
* Clarify mimetype handling in HttpLexer, add test.Tim Hatch2014-10-101-18/+17
* Also checks mediatype suffix for lexer in HttpLexerAndrew Balmos2014-10-091-0/+10
* Closes #982: fix pathological matching behavior for timestamps in IRC logs lexerGeorg Brandl2014-10-071-2/+4
* split up text lexersGeorg Brandl2014-09-191-0/+277