Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged in cjwatson/pygments-main (pull request #753) | Anteru | 2019-04-01 | 1 | -0/+5 |
|\ | | | | | | | Markdown: add support for reference-style links | ||||
| * | Markdown: add support for reference-style links | Colin Watson | 2018-02-22 | 1 | -0/+5 |
| | | |||||
* | | Fix issue with markdown lexer code fences | Fredrik Larsen | 2017-11-10 | 1 | -4/+3 |
|/ | | | | | | | Fixes the bug reported in #1389, where the markdown lexer will not issue a token for the closing code fence. Issue: #1389 | ||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | added github flavoured markdown parser | Kurt Neufeld | 2016-06-02 | 1 | -1/+94 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -1/+2 |
| | |||||
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -1/+1 |
| | | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module). | ||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -4/+3 |
| | | | | regexes | ||||
* | Add Mozilla preprocessor lexers. | Tim Hatch | 2014-10-10 | 1 | -4/+126 |
| | | | | Replaces PR #239 | ||||
* | TeX: accept backslash before newline | Georg Brandl | 2014-10-07 | 1 | -0/+1 |
| | |||||
* | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -0/+379 |