summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | Add missing keywords and special tokens to DLexerNicolas Sicard2014-03-061-5/+12
| | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Merged in dietmarw/pygments-main (pull request #312)Tim Hatch2014-04-141-3/+3
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Merged birkenfeld/pygments-main into defaultDietmar Winkler2014-04-101-3/+3
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Try grouping dieferently.Dietmar Winkler2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Also include the whitespace after the optional "operator"Dietmar Winkler2014-04-101-2/+2
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Try to treat the special operator pre-word.Dietmar Winkler2014-04-101-2/+2
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Removing "operator" from keywords again as this seems to block the class ↵Dietmar Winkler2014-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highlighting.
| | | | | | * | | | | | | | | | | | | Order matters.Dietmar Winkler2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Also acknowledge class names after the "operator" keyword.Dietmar Winkler2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Move "operator" from operators to keywords.Dietmar Winkler2014-04-101-2/+2
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Adds "operator" to operators list.Dietmar Winkler2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Merge with pygments-mainTim Hatch2014-04-143-6/+6
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | fix spelling in new class nameGeorg Brandl2014-04-142-4/+4
| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | remove "ur" literal which breaks python 3 compatGeorg Brandl2014-04-141-2/+2
| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | mergeGeorg Brandl2014-04-141-1/+1
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | Closes #970: fix overly zealous recognition of "as" as an operator.Georg Brandl2014-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | Include examplefile for ClojureScriptTim Hatch2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | Merged in brodie/pygments (pull request #191)Tim Hatch2014-04-1481-1354/+6172
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py
| | | | | * | | | | | | | | | | | | | | | | Only include the regular LatexFormatter in __all__Tim Hatch2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we include the other, the tests will want to instantiate it, and we don't want that. It's only run as a special case in cmdline.py right now.
| | | | | * | | | | | | | | | | | | | | | | Improve Pig lexer formatting and completnessTim Hatch2014-04-141-20/+36
| | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | Merged in redcat9/pygments-main (pull request #304)Tim Hatch2014-04-149-14/+247
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / /
| | | | | | * | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #306)Tim Hatch2014-04-141-2/+2
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | Fix code formattingGaurav Jain2014-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Use correct RegEx expression for whitespaceGaurav Jain2014-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Fixed previous commit to match whitespace seperately from variable nameGaurav Jain2014-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Allow whitespace between type and name in method signatureGaurav Jain2014-03-221-1/+1
| | | | | | | | |_|_|_|_|/ / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | Merged in fingolfin/pygments-main (pull request #311)Tim Hatch2014-04-142-1/+52
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | Set version for GAP lexerTim Hatch2014-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Add missing GAP keywordsMax Horn2014-04-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Fix indentionMax Horn2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Put author attribution into AUTHORS fileMax Horn2014-04-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Add basic lexer for GAP, a mathematical programming language.Max Horn2014-04-052-1/+49
| | | | | | | | |_|/ / / / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | Merged in protz/pygments-main (pull request #230)Tim Hatch2014-04-141-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified to use simpler checks for string length.
| | | | | | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-143-4/+100
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / / / / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/formatters/latex.py
| | | | | | | * | | | | | | | | | | | | | | Update the patch from #493 to work with tip.Jonathan Protzenko2013-08-213-3/+97
| | | | | | | | |_|_|_|_|_|/ / / / / / / / | | | | | | | |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | Fix awk lexer. Add "else" keyword and fix recognition of "in" operator.Makoto Kishimoto2014-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | Create PigLexer.Unknown2014-03-202-1/+52
| | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Add basic ClojureScript lexerBrodie Rao2013-04-232-2/+16
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | improved backtick escapeYannick Loiseau2014-04-051-2/+2
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | remove TODO commentYannick Loiseau2014-04-051-1/+0
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | correctly deal with docstring and - operatorYannick Loiseau2014-04-052-13/+5
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | change escaped stringYannick Loiseau2014-04-051-4/+2
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | improved namespaces: match every name with dotsYannick Loiseau2014-04-051-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | improved namespaces: match also in use, not only in declarationYannick Loiseau2014-04-051-0/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | add backtick escapeYannick Loiseau2014-04-051-7/+8
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | correct bug on single quoted stringYannick Loiseau2014-04-041-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | add single quoted string: still buggedYannick Loiseau2014-04-041-1/+7
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | notes about some bugs in the Golo lexerYannick Loiseau2014-04-041-0/+2
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | import golo lexerYannick Loiseau2014-03-242-0/+124
| | | | |_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merged in skleinfeld/pygments-main (pull request #297)Georg Brandl2014-03-241-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding support for underscores in Java integers.