Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Twig: add test example file, add changelog entry and regenerate mapping. | Georg Brandl | 2014-10-08 | 4 | -20/+4642 | |
| | ||||||
* | Merged in ↵ | Georg Brandl | 2014-10-08 | 1 | -1/+82 | |
|\ | | | | | | | | | | | javiereguiluz/pygments-main/javiereguiluz/first-attempt-of-creating-a-twig-lexer-1412003054413 (pull request #404) First attempt of creating a Twig lexer | |||||
| * | First attempt of creating a Twig lexer | Javier Eguiluz | 2014-09-29 | 1 | -1/+82 | |
| | | ||||||
* | | Merged in leodemoura/pygments-main (pull request #399) | Georg Brandl | 2014-10-08 | 177 | -30528/+42109 | |
|\ \ | ||||||
| * | | latex envname: add changelog entry | Georg Brandl | 2014-10-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merged in protz/pygments-main/add-envname (pull request #235) | Georg Brandl | 2014-10-08 | 356 | -28847/+55395 | |
| |\ \ | ||||||
| | * | | Refine streaming mode a bit: | Georg Brandl | 2014-10-08 | 3 | -7/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * flush output file after writing a line (important in Py3) * disallow -s and input file name * disallow -s without -l * use binary stdin on Py3 * add to usage doc. | |||||
| | * | | Merged in __russ__/pygments-main (pull request #165) | Georg Brandl | 2014-10-08 | 376 | -29311/+61673 | |
| | |\ \ | ||||||
| | | * \ | Merged in hexid/pygments-main (pull request #380) | Georg Brandl | 2014-10-08 | 1 | -4/+4 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | Change spacing for HTML formatter regarding inline linenos | |||||
| | | | * | | Move space after inline html linenos to be inside of the span containing the ↵ | Nick Currier | 2014-07-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | linenos | |||||
| | | * | | | Overhaul encoding handling in cmdline even more. | Georg Brandl | 2014-10-08 | 4 | -50/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the encoding guessed for the input file will be used for an output file. We now always read and write to the terminal .buffer on Python 3, which allows us to override the terminal encoding and use our guessing algorithm. | |||||
| | | * | | | Closes #800: Add "inencoding" option to override "encoding". | Georg Brandl | 2014-10-08 | 4 | -5/+9 | |
| | | | | | | ||||||
| | | * | | | Fix calling "pygmentize" without any args. | Georg Brandl | 2014-10-08 | 1 | -4/+0 | |
| | | | | | | ||||||
| | | * | | | Dont print out all tokens to stdout. | Georg Brandl | 2014-10-08 | 1 | -2/+0 | |
| | | | | | | ||||||
| | | * | | | Closes #799: read from binary buffer stdin on Python 3 if explicit encoding ↵ | Georg Brandl | 2014-10-08 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | given | |||||
| | | * | | | CHANGES entry for #979. | Georg Brandl | 2014-10-08 | 1 | -0/+3 | |
| | | | | | | ||||||
| | | * | | | Closes #892: fix overzealous analyse_text of the SourcesListLexer. | Georg Brandl | 2014-10-08 | 3 | -9/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also remove any "default" return from analyse_text methods. | |||||
| | | * | | | Closes #1015: fix lexing of Haskell char literals. | Georg Brandl | 2014-10-08 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of TH quoting, 'f'7 means char literal and then numeric 7, not quoted f'7, see http://www.haskell.org/ghc/docs/7.6.2/html/users_guide/template-haskell.html | |||||
| | | * | | | Vala: add verbatim strings and template strings | Georg Brandl | 2014-10-07 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | PHP: allow spaces before heredoc end token | Georg Brandl | 2014-10-07 | 2 | -1/+9 | |
| | | | | | | ||||||
| | | * | | | Closes #1008: allow $ in names for Oracle SQL. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | ca65: allow brackets | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Better name for ca65 assembler lexer. | Georg Brandl | 2014-10-07 | 2 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Mathematica: add comparison operators | Georg Brandl | 2014-10-07 | 1 | -7/+7 | |
| | | | | | | ||||||
| | | * | | | VBnet: allow brackets. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Povray: add strings, all directives. | Georg Brandl | 2014-10-07 | 1 | -4/+6 | |
| | | | | | | ||||||
| | | * | | | Merge with -main | Tim Hatch | 2014-10-07 | 2 | -1/+43 | |
| | | |\ \ \ | ||||||
| | | | * | | | Fix highlighting of Java enhanced for loops. | Tim Hatch | 2014-10-07 | 2 | -1/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #965 | |||||
| | | * | | | | Apache conf: recognize backslash line cont | Georg Brandl | 2014-10-07 | 1 | -2/+4 | |
| | | |/ / / | ||||||
| | | * | | | Merge with -main | Tim Hatch | 2014-10-07 | 6 | -6/+55 | |
| | | |\ \ \ | ||||||
| | | | * | | | JavascriptLexer: Support unicode identifiers per standard. | Tim Hatch | 2014-10-07 | 2 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #999 | |||||
| | | | * | | | MakeLexer: Add GNU Make vpath directive. | Tim Hatch | 2014-10-07 | 2 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #949 | |||||
| | | | * | | | Merge with -main | Tim Hatch | 2014-10-07 | 2 | -4/+25 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | ScalaLexer: Improve interpolated strings, adding triplequoted strings and ↵ | Tim Hatch | 2014-10-07 | 2 | -4/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test file. | |||||
| | | * | | | | | EBNF: be a bit more tolerant | Georg Brandl | 2014-10-07 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | TeX: accept backslash before newline | Georg Brandl | 2014-10-07 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | HTML: allow spaces after "attr=". | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | | * | | | | XQuery: add || operator. | Georg Brandl | 2014-10-07 | 1 | -2/+2 | |
| | | |/ / / | ||||||
| | | * | | | Merged in krasul/pygments-main/ios8 (pull request #403) | Tim Hatch | 2014-10-07 | 1 | -4/+4 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | updated cocoabuilder for ios8 | |||||
| | | | * | | | fixed framework path | Kashif Rasul | 2014-09-23 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | updated cocoabuilder for ios8 | Kashif Rasul | 2014-09-23 | 1 | -4/+4 | |
| | | | | |/ | | | | |/| | ||||||
| | | * | | | Closes #1041: Fix test suite to pass under Python 2.6. | Georg Brandl | 2014-10-07 | 3 | -12/+20 | |
| | | | | | | ||||||
| | | * | | | Scala: add $$ escape for interpolated strings. (#1010) | Georg Brandl | 2014-10-07 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | * | | | Closes #908: fix test suite to test formatters with no Unicode output correctly. | Georg Brandl | 2014-10-07 | 1 | -7/+9 | |
| | | | | | | ||||||
| | | * | | | Closes #1028: fix filters to return Unicode strings | Georg Brandl | 2014-10-07 | 2 | -13/+22 | |
| | | | | | | ||||||
| | | * | | | Filters: docstring format fix. | Georg Brandl | 2014-10-07 | 1 | -25/+17 | |
| | | | | | | ||||||
| | | * | | | debug_lexer: fix missing import and wrong API usage | Georg Brandl | 2014-10-07 | 1 | -5/+5 | |
| | | | | | | ||||||
| | | * | | | Closes #1030: recognize functions with no args in Matlab related lexers | Georg Brandl | 2014-10-07 | 2 | -3/+13 | |
| | | | | | | ||||||
| | | * | | | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Matlab: fix PEP8, simplify tokens | Georg Brandl | 2014-10-07 | 1 | -11/+11 | |
| | | | | | |