Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | | | | | | | | | | | Add missing keywords and special tokens to DLexer | Nicolas Sicard | 2014-03-06 | 1 | -5/+12 | |
| | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Merged in dietmarw/pygments-main (pull request #312) | Tim Hatch | 2014-04-14 | 1 | -3/+3 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Merged birkenfeld/pygments-main into default | Dietmar Winkler | 2014-04-10 | 1 | -3/+3 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Try grouping dieferently. | Dietmar Winkler | 2014-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Also include the whitespace after the optional "operator" | Dietmar Winkler | 2014-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Try to treat the special operator pre-word. | Dietmar Winkler | 2014-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Removing "operator" from keywords again as this seems to block the class ↵ | Dietmar Winkler | 2014-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highlighting. | |||||
| | | | | | * | | | | | | | | | | | | | Order matters. | Dietmar Winkler | 2014-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Also acknowledge class names after the "operator" keyword. | Dietmar Winkler | 2014-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Move "operator" from operators to keywords. | Dietmar Winkler | 2014-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Adds "operator" to operators list. | Dietmar Winkler | 2014-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Merge with pygments-main | Tim Hatch | 2014-04-14 | 3 | -6/+6 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | fix spelling in new class name | Georg Brandl | 2014-04-14 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | remove "ur" literal which breaks python 3 compat | Georg Brandl | 2014-04-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | merge | Georg Brandl | 2014-04-14 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | | | | Closes #970: fix overly zealous recognition of "as" as an operator. | Georg Brandl | 2014-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | Include examplefile for ClojureScript | Tim Hatch | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | Merged in brodie/pygments (pull request #191) | Tim Hatch | 2014-04-14 | 81 | -1354/+6172 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py | |||||
| | | | | * | | | | | | | | | | | | | | | | | Only include the regular LatexFormatter in __all__ | Tim Hatch | 2014-04-14 | 1 | -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 completness | Tim Hatch | 2014-04-14 | 1 | -20/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | | Merged in redcat9/pygments-main (pull request #304) | Tim Hatch | 2014-04-14 | 9 | -14/+247 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / | ||||||
| | | | | | * | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #306) | Tim Hatch | 2014-04-14 | 1 | -2/+2 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Fix code formatting | Gaurav Jain | 2014-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Use correct RegEx expression for whitespace | Gaurav Jain | 2014-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Fixed previous commit to match whitespace seperately from variable name | Gaurav Jain | 2014-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Allow whitespace between type and name in method signature | Gaurav Jain | 2014-03-22 | 1 | -1/+1 | |
| | | | | | | | |_|_|_|_|/ / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | | | | Merged in fingolfin/pygments-main (pull request #311) | Tim Hatch | 2014-04-14 | 2 | -1/+52 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Set version for GAP lexer | Tim Hatch | 2014-04-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Add missing GAP keywords | Max Horn | 2014-04-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Fix indention | Max Horn | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Put author attribution into AUTHORS file | Max Horn | 2014-04-14 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | Add basic lexer for GAP, a mathematical programming language. | Max Horn | 2014-04-05 | 2 | -1/+49 | |
| | | | | | | | |_|/ / / / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | | | | Merged in protz/pygments-main (pull request #230) | Tim Hatch | 2014-04-14 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified to use simpler checks for string length. | |||||
| | | | | | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'pr230/master' | Tim Hatch | 2014-04-14 | 3 | -4/+100 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / / / / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/formatters/latex.py | |||||
| | | | | | | * | | | | | | | | | | | | | | | Update the patch from #493 to work with tip. | Jonathan Protzenko | 2013-08-21 | 3 | -3/+97 | |
| | | | | | | | |_|_|_|_|_|/ / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | | | Fix awk lexer. Add "else" keyword and fix recognition of "in" operator. | Makoto Kishimoto | 2014-04-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | Create PigLexer. | Unknown | 2014-03-20 | 2 | -1/+52 | |
| | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | Add basic ClojureScript lexer | Brodie Rao | 2013-04-23 | 2 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | improved backtick escape | Yannick Loiseau | 2014-04-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | remove TODO comment | Yannick Loiseau | 2014-04-05 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | correctly deal with docstring and - operator | Yannick Loiseau | 2014-04-05 | 2 | -13/+5 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | change escaped string | Yannick Loiseau | 2014-04-05 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | improved namespaces: match every name with dots | Yannick Loiseau | 2014-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | improved namespaces: match also in use, not only in declaration | Yannick Loiseau | 2014-04-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | add backtick escape | Yannick Loiseau | 2014-04-05 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | correct bug on single quoted string | Yannick Loiseau | 2014-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | add single quoted string: still bugged | Yannick Loiseau | 2014-04-04 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | notes about some bugs in the Golo lexer | Yannick Loiseau | 2014-04-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | import golo lexer | Yannick Loiseau | 2014-03-24 | 2 | -0/+124 | |
| | | | |_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | Merged in skleinfeld/pygments-main (pull request #297) | Georg Brandl | 2014-03-24 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding support for underscores in Java integers. |