summaryrefslogtreecommitdiff
path: root/pygments/lexers/data.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | YAML: Fix recognition of Non-Specific Tag
| * Improving lexing of YAML mappings.Felix Fontein2018-05-191-0/+6
| |
* | YAML: Recognize non-specific tag `!`Rene? Schwaiger2017-06-161-1/+1
| | | | | | | | | | Before this change Pygments would incorrectly mark the non-specific tag as error token.
* | 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 #884
* Fixes two issues: Allows special characters in tag names (but not in named ↵Erik M. Bray2016-04-141-3/+3
| | | | tag handles, which are still just limited to [\w-]). Also allows the # character in tag names, which technically should be allowed. Adds a regression test which previously caused an error due to the foo/bar tag being parsed as just foo, resulting an in rest of the line being parsed as an invalid scalar.
* 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
| | | | regexes
* Add JSON-LD Lexer.Tim Hatch2014-10-081-2/+23
| | | | Adapted from PR 289.
* split up web lexersGeorg Brandl2014-09-191-2/+84
|
* split up text lexersGeorg Brandl2014-09-191-0/+427