summaryrefslogtreecommitdiff
path: root/pygments/lexers/markup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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