summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing branch add-wdiff-lexer.add-wdiff-lexerGeorg Brandl2016-02-170-0/+0
* Merged default into add-wdiff-lexerHiroaki Itoh2016-02-165-1/+1560
|\
| * Merged default into add-wdiff-lexerHiroaki Itoh2016-02-0339-417/+2861
| |\
| * \ Merged default into add-wdiff-lexerHiroaki Itoh2016-01-195-1/+1560
| |\ \
| | * \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-155-1/+1560
| | |\ \
| | | * \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-125-1/+1560
| | | |\ \
| | | | * \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-108-1/+363
| | | | |\ \
| | | | * \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-104-2/+2883
| | | | |\ \ \
| | | | * \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-095-1/+1560
| | | | |\ \ \ \
| | | | | * | | | fix typo.Hiroaki Itoh2015-11-081-1/+1
| | | | | * | | | See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter...hhsprings2015-11-071-0/+4
| | | | | * | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output.hhsprings2015-11-045-1/+1556
* | | | | | | | | mergeGeorg Brandl2016-02-154-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-144-8/+8
* | | | | | | | | | Elaborate on source code dir.Georg Brandl2016-02-151-1/+3
* | | | | | | | | | Add a few more introductory words to lexerdev.Georg Brandl2016-02-151-4/+10
|/ / / / / / / / /
* | | | | | | | | 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-147-131/+84
* | | | | | | | | Merged in Carreau/pygments-main/256ansi (pull request #531)Georg Brandl2016-02-145-9/+232
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Finish backporting assertLess and assertInMatthias Bussonnier2016-02-142-2/+22
| * | | | | | | | | Takes various comments into account.Matthias Bussonnier2016-02-143-55/+64
| * | | | | | | | | Add tests for Ansi functionality.Matthias Bussonnier2016-02-122-11/+71
| * | | | | | | | | Update to leave compatibility for other formatters.Matthias Bussonnier2016-02-124-45/+96
| * | | | | | | | | Remove rogue byte sequence in documentation.Matthias Bussonnier2016-02-081-1/+1
| * | | | | | | | | Handle some `#ansi*` in HtmlFormatterMatthias Bussonnier2016-02-082-4/+25
| * | | | | | | | | Add documentation on non-extended foreground color for Terminal256 stylesMatthias Bussonnier2016-02-073-2/+50
| * | | | | | | | | 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-1436-350/+3292
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add changelog entry.Georg Brandl2016-02-141-0/+1
| * | | | | | | | | Varnish: style nits, make analyse_text fasterGeorg Brandl2016-02-141-57/+81
| * | | | | | | | | Merged birkenfeld/pygments-main into defaultKristian Lyngstol2016-02-1213-34/+129
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add the additions to CHANGES.Miikka Salminen2016-02-081-3/+3
| | * | | | | | | | | String prefixes and dollar-quoted string delimiters lexing in Postgresql. Als...Miikka Salminen2016-02-082-10/+59
| | * | | | | | | | | 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-0611-24/+70
| * | | | | | | | | | 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-082-6/+26
| * | | | | | | | | | Varnish Lexer: Improve accuracyKristian Lyngstol2016-02-082-19/+40
| * | | | | | | | | | Varnish: Tweak stringsKristian Lyngstol2016-02-081-2/+1
| * | | | | | | | | | Varnish VCL: Use character class instead for timeKristian Lyngstol2016-02-081-1/+1