| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare 2.11.2 release.2.11.2 | Matthäus G. Chajdas | 2022-01-06 | 1 | -1/+1 |
| * | CFamily: improve label detection (#2022) | amitkummer | 2022-01-06 | 1 | -6/+4 |
| * | Fix #1986. | Matthäus G. Chajdas | 2022-01-06 | 2 | -2/+2 |
| * | Fix #2020. | Matthäus G. Chajdas | 2022-01-05 | 1 | -1/+1 |
| * | Merge branch 'patch-1' of https://github.com/Kwpolska/pygments into Kwpolska-... | Matthäus G. Chajdas | 2022-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Generate valid links if lineanchors but no linenos set (#2013) | Chris Warrick | 2021-12-31 | 1 | -1/+1 |
| * | | Java: fix lexing of 'record' soft keyword (#2018) | amitkummer | 2022-01-03 | 1 | -2/+4 |
| |/ | |||||
| * | Prepare 2.11.1 release.2.11.1 | Matthäus G. Chajdas | 2021-12-31 | 1 | -1/+1 |
| * | Improve fix for #2010. | Matthäus G. Chajdas | 2021-12-31 | 1 | -1/+7 |
| * | Fix #2010. | Matthäus G. Chajdas | 2021-12-30 | 1 | -1/+1 |
| * | Update Spice lexer (#2009) | Marc Auberer | 2021-12-30 | 1 | -4/+4 |
| * | CFamily: improve function detection (#2008) | amitkummer | 2021-12-30 | 1 | -2/+3 |
| * | Bump version number. | Matthäus G. Chajdas | 2021-12-30 | 1 | -1/+1 |
| * | GSQL lexer syntax changes (#2006) | Gregory Grubbs | 2021-12-30 | 1 | -5/+4 |
| * | Use words in Cypher lexer. | Matthäus G. Chajdas | 2021-12-29 | 1 | -6/+7 |
| * | Merge branch 'master' of github.com:pygments/pygments; branch 'lexers_gh' of ... | Matthäus G. Chajdas | 2021-12-29 | 9 | -152/+169 |
| |\ | |||||
| | * | Modernize Whitespace token in lexer: hexdump | Sebastian Engel | 2021-12-03 | 1 | -2/+2 |
| | * | Modernize Whitespace token in lexer: hdl | Sebastian Engel | 2021-12-03 | 1 | -33/+30 |
| | * | Modernize Whitespace token in lexer: haxe | Sebastian Engel | 2021-12-03 | 1 | -7/+7 |
| | * | Modernize Whitespace token in lexer: haskell | Sebastian Engel | 2021-12-03 | 1 | -51/+51 |
| | * | Modernize Whitespace token in lexer: graph | Sebastian Engel | 2021-11-21 | 1 | -10/+30 |
| | * | Modernize Whitespace token in lexer: graphics | Sebastian Engel | 2021-11-21 | 1 | -23/+23 |
| | * | Modernize Whitespace token in lexer: grammer_notation | Sebastian Engel | 2021-11-21 | 1 | -11/+11 |
| | * | Modernize Whitespace token in lexer: go | Sebastian Engel | 2021-11-21 | 1 | -5/+5 |
| | * | Modernize Whitespace token in lexer: gdscript | Sebastian Engel | 2021-11-21 | 1 | -10/+10 |
| * | | Add f90 as an alias for fortran (closes #2000.) | Matthäus G. Chajdas | 2021-12-29 | 2 | -2/+2 |
| * | | Merge pull request #1994 from amitkummer/python-pattern-matching | Matthäus G. Chajdas | 2021-12-29 | 1 | -1/+17 |
| |\ \ | |||||
| | * | | Python: lex soft keywords | amitkummer | 2021-12-20 | 1 | -1/+17 |
| * | | | Update for new Python traceback locations (#2004) | Jean-Abou-Samra | 2021-12-29 | 1 | -1/+1 |
| * | | | Fix single and multiline comment regex for GSQL (#2002) | Gregory Grubbs | 2021-12-28 | 1 | -14/+14 |
| * | | | Add a tooltips option to HtmlFormatter. (#1822) | Walter Dörwald | 2021-12-28 | 1 | -2/+17 |
| * | | | Some LilyPond updates (#2001) | Jean-Abou-Samra | 2021-12-28 | 2 | -57/+127 |
| * | | | Fix rita.py header (#2003) | Jean-Abou-Samra | 2021-12-28 | 1 | -4/+2 |
| * | | | Various small fixups for the Rita lexer. | Matthäus G. Chajdas | 2021-12-28 | 1 | -3/+1 |
| * | | | Merge branch 'master' of github.com:pygments/pygments; branch 'master' of htt... | Matthäus G. Chajdas | 2021-12-28 | 2 | -0/+49 |
| |\ \ \ | |||||
| | * | | | Fix regex crash | Šarūnas Navickas | 2020-09-26 | 1 | -2/+2 |
| | * | | | Use `Whitespace` instead of `Text` | Sarunas Navickas | 2020-09-14 | 1 | -3/+3 |
| | * | | | Allow digits in variable names | Sarunas Navickas | 2020-09-09 | 1 | -1/+1 |
| | * | | | Modify rules | Sarunas Navickas | 2020-09-09 | 1 | -1/+3 |
| | * | | | Missing operator | Šarūnas Navickas | 2020-09-08 | 1 | -1/+1 |
| | * | | | Some comments | Šarūnas Navickas | 2020-09-08 | 1 | -1/+5 |
| | * | | | Fix mapping | Šarūnas Navickas | 2020-09-08 | 1 | -1/+1 |
| | * | | | Initial version | Sarunas Navickas | 2020-09-08 | 2 | -0/+43 |
| * | | | | Update mappings, CHANGES. | Matthäus G. Chajdas | 2021-12-28 | 1 | -1/+1 |
| * | | | | feat(lexers): add more man page filename globs (#1801) | Ville Skyttä | 2021-12-28 | 1 | -1/+1 |
| * | | | | feat(lexers): associate XBM and XPM with C code (#1802) | Ville Skyttä | 2021-12-28 | 2 | -3/+3 |
| * | | | | Update CHANGES, contrast for friendly grayscale. | Matthäus G. Chajdas | 2021-12-28 | 1 | -2/+3 |
| * | | | | Add "friendly grayscale" theme (#1273) | Oliver Kopp | 2021-12-28 | 2 | -0/+76 |
| * | | | | Improve objdump-nasm lexer (#1981) | Pwilke | 2021-12-28 | 1 | -1/+6 |
| * | | | | Merge pull request #1804 from Cl00e9ment/master | Matthäus G. Chajdas | 2021-12-28 | 1 | -1/+1 |
| |\ \ \ \ | |||||
