summaryrefslogtreecommitdiff
path: root/pygments/lexers/markup.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+5
|\
| * Markdown: add support for reference-style linksColin Watson2018-02-221-0/+5
* | Fix issue with markdown lexer code fencesFredrik Larsen2017-11-101-4/+3
|/
* 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
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-4/+3
* Add Mozilla preprocessor lexers.Tim Hatch2014-10-101-4/+126
* 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