summaryrefslogtreecommitdiff
path: root/pygments/lexers/markup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+5
|\ | | | | | | Markdown: add support for reference-style links
| * Markdown: add support for reference-style linksColin Watson2018-02-221-0/+5
| |
* | Fix issue with markdown lexer code fencesFredrik Larsen2017-11-101-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 Brandl2017-01-221-1/+1
|
* added github flavoured markdown parserKurt Neufeld2016-06-021-1/+94
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-1/+2
|
* Curly brace escaping, round 1.Tim Hatch2014-10-151-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 Brandl2014-10-151-4/+3
| | | | regexes
* Add Mozilla preprocessor lexers.Tim Hatch2014-10-101-4/+126
| | | | Replaces PR #239
* TeX: accept backslash before newlineGeorg Brandl2014-10-071-0/+1
|
* split up web lexersGeorg Brandl2014-09-191-1/+1
|
* split up text lexersGeorg Brandl2014-09-191-0/+379