summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Varnish lexer: Incorporate review feedbackKristian Lyngstol2016-02-081-21/+18
* | Update AUTHORS with Varnish Lexer authorKristian Lyngstol2016-02-081-0/+1
* | Add Varnish VCL test-fileKristian Lyngstol2016-02-081-0/+164
* | Add Varnish lexers, VCL and snippetsKristian Lyngstol2016-02-082-0/+175
|/
* mergeGeorg Brandl2016-02-037-6/+132
|\
| * Changed the lexing of PHP magic variables to constants.Miikka Salminen2016-02-031-3/+3
| * Moved the changelog entry to the proper section.Miikka Salminen2016-02-031-2/+3
| * Adds an entry to changelog. Adds magic method and variable lexing for PHP alo...Miikka Salminen2016-02-034-9/+55
| * Merged birkenfeld/pygments-main into defaultMiikka Salminen2016-02-034-1/+80
| |\
| | * Merged birkenfeld/pygments-main into defaultMiikka Salminen2016-01-204-1/+80
| | |\
| | | * Added support and documentation for magic method and variable tokens. ReflectedMiikka Salminen2015-10-234-1/+80
* | | | merge with stableGeorg Brandl2016-02-033-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Closes #1207: add back "emacs-lisp" alias for Elisp lexer.Georg Brandl2016-02-032-2/+2
| * | | Closes #1206: add IF and ELSIF to SQL keywords.Georg Brandl2016-02-031-3/+3
| * | | Fixed statefulness of HttpLexer between get_tokens callsGeorg Brandl2016-02-022-0/+6
* | | | Fixed statefulness of HttpLexer between get_tokens callsGeorg Brandl2016-02-022-0/+6
* | | | Remove typescript analyser function again.Georg Brandl2016-02-022-4/+0
* | | | merge with stableGeorg Brandl2016-02-0220-308/+2656
|\ \ \ \ | |/ / / |/| | |
| * | | Add lexer for TypoScript (#closes 1173)Georg Brandl2016-02-027-0/+2166
| * | | Add AMPL lexer, by Benoit Vinot.Georg Brandl2016-02-024-0/+88
| * | | merge with stableGeorg Brandl2016-02-0211-37/+49
| |\ \ \
| * \ \ \ mergeGeorg Brandl2016-02-023-1/+39
| |\ \ \ \
| | * \ \ \ Merged in PHO/pygments-main (pull request #547)Georg Brandl2016-02-029-335/+358
| | |\ \ \ \
| | * | | | | Erlang lexer: Support map expressions introduced in Erlang/OTP 17PHO2016-01-252-0/+19
| | * | | | | Erlang lexer: Support escript shebangPHO2016-01-252-0/+7
| | * | | | | Erlang lexer: Support more escape sequencesPHO2016-01-252-1/+13
| | | |_|/ / | | |/| | |
| * | | | | Document find_lexer_* functions.Georg Brandl2016-02-021-0/+15
| * | | | | Added `lexers.find_lexer_class_by_name()` (closes #1203)Georg Brandl2016-02-022-0/+29
| * | | | | Merge with stable.Georg Brandl2016-02-027-307/+319
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merged in ionelmc/pygments-main/ionelmc/make-universal-wheels-see-httpspackag...Georg Brandl2016-02-021-0/+3
| | |\ \ \ \
| | | * | | | Make universal wheels.Ionel Maries Cristian2015-01-031-0/+3
| | * | | | | Merged in miikkas/pygments-py3strinterpolfix (pull request #544)Georg Brandl2016-02-027-318/+333
| | |\ \ \ \ \
| | | * \ \ \ \ Merged in t-b/pygments-main (pull request #545)Georg Brandl2016-02-026-121/+128
| | | |\ \ \ \ \
| | | | * | | | | Add 'except' and 'only' keywords to Chapel lexer and example program.Lydia Duncan2016-02-012-12/+18