summaryrefslogtreecommitdiff
path: root/pygments/lexers/rdf.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-301-0/+7
|\
| * Support the Tera Term macro languageKurt McKee2018-01-281-0/+7
* | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-4/+4
|/
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fix most complaints from regexlint.Georg Brandl2016-02-141-6/+4
* Backout 10520a0c4913 - this breaks Jython.Georg Brandl2016-02-021-29/+42
* More style and markup fixes.Georg Brandl2015-10-171-4/+8
* Merged in ckristo/pygments-main/sparql-fix (pull request #491)Tim Hatch2015-10-141-23/+85
|\
| * Unicode escape sequences for strings.Christoph Kindl2015-08-251-3/+4
| * Fixed terminal production PN_CHARS_BASE to work with Python 2.7.Christoph Kindl2015-08-241-39/+26
| * Several fixes for problems (pointed out by @dscorbett).Christoph Kindl2015-08-241-4/+2
| * Rewritten a lot of rules based on the SPARQL 1.1 spec.Christoph Kindl2015-08-241-16/+93
| * Fixed several other shortcomings of the SPARQL grammar.Christoph Kindl2015-08-221-17/+13
| * Further fixes and improvements (pointed out by dscorbett).Christoph Kindl2015-08-221-6/+9
| * Added missing operators.Christoph Kindl2015-08-221-1/+1
| * Corrected regex syntax for IRI parsing.Christoph Kindl2015-08-211-1/+1
| * Fix SPARQL lexer grammar.Christoph Kindl2015-08-211-4/+4
* | Cleanups in preparation for 2.1 release.Tim Hatch2015-10-141-1/+1
* | Merged in danmichaelo/pygments-main (pull request #425)Tim Hatch2015-10-131-1/+1
|\ \ | |/
| * Copyright year update.Georg Brandl2015-01-211-1/+1
* | Add TurtleLexerDan Michael O. Hegg?2014-12-071-2/+96
|/
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-4/+4
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-2/+2
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-2/+3
* Fixes for SPARQL lexerTim Hatch2014-04-141-10/+22
* Added preamble to pygments.lexers.rdf and me to AUTHORS.Alexander Dutton2012-06-061-0/+10
* Added support for lexing SPARQL queries.Alexander Dutton2012-06-061-0/+76