summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | Fix comment re: complete task entry points.Geoffrey Oxberry2014-01-141-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | Add example Todo.txt to-do list file.Geoffrey Oxberry2014-01-141-0/+9
| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | Add lexer for Todo.txt format to-do lists.Geoffrey Oxberry2014-01-132-1/+99
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | add Pawn lexerSergey Marochkin2013-06-193-1/+322
| | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Refactor RQL into the existing SQL lexer file.Jharrod LaFon2014-04-143-47/+33
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Resolves merge conflict from PR#251Jharrod LaFon2014-04-143-0/+80
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | added lexer for rql query language (logilab.org/project/rql)Nicolas Chauvat2013-11-063-0/+80
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Move GoloLexer to jvm.py; add hello world exampleTim Hatch2014-04-143-125/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix an order problem found by regexlint.
| | | * | | | | | | | | | | | | | | | Merged in yloiseau/pygments-main (pull request #309)Tim Hatch2014-04-1418-21/+659
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Correct doc location for fontsize.Tim Hatch2014-04-141-3/+6
| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #305)Tim Hatch2014-04-141-0/+8
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | Support fontsize option for RTF formattingGaurav Jain2014-03-211-0/+8
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Update mapfiles.Tim Hatch2014-04-141-0/+1
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Merged in hell0w0rd/pygments-main (pull request #287)Tim Hatch2014-04-143-1/+98
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/web.py
| | | | | * | | | | | | | | | | | | | | | Add zephir lexer and testGusakov Nikita2014-02-163-1/+93
| | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | Created new branch add-zephir-lexerNikita Gusakov2014-02-160-0/+0
| | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Merged in biozic/pygments-main (pull request #294)Tim Hatch2014-04-141-5/+12
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | 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-142-1/+53
| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | Merged in brodie/pygments (pull request #191)Tim Hatch2014-04-14216-3334/+15237
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1416-14/+367
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / /
| | | | | | * | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #306)Tim Hatch2014-04-142-2/+5
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | | Add function signature to example fileGaurav Jain2014-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters should be correctly identified even with a space between the type and the name.
| | | | | | | * | | | | | | | | | | | | | | | | 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
| | | | | | | | |_|_|_|_|/ / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | Close branch objcobjcGeorg Brandl2014-03-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | Merged in fingolfin/pygments-main (pull request #311)Tim Hatch2014-04-146-1/+141
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | | 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-142-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |