summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve Modelica lexer (Pull Request #390)Tim Hatch2014-10-141-69/+48
| |
| * terminal formatters: PEP8 cleanupGeorg Brandl2014-10-142-27/+27
| |
| * cmdline: wrap outfile directly with colorama only if output to terminalGeorg Brandl2014-10-141-17/+25
| | | | | | | | Add special handling for Python 3.
| * Remove non-ASCII from non-Unicode string.Georg Brandl2014-10-141-1/+1
| |
| * Clarify mimetype handling in HttpLexer, add test.Tim Hatch2014-10-101-18/+17
| |
| * Add Mozilla preprocessor lexers.Tim Hatch2014-10-102-5/+132
| | | | | | | | Replaces PR #239
| * Include 'unlexer' as a common misspelling.Tim Hatch2014-10-101-12/+12
| |
| * Also checks mediatype suffix for lexer in HttpLexerAndrew Balmos2014-10-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HttpLexer will highlight the body if the Content-Type header is set to a mediatype that pygments understands. However, some mediatypes have a custom subtype but a standard and known suffix. Therefore, pygments should highlight body by the exact media type first and then by the suffix if there was no match. For example: application/vnd.custom+json currently does not result in the body being highlighted even though pygments is capable application/json
* | Add a lexer for TADS 3David Corbett2014-10-082-2/+610
|/
* Add JSON-LD Lexer.Tim Hatch2014-10-082-2/+24
| | | | Adapted from PR 289.
* MakefileLexer: Add GNU Automake directives.Tim Hatch2014-10-081-1/+3
| | | | Fixes #995
* Twig: add test example file, add changelog entry and regenerate mapping.Georg Brandl2014-10-082-20/+29
|
* Merged in ↵Georg Brandl2014-10-081-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 lexerJavier Eguiluz2014-09-291-1/+82
| |
* | Merged in leodemoura/pygments-main (pull request #399)Georg Brandl2014-10-08119-28181/+37903
|\ \
| * \ Merged in protz/pygments-main/add-envname (pull request #235)Georg Brandl2014-10-08159-24131/+41495
| |\ \
| | * | Refine streaming mode a bit:Georg Brandl2014-10-081-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Brandl2014-10-08159-24089/+43260
| | |\ \
| | | * \ Merged in hexid/pygments-main (pull request #380)Georg Brandl2014-10-081-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 Currier2014-07-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | linenos
| | | * | | Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-083-44/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Brandl2014-10-083-5/+6
| | | | | |
| | | * | | Fix calling "pygmentize" without any args.Georg Brandl2014-10-081-4/+0
| | | | | |
| | | * | | Closes #799: read from binary buffer stdin on Python 3 if explicit encoding ↵Georg Brandl2014-10-081-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | given
| | | * | | Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-083-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | Also remove any "default" return from analyse_text methods.
| | | * | | Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 stringsGeorg Brandl2014-10-071-1/+2
| | | | | |
| | | * | | PHP: allow spaces before heredoc end tokenGeorg Brandl2014-10-071-1/+1
| | | | | |
| | | * | | 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-071-1/+1
| | | |\ \ \
| | | | * | | Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #965
| | | * | | | Apache conf: recognize backslash line contGeorg Brandl2014-10-071-2/+4
| | | |/ / /
| | | * | | Merge with -mainTim Hatch2014-10-073-6/+24
| | | |\ \ \
| | | | * | | JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-071-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #999
| | | | * | | MakeLexer: Add GNU Make vpath directive.Tim Hatch2014-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #949
| | | | * | | Merge with -mainTim Hatch2014-10-071-4/+15
| | | | |\ \ \
| | | | | * | | ScalaLexer: Improve interpolated strings, adding triplequoted strings and ↵Tim Hatch2014-10-071-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test file.
| | | * | | | | 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
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | updated cocoabuilder for ios8
| | | | * | | fixed framework pathKashif Rasul2014-09-231-1/+1
| | | | | | |
| | | | * | | updated cocoabuilder for ios8Kashif Rasul2014-09-231-4/+4
| | | | | |/ | | | | |/|
| | | * | | Scala: add $$ escape for interpolated strings. (#1010)Georg Brandl2014-10-071-0/+1
| | | | | |