summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * | | | | | Provide explanation when a test is skippedJohn Vandenberg2016-09-203-7/+7
| | | | | | | | | | | | |/ / / / | | | | | | | | | | | |/| | | |
| | | | | | | | | | * | | | | | Delay loading pkg_resources until it is needed.Thomas Kluyver2017-01-131-17/+11
| | | | | | | | | | |/ / / / /
| | | | | | | | | * | | | | | Changed find_lexer_class_for_filename() to use the lexer name as secondary cr...Thomas Aglassinger2016-10-011-2/+2
| | | | | | | | | |/ / / / /
| | | | | | | | * | | | | | Insert a missing argument "self"cocoatomo2016-06-141-1/+1
| | | | | | | | | |_|/ / / | | | | | | | | |/| | | |
| | | | | | | * | | | | | Match .dpr files as DelphiKaleb Elwert2016-08-182-2/+2
| | | | | | | | |_|/ / / | | | | | | | |/| | | |
| | | | | | * | | | | | Drop check for ' ' or '(' after a procnameben_albrecht2016-09-161-2/+2
| | | | | | * | | | | | Include $ characters and check for parens|space afterwardsben_albrecht2016-09-161-2/+3
| | | | | | * | | | | | Undo proc identifier regexpben_albrecht2016-09-151-1/+1
| | | | | | * | | | | | Better regex for procedures (no false positives)ben_albrecht2016-09-151-2/+2
| | | | | | * | | | | | Update Chapel lexer to accept proc names starting with non a-z charsben_albrecht2016-09-151-1/+1
| | | | | | | |_|/ / / | | | | | | |/| | | |
| | | | | * | | | | | Fix Perl5 lexer for namespaces/modules. Also see https://github.com/EntropyOr...Zhenyi Zhou2017-01-012-11/+35
| | | | | |/ / / / /
| | | | * | | | | | add 'nginx.conf' to NginxConfLexerEunseokEom2016-06-121-1/+1
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Python 2.6 compatibility fixes and optimization.abremer2016-05-271-2/+2
| | | * | | | | | Added Mac-specific lookup for fonts (fixes #868).abremer2016-05-271-0/+37
| | * | | | | | | simplify Lasso's root state with lookaheadEricFromCanada2016-12-031-8/+3
| | * | | | | | | Lasso: update keywords for 9.3.2, require \b after parameter localEricFromCanada2016-07-132-16/+23
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | remove leftover documentation that I missed in the previous mergeTanner Prynn2016-02-291-2/+0
| * | | | | | | Add load_from_file functions to __all__ in lexers and formattersTanner Prynn2016-02-292-2/+2
| * | | | | | | bring this branch up-to-date with master, and resolve merge conflicts in lexe...Tanner Prynn2016-02-2610-16/+275
| |\ \ \ \ \ \ \
| | * | | | | | | Use exec instead of imp.load_sourceTanner Prynn2016-02-263-235/+18
| | * | | | | | | Update pull request per comments by birkenfeld.Tanner Prynn2016-02-249-86/+140
| | * | | | | | | Add api, command line, etc. documentation for custom lexer/formatter loadingTanner Prynn2016-02-223-4/+54
| | * | | | | | | add tests for custom lexer/formatter loading from fileTanner Prynn2016-02-223-0/+261
| | * | | | | | | Add additional command line option to prevent users from using eval() on untr...Tanner Prynn2016-02-224-10/+78
| | * | | | | | | add basic CLI support for custom lexers/formattersTanner Prynn2016-02-222-11/+53
* | | | | | | | | Use one single line to condition on whether TERM contains 256.Hong Xu2017-01-261-1/+1
* | | | | | | | | When no output file is specified, use the "terminal256" formatter by default ...Hong Xu2016-09-251-1/+6
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merged in josiahschwab/pygments-main/fortran-exponent-letter (pull request #656)Georg Brandl2016-08-191-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add exponent-letter D to Fortran lexerJosiah Schwab2016-08-181-2/+2
| * | | | | | | Created new branch fortran-exponent-letterJosiah Schwab2016-08-190-0/+0
|/ / / / / / /
* | | | | | | Merged in kneufeld/pygments-main (pull request #605)Georg Brandl2016-06-162-1/+5
|\ \ \ \ \ \ \
| * | | | | | | TextLexer has no priority and comes late in alphabet so thereforeKurt Neufeld2016-06-031-0/+3
| * | | | | | | ResourceLexer.analyse_text must return float or NoneKurt Neufeld2016-06-031-1/+2
* | | | | | | | Only += is an operatorCamil Staps2016-06-161-3/+1
* | | | | | | | Fixes #1246Camil Staps2016-06-161-0/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Re-add more comment forms in Properties lexer to unbreak testsTim Hatch2016-06-031-0/+2
* | | | | | | Merged in pull request #595 (cmrx64/pygments-main)Tim Hatch2016-06-0386-1008/+12645
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merged in camilstaps/pygments-main (pull request #598)Tim Hatch2016-06-031-10/+23
| |\ \ \ \ \ \ \
| | * | | | | | | Clean lexer fixes: hierarchical module names; quantified inputs; genericsCamil Staps2016-05-311-10/+23
| * | | | | | | | Merged in jesquik/pygments-main-1243 (pull request #604)Tim Hatch2016-06-0325-886/+2174
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merged in kneufeld/pygments-main (pull request #602)Tim Hatch2016-06-0321-885/+2010
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Fix some unicode-related tests on Python 2.Tim Hatch2016-06-036-818/+820
| | | * | | | | | | Merged in pull request #594 (bicycle1885/pygments-main)Tim Hatch2016-06-021-90/+206
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | fix JuliaLexer and JuliaConsoleLexerKenta Sato2016-05-121-90/+206
| | | * | | | | | | | Merge with -mainTim Hatch2016-06-023-2/+175
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merged in domspad/pygments-main2 (pull request #603)Tim Hatch2016-06-021-1/+64
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | typodomspad2016-06-021-2/+2
| | | | | * | | | | | | | added test for python3 at operatordomspad2016-06-021-1/+64
| | | | * | | | | | | | | python typosdomspad2016-06-021-2/+2
| | | | * | | | | | | | | test for unicode chars in julia`domspad2016-06-021-0/+60
| | | | |/ / / / / / / /