summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.8.1 release.2.8.1release/2.8.xMatthäus G. Chajdas2021-03-071-1/+1
* Minted compatibility patch (#1737)Matthäus G. Chajdas2021-03-061-6/+1
* LaTeX: workaround minted incompatibility with Pygments 2.8.0 (#1735)Matthäus G. Chajdas2021-03-051-0/+5
* Prepare 2.8.0 release.Matthäus G. Chajdas2021-02-141-1/+1
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-148-14/+21
* Add futhark lexer (#1691)Philip Munksgaard2021-02-142-0/+111
* Merge branch 'master' of https://github.com/pygments/pygmentsMatthäus G. Chajdas2021-02-1414-102/+2846
|\
| * RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)Anders Kaseorg2021-02-142-24/+24
| * image formatter supports background color (#1374)Hector Medina2021-02-141-6/+21
| * Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-141-42/+2569
| * Add CDDL lexer (Fix #1239) (#1379)Thomas Duboucher2021-02-142-0/+192
| * Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-122-7/+12
| * Fix CBM BASIC V2 analyze text logic (#1607)Carlos Henrique Guardão Gandarez2021-02-122-3/+3
| * fix ecl analyze text logic (#1610)Carlos Henrique Guardão Gandarez2021-02-121-2/+2
| * LaTeX: avoid uneven baselines in case highlighting uses \fcolorbox (#1708)Jean-François B2021-02-121-2/+2
| * Fix eiffel regex performance (#1658)Dave Brondsema2021-02-121-1/+1
| * LaTeX: keep scope of \fboxsep local (#1709)Jean-François B2021-02-121-2/+2
| * LaTeX: use \@namedef (refactoring) (#1710)Jean-François B2021-02-121-2/+1
| * LaTeX: \catcode assignment should be terminated (#1711)Jean-François B2021-02-121-1/+2
| * Updated _cocoa_builtins.py with types from iOS 14.4 SDK (#1703)Filip Němeček2021-02-121-10/+15
* | Merge branch 'issue-253-ruby-unicode' of https://github.com/kurtmckee/pygment...Matthäus G. Chajdas2021-02-141-3/+7
|\ \ | |/ |/|
| * Rely on the regex engine's `\u1234` escape supportKurt McKee2020-09-051-7/+7
| * Standardize the entire multi-line string to use no `r` string prefixesKurt McKee2020-09-041-2/+2
| * Support Ruby method names and operator overrides, including UnicodeKurt McKee2020-09-041-3/+7
* | Fotran lexer: detect keywords formed by two keywords without inter-word space...ecasglez2021-02-121-0/+3
* | Supports single quote strings in AutoItLexer (#1667)trdean12021-02-081-0/+6
* | Add Zenburn theme (#1659)Mantas Zimnickas2021-02-072-0/+81
* | Add Material theme style (#1662)Paulo S. Costa2021-02-072-0/+120
* | Updated Stata buildin function list modified: pygments/lexers/_stata_builti...Hua Peng2021-02-071-53/+90
* | Add missing prompt color for Solarized style. (#1529)Kevin Deldycke2021-02-071-0/+3
* | Add lexer for graphviz (#1657)Niklas Mollenhauer2021-02-072-0/+57
* | Remove the alias for the RawTokenLexer. (#1643)Georg Brandl2021-02-062-2/+2
* | Improve Kotlin lexer (#1699)Ilya Zorin2021-02-061-42/+105
* | Fix for lexing J operator ? (#1700)amitkummer2021-02-061-1/+1
* | Support anchored line numbers in inline mode (#1591)Kevin Deldycke2021-02-061-2/+10
* | MATLAB parser cleanup & fix for parsing `1./x` (#1673)Antony Lee2021-02-061-5/+9
* | Fix #1046.Matthäus G. Chajdas2021-02-061-0/+1
* | linenos support for terminal256 (#1674)Jiamin Shen2021-02-061-1/+23
* | Merge branch 'master' of https://github.com/mathiasertl/pygments into mathias...Matthäus G. Chajdas2021-01-301-6/+2
|\ \
| * | only print PS2 prompt if backslash continuation is enabledMathias Ertl2021-01-101-5/+1
| * | make PS2 contain a spaceMathias Ertl2021-01-101-1/+1
* | | AMDGPU ISA Lexer (#1626)Thomas Symalla2021-01-302-0/+45
* | | cmdline: port to argparse (#1693)Georg Brandl2021-01-301-163/+168
* | | Updated OpenEdge keywords (#1696)movedoa2021-01-291-384/+438
* | | Fix mishandling '*/' in C/C++ and related (fixes #1695)Georg Brandl2021-01-294-11/+4
* | | tests: code style fixupsGeorg Brandl2021-01-201-2/+2
* | | Matlab class properties (#1466)Dan2021-01-181-34/+64
* | | update the mapMestery2021-01-181-1/+1
* | | add markdown to aliasesMestery2021-01-181-1/+1
* | | Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-17236-245/+8