summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-143-7/+7
* Add back VCL snippet lexer analyse_text.Georg Brandl2016-02-141-0/+4
* Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-142-21/+17
* Merged in Carreau/pygments-main/256ansi (pull request #531)Georg Brandl2016-02-142-6/+75
|\
| * Takes various comments into account.Matthias Bussonnier2016-02-141-27/+21
| * Update to leave compatibility for other formatters.Matthias Bussonnier2016-02-123-28/+65
| * Handle some `#ansi*` in HtmlFormatterMatthias Bussonnier2016-02-081-2/+19
| * Add documentation on non-extended foreground color for Terminal256 stylesMatthias Bussonnier2016-02-072-1/+8
| * Revert unintentional change to copyrightMatthias Bussonnier2015-12-211-1/+1
| * merge with originMatthias Bussonnier2015-12-182-2/+16
| |\
| | * Allow ansi escape sequence as color formatMatthias Bussonnier2015-11-042-2/+16
* | | Revert rst lexer part of last commit. Apparently the re module of 2.7.3 has ...Georg Brandl2016-02-141-2/+2
* | | Fix most complaints from regexlint.Georg Brandl2016-02-1435-445/+479
* | | some pep8 fixupsGeorg Brandl2016-02-148-46/+47
* | | merge with stableGeorg Brandl2016-02-1421-349/+1016
|\ \ \
| * | | Varnish: style nits, make analyse_text fasterGeorg Brandl2016-02-141-57/+81
| * | | Merged birkenfeld/pygments-main into defaultKristian Lyngstol2016-02-128-34/+56
| |\ \ \
| | * | | String prefixes and dollar-quoted string delimiters lexing in Postgresql. Als...Miikka Salminen2016-02-081-10/+25
| | * | | Parentheses are now lexed as part of the delimiter in C++ raw strings.Miikka Salminen2016-02-081-3/+3
| | * | | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-067-24/+31
| * | | | Varnish Lexer: Simplify and use machine-generated tokensKristian Lyngstol2016-02-112-56/+22
| * | | | Varnish lexer: Once again, improve precisionKristian Lyngstol2016-02-101-17/+10
| * | | | Varnish Lexer: Also support fractions of secondsKristian Lyngstol2016-02-091-2/+2
| * | | | Varnish Lexer: (Presumably) complete language supportKristian Lyngstol2016-02-091-24/+26
| * | | | Varnish Lexer: Improve precision based on feedbackKristian Lyngstol2016-02-091-3/+3
| * | | | Varnish Lexer: Add analyse_text()Kristian Lyngstol2016-02-091-1/+15
| * | | | Varnihs Lexer: Add various missing tokensKristian Lyngstol2016-02-081-6/+17
| * | | | Varnish Lexer: Improve accuracyKristian Lyngstol2016-02-081-19/+26
| * | | | Varnish: Tweak stringsKristian Lyngstol2016-02-081-2/+1
| * | | | Varnish VCL: Use character class instead for timeKristian Lyngstol2016-02-081-1/+1
| * | | | Varnish lexer: Incorporate review feedbackKristian Lyngstol2016-02-081-21/+18
| * | | | Add Varnish lexers, VCL and snippetsKristian Lyngstol2016-02-082-0/+175
| |/ / /
| * | | mergeGeorg Brandl2016-02-034-6/+97
| |\ \ \
| | * | | Changed the lexing of PHP magic variables to constants.Miikka Salminen2016-02-031-3/+3
| | * | | Adds an entry to changelog. Adds magic method and variable lexing for PHP alo...Miikka Salminen2016-02-031-5/+25
| | * | | Merged birkenfeld/pygments-main into defaultMiikka Salminen2016-02-033-1/+72
| | |\ \ \
| | | * \ \ Merged birkenfeld/pygments-main into defaultMiikka Salminen2016-01-203-1/+72
| | | |\ \ \
| | | | * | | Added support and documentation for magic method and variable tokens. ReflectedMiikka Salminen2015-10-233-1/+72
| * | | | | | merge with stableGeorg Brandl2016-02-033-5/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fixed statefulness of HttpLexer between get_tokens callsGeorg Brandl2016-02-021-0/+5
| * | | | | | Remove typescript analyser function again.Georg Brandl2016-02-021-4/+0
| * | | | | | merge with stableGeorg Brandl2016-02-0212-308/+678
| |\ \ \ \ \ \
| | * | | | | | Add lexer for TypoScript (#closes 1173)Georg Brandl2016-02-023-0/+232
| | * | | | | | Add AMPL lexer, by Benoit Vinot.Georg Brandl2016-02-022-0/+83
| | * | | | | | merge with stableGeorg Brandl2016-02-029-21/+42
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ mergeGeorg Brandl2016-02-021-1/+23
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merged in PHO/pygments-main (pull request #547)Georg Brandl2016-02-027-329/+344
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Erlang lexer: Support map expressions introduced in Erlang/OTP 17PHO2016-01-251-0/+15
| | | * | | | | | | | Erlang lexer: Support escript shebangPHO2016-01-251-0/+3
| | | * | | | | | | | Erlang lexer: Support more escape sequencesPHO2016-01-251-1/+5
| | | | |_|_|/ / / / | | | |/| | | | | |