summaryrefslogtreecommitdiff
path: root/pygments/lexers/textfmts.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-5/+5
| | | | Also, raise on warnings from Pygments only.
* 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
| | | | | | | | | | | | | | | | | The HttpLexer will highlight the body if the Content-Type header is set to a mediatype that pygments understands. However, some mediatypes have a custom subtype but a standard and known suffix. Therefore, pygments should highlight body by the exact media type first and then by the suffix if there was no match. For example: application/vnd.custom+json currently does not result in the body being highlighted even though pygments is capable application/json
* 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