summaryrefslogtreecommitdiff
path: root/pygments/lexers/data.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Improve YAML mapping lexing: fix problems with quoted colons.Felix Fontein2019-01-121-2/+2
* Merged in sanssecours/pygments-main (pull request #724)Anteru2018-12-131-0/+6
|\
| * Improving lexing of YAML mappings.Felix Fontein2018-05-191-0/+6
* | YAML: Recognize non-specific tag `!`Rene? Schwaiger2017-06-161-1/+1
* | YAML: Fix minor spelling mistakesRene? Schwaiger2017-06-161-2/+2
|/
* 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