summaryrefslogtreecommitdiff
path: root/pygments/lexers/data.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Robustify json-object against unexpected '}'Tim Hatch2016-05-311-1/+5
* Add a new lexer that assumes json object is already open.Tim Hatch2016-05-311-2/+23
* Fixes two issues: Allows special characters in tag names (but not in named ta...Erik M. Bray2016-04-141-3/+3
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-15/+15
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-4/+4
* Add JSON-LD Lexer.Tim Hatch2014-10-081-2/+23
* split up web lexersGeorg Brandl2014-09-191-2/+84
* split up text lexersGeorg Brandl2014-09-191-0/+427