| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | * | | | | | | | | | | | Update to leave compatibility for other formatters. | Matthias Bussonnier | 2016-02-12 | 3 | -28/+65 | |
| | | | | * | | | | | | | | | | | Handle some `#ansi*` in HtmlFormatter | Matthias Bussonnier | 2016-02-08 | 1 | -2/+19 | |
| | | | | * | | | | | | | | | | | Add documentation on non-extended foreground color for Terminal256 styles | Matthias Bussonnier | 2016-02-07 | 2 | -1/+8 | |
| | | | | * | | | | | | | | | | | Revert unintentional change to copyright | Matthias Bussonnier | 2015-12-21 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | merge with origin | Matthias Bussonnier | 2015-12-18 | 2 | -2/+16 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | Allow ansi escape sequence as color format | Matthias Bussonnier | 2015-11-04 | 2 | -2/+16 | |
| | | | | | | |_|_|/ / / / / / | | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Revert rst lexer part of last commit. Apparently the re module of 2.7.3 has ... | Georg Brandl | 2016-02-14 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | Fix most complaints from regexlint. | Georg Brandl | 2016-02-14 | 35 | -445/+479 | |
| | | | * | | | | | | | | | | | some pep8 fixups | Georg Brandl | 2016-02-14 | 8 | -46/+47 | |
| | | | * | | | | | | | | | | | merge with stable | Georg Brandl | 2016-02-14 | 21 | -349/+1016 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | Varnish: style nits, make analyse_text faster | Georg Brandl | 2016-02-14 | 1 | -57/+81 | |
| | | | | * | | | | | | | | | | | Merged birkenfeld/pygments-main into default | Kristian Lyngstol | 2016-02-12 | 8 | -34/+56 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | String prefixes and dollar-quoted string delimiters lexing in Postgresql. Als... | Miikka Salminen | 2016-02-08 | 1 | -10/+25 | |
| | | | | | * | | | | | | | | | | | Parentheses are now lexed as part of the delimiter in C++ raw strings. | Miikka Salminen | 2016-02-08 | 1 | -3/+3 | |
| | | | | | * | | | | | | | | | | | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ... | Miikka Salminen | 2016-02-06 | 7 | -24/+31 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: Simplify and use machine-generated tokens | Kristian Lyngstol | 2016-02-11 | 2 | -56/+22 | |
| | | | | * | | | | | | | | | | | | Varnish lexer: Once again, improve precision | Kristian Lyngstol | 2016-02-10 | 1 | -17/+10 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: Also support fractions of seconds | Kristian Lyngstol | 2016-02-09 | 1 | -2/+2 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: (Presumably) complete language support | Kristian Lyngstol | 2016-02-09 | 1 | -24/+26 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: Improve precision based on feedback | Kristian Lyngstol | 2016-02-09 | 1 | -3/+3 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: Add analyse_text() | Kristian Lyngstol | 2016-02-09 | 1 | -1/+15 | |
| | | | | * | | | | | | | | | | | | Varnihs Lexer: Add various missing tokens | Kristian Lyngstol | 2016-02-08 | 1 | -6/+17 | |
| | | | | * | | | | | | | | | | | | Varnish Lexer: Improve accuracy | Kristian Lyngstol | 2016-02-08 | 1 | -19/+26 | |
| | | | | * | | | | | | | | | | | | Varnish: Tweak strings | Kristian Lyngstol | 2016-02-08 | 1 | -2/+1 | |
| | | | | * | | | | | | | | | | | | Varnish VCL: Use character class instead for time | Kristian Lyngstol | 2016-02-08 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | Varnish lexer: Incorporate review feedback | Kristian Lyngstol | 2016-02-08 | 1 | -21/+18 | |
| | | | | * | | | | | | | | | | | | Add Varnish lexers, VCL and snippets | Kristian Lyngstol | 2016-02-08 | 2 | -0/+175 | |
| | | | | |/ / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | Add Flatline lexer | Chee Sing Lee | 2016-02-05 | 2 | -3/+78 | |
| | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | merge | Georg Brandl | 2016-02-03 | 4 | -6/+97 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | Changed the lexing of PHP magic variables to constants. | Miikka Salminen | 2016-02-03 | 1 | -3/+3 | |
| | | | * | | | | | | | | | | | | Adds an entry to changelog. Adds magic method and variable lexing for PHP alo... | Miikka Salminen | 2016-02-03 | 1 | -5/+25 | |
| | | | * | | | | | | | | | | | | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2016-02-03 | 3 | -1/+72 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ \ \ | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2016-01-20 | 3 | -1/+72 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | Added support and documentation for magic method and variable tokens. Reflected | Miikka Salminen | 2015-10-23 | 3 | -1/+72 | |
| | | * | | | | | | | | | | | | | | merge with stable | Georg Brandl | 2016-02-03 | 3 | -5/+5 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | Fixed statefulness of HttpLexer between get_tokens calls | Georg Brandl | 2016-02-02 | 1 | -0/+5 | |
| | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Remove typescript analyser function again. | Georg Brandl | 2016-02-02 | 1 | -4/+0 | |
| | | * | | | | | | | | | | | | | merge with stable | Georg Brandl | 2016-02-02 | 12 | -308/+678 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | Add lexer for TypoScript (#closes 1173) | Georg Brandl | 2016-02-02 | 3 | -0/+232 | |
| | | | * | | | | | | | | | | | | | Add AMPL lexer, by Benoit Vinot. | Georg Brandl | 2016-02-02 | 2 | -0/+83 | |
| | | | * | | | | | | | | | | | | | merge with stable | Georg Brandl | 2016-02-02 | 9 | -21/+42 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge | Georg Brandl | 2016-02-02 | 1 | -1/+23 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged in PHO/pygments-main (pull request #547) | Georg Brandl | 2016-02-02 | 7 | -329/+344 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | Erlang lexer: Support map expressions introduced in Erlang/OTP 17 | PHO | 2016-01-25 | 1 | -0/+15 | |
| | | | | * | | | | | | | | | | | | | | | Erlang lexer: Support escript shebang | PHO | 2016-01-25 | 1 | -0/+3 | |
| | | | | * | | | | | | | | | | | | | | | Erlang lexer: Support more escape sequences | PHO | 2016-01-25 | 1 | -1/+5 | |
| | | | | | |_|_|/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Added `lexers.find_lexer_class_by_name()` (closes #1203) | Georg Brandl | 2016-02-02 | 1 | -0/+22 | |
| | | | * | | | | | | | | | | | | | | | Merge with stable. | Georg Brandl | 2016-02-02 | 6 | -307/+318 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Merged in miikkas/pygments-py3strinterpolfix (pull request #544) | Georg Brandl | 2016-02-02 | 6 | -312/+322 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged in t-b/pygments-main (pull request #545) | Georg Brandl | 2016-02-02 | 5 | -115/+117 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
