summaryrefslogtreecommitdiff
path: root/pygments/lexers/webmisc.py
Commit message (Expand)AuthorAgeFilesLines
* Merge heads.Georg Brandl2018-11-281-5/+5
|\
| * Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-5/+5
* | Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-1/+2
|/
* Housekeeping.Georg Brandl2017-01-221-10/+19
* Copyright update.Georg Brandl2017-01-221-1/+1
* Merged in jiyinyiyong/pygments-main (pull request #526)Georg Brandl2016-01-161-14/+37
|\
| * Improvements to XQuery lexer for compatibility with 3.0/3.1 syntax, via Prisc...Sanders Kleinfeld2015-12-021-14/+37
* | Cirru update, on dollar in variablesjiyinyiyong2015-11-241-7/+8
|/
* Merge with adamretter/pygments-main (pull request #418)Tim Hatch2015-10-141-19/+54
|\
| * Bugfix to allow whitespace between the start of a pragma and it's QNameAdam Retter2014-11-231-2/+2
| * Basic support for eXist's dialect of XQuery Update FacilityAdam Retter2014-11-231-1/+9
| * Improvements to XQuery variable tokenizationAdam Retter2014-11-101-3/+3
| * Improve XQuery highlighting of declare statementsAdam Retter2014-11-101-15/+15
| * Add XQuery 3.0 Higher Order FunctionsAdam Retter2014-11-101-1/+7
| * Add XQuery 3.0 Annotations for functions and allow parameters to annotationsAdam Retter2014-11-101-2/+11
| * Add XQuery 3.0 Annotations for variablesAdam Retter2014-11-101-0/+6
| * Add XQuery 3.0 Group By ExpressionAdam Retter2014-11-101-1/+2
| * Add XQuery 3.0 Switch ExpressionAdam Retter2014-11-101-0/+5
| * Add XQuery 3.0 Simple Map OperatorAdam Retter2014-11-101-1/+1
* | Add support for highlighting Qbs files.Jake Petroules2015-06-051-3/+3
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+2
* cirru: fix looping behaviorGeorg Brandl2014-11-061-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-15/+16
* update Cirru tests and rulesjiyinyiyong2014-11-041-12/+8
* More fixes thanks to regexlint.Georg Brandl2014-10-161-1/+1
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-1/+1
* Curly brace escaping, round 2.Tim Hatch2014-10-151-1/+1
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-1/+1
* XQuery: add || operator.Georg Brandl2014-10-071-2/+2
* add missing versionadded markers, and all new lexers to changelog.Georg Brandl2014-09-201-0/+2
* split up web lexersGeorg Brandl2014-09-191-0/+920