summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | latex envname: add changelog entryGeorg Brandl2014-10-081-0/+3
| * | Merged in protz/pygments-main/add-envname (pull request #235)Georg Brandl2014-10-08356-28847/+55395
| |\ \
| | * | Refine streaming mode a bit:Georg Brandl2014-10-083-7/+28
| | * | Merged in __russ__/pygments-main (pull request #165)Georg Brandl2014-10-08376-29311/+61673
| | |\ \
| | | * \ Merged in hexid/pygments-main (pull request #380)Georg Brandl2014-10-081-4/+4
| | | |\ \
| | | | * | Move space after inline html linenos to be inside of the span containing the ...Nick Currier2014-07-031-4/+4
| | | * | | Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-084-50/+75
| | | * | | Closes #800: Add "inencoding" option to override "encoding".Georg Brandl2014-10-084-5/+9
| | | * | | Fix calling "pygmentize" without any args.Georg Brandl2014-10-081-4/+0
| | | * | | Dont print out all tokens to stdout.Georg Brandl2014-10-081-2/+0
| | | * | | Closes #799: read from binary buffer stdin on Python 3 if explicit encoding g...Georg Brandl2014-10-081-4/+12
| | | * | | CHANGES entry for #979.Georg Brandl2014-10-081-0/+3
| | | * | | Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-083-9/+6
| | | * | | Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-082-1/+6
| | | * | | Vala: add verbatim strings and template stringsGeorg Brandl2014-10-071-1/+2
| | | * | | PHP: allow spaces before heredoc end tokenGeorg Brandl2014-10-072-1/+9
| | | * | | Closes #1008: allow $ in names for Oracle SQL.Georg Brandl2014-10-071-1/+1
| | | * | | ca65: allow bracketsGeorg Brandl2014-10-071-1/+1
| | | * | | Better name for ca65 assembler lexer.Georg Brandl2014-10-072-2/+2
| | | * | | Mathematica: add comparison operatorsGeorg Brandl2014-10-071-7/+7
| | | * | | VBnet: allow brackets.Georg Brandl2014-10-071-1/+1
| | | * | | Povray: add strings, all directives.Georg Brandl2014-10-071-4/+6
| | | * | | Merge with -mainTim Hatch2014-10-072-1/+43
| | | |\ \ \
| | | | * | | Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-072-1/+43
| | | * | | | Apache conf: recognize backslash line contGeorg Brandl2014-10-071-2/+4
| | | |/ / /
| | | * | | Merge with -mainTim Hatch2014-10-076-6/+55
| | | |\ \ \
| | | | * | | JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-072-1/+13
| | | | * | | MakeLexer: Add GNU Make vpath directive.Tim Hatch2014-10-072-1/+17
| | | | * | | Merge with -mainTim Hatch2014-10-072-4/+25
| | | | |\ \ \
| | | | | * | | ScalaLexer: Improve interpolated strings, adding triplequoted strings and tes...Tim Hatch2014-10-072-4/+25
| | | * | | | | EBNF: be a bit more tolerantGeorg Brandl2014-10-071-1/+2
| | | * | | | | TeX: accept backslash before newlineGeorg Brandl2014-10-071-0/+1
| | | * | | | | HTML: allow spaces after "attr=".Georg Brandl2014-10-071-1/+1
| | | |/ / / /
| | | * | | | XQuery: add || operator.Georg Brandl2014-10-071-2/+2
| | | |/ / /
| | | * | | Merged in krasul/pygments-main/ios8 (pull request #403)Tim Hatch2014-10-071-4/+4
| | | |\ \ \
| | | | * | | fixed framework pathKashif Rasul2014-09-231-1/+1
| | | | * | | updated cocoabuilder for ios8Kashif Rasul2014-09-231-4/+4
| | | | | |/ | | | | |/|
| | | * | | Closes #1041: Fix test suite to pass under Python 2.6.Georg Brandl2014-10-073-12/+20
| | | * | | Scala: add $$ escape for interpolated strings. (#1010)Georg Brandl2014-10-071-0/+1
| | | * | | Closes #908: fix test suite to test formatters with no Unicode output correctly.Georg Brandl2014-10-071-7/+9
| | | * | | Closes #1028: fix filters to return Unicode stringsGeorg Brandl2014-10-072-13/+22
| | | * | | Filters: docstring format fix.Georg Brandl2014-10-071-25/+17
| | | * | | debug_lexer: fix missing import and wrong API usageGeorg Brandl2014-10-071-5/+5
| | | * | | Closes #1030: recognize functions with no args in Matlab related lexersGeorg Brandl2014-10-072-3/+13
| | | * | | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer.Georg Brandl2014-10-071-1/+1
| | | * | | Matlab: fix PEP8, simplify tokensGeorg Brandl2014-10-071-11/+11
| | | * | | Closes #972: accept "inner attribute" syntax for Rust.Georg Brandl2014-10-072-2/+2
| | | * | | Closes #982: fix pathological matching behavior for timestamps in IRC logs lexerGeorg Brandl2014-10-072-3/+7
| | | * | | debug_lexer: remove debug print; allow reading from stdin with filename "-"Georg Brandl2014-10-071-2/+5
| | | * | | Closes #963: always guess lexer when reading from stdin.Georg Brandl2014-10-071-11/+5