Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -5/+5 |
| | | | | Also, raise on warnings from Pygments only. | ||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Fixed statefulness of HttpLexer between get_tokens calls | Georg Brandl | 2016-02-02 | 1 | -0/+5 |
| | |||||
* | merge with stable | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
|\ | |||||
| * | Add msgctxt keyword to Gettext PO lexer | Michal ?iha? | 2014-11-13 | 1 | -1/+1 |
| | | |||||
* | | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | | |||||
* | | Fix highlighting of certain IRC logs formats (closes #1076). | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
|/ | |||||
* | add a analyse_text to the http lexer | Georg Brandl | 2014-10-21 | 1 | -0/+4 |
| | |||||
* | HttpLexer: Use \Z explicitly for end of file. | Tim Hatch | 2014-10-15 | 1 | -4/+4 |
| | |||||
* | Clarify mimetype handling in HttpLexer, add test. | Tim Hatch | 2014-10-10 | 1 | -18/+17 |
| | |||||
* | Also checks mediatype suffix for lexer in HttpLexer | Andrew Balmos | 2014-10-09 | 1 | -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 lexer | Georg Brandl | 2014-10-07 | 1 | -2/+4 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -0/+277 |