| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare for 2.14.0 release.2.14.0 | Matthäus G. Chajdas | 2023-01-01 | 2 | -2/+2 |
| * | Update CHANGES. | Matthäus G. Chajdas | 2023-01-01 | 1 | -1/+1 |
| * | Improve the Smithy metadata matcher. | Matthäus G. Chajdas | 2022-12-31 | 3 | -2/+67 |
| * | Merge pull request #2311 from not-my-profile/styles-pep257 | Matthäus G. Chajdas | 2022-12-30 | 1 | -1/+1 |
| |\ | |||||
| | * | styles gallery: Make docstring in example follow PEP 257 | Martin Fischer | 2022-12-30 | 1 | -1/+1 |
| |/ | |||||
| * | Update CHANGES. | Matthäus G. Chajdas | 2022-12-30 | 1 | -33/+46 |
| * | Merge pull request #2308 from sol/sol-patch-1 | Matthäus G. Chajdas | 2022-12-28 | 3 | -2/+3 |
| |\ | |||||
| | * | Add `filenames` pattern for `HspecLexer` | Simon Hengel | 2022-12-27 | 3 | -2/+3 |
| |/ | |||||
| * | Update CHANGES | Jean Abou Samra | 2022-12-15 | 1 | -0/+1 |
| * | Update Macaulay2 symbols for version 1.21 (#2305) | Doug Torrance | 2022-12-15 | 1 | -3/+18 |
| * | Improve whitespace handling in MesonLexer/PerlLexer. | Matthäus G. Chajdas | 2022-12-11 | 8 | -1811/+1820 |
| * | Improve whitespace handling in XQueryLexer. | Matthäus G. Chajdas | 2022-12-11 | 4 | -237/+257 |
| * | Improve whitespace handling in VarnishLexer. | Matthäus G. Chajdas | 2022-12-11 | 2 | -411/+411 |
| * | Allow whitespace in comments. | Matthäus G. Chajdas | 2022-12-11 | 1 | -0/+5 |
| * | Improve whitespace handling in SLexer. | Matthäus G. Chajdas | 2022-12-11 | 11 | -376/+376 |
| * | Merge pull request #2304 from pygments/fix-emit-empty-whitespace-spans-html-f... | Matthäus G. Chajdas | 2022-12-11 | 129 | -386/+388 |
| |\ | |||||
| | * | Simplify the condition. | Matthäus G. Chajdas | 2022-12-11 | 1 | -8/+6 |
| | * | Stop the HTML formatter from emitting empty whitespace spans. | Matthäus G. Chajdas | 2022-12-11 | 129 | -386/+390 |
| |/ | |||||
| * | Improve whitespace handling in Python. | Matthäus G. Chajdas | 2022-12-11 | 225 | -781/+781 |
| * | Fix golden test output. | Matthäus G. Chajdas | 2022-12-11 | 1 | -2/+2 |
| * | Fix lint warning. | Matthäus G. Chajdas | 2022-12-11 | 1 | -1/+1 |
| * | Improve whitespace handling in PraatLexer. | Matthäus G. Chajdas | 2022-12-11 | 4 | -132/+165 |
| * | Portugol touch-ups | Jean Abou Samra | 2022-12-10 | 2 | -0/+3 |
| * | Add support for PortugolLexer (#2300) | Lorhan Sohaky | 2022-12-10 | 5 | -55/+1568 |
| * | CI: Use Ubuntu 20.04 for Python 3.6 testing (#2303) | Jean Abou-Samra | 2022-12-08 | 1 | -0/+6 |
| * | Fix doc build warnings | Jean Abou Samra | 2022-12-07 | 1 | -1/+3 |
| * | CI: also test Python 3.11 on Windows (#2302) | Jean Abou-Samra | 2022-12-07 | 1 | -6/+0 |
| * | Merge pull request #2301 from pygments/remove-lxml-dependency | Matthäus G. Chajdas | 2022-12-07 | 3 | -13/+31 |
| |\ | |||||
| | * | Remove the lxml dependency. | Matthäus G. Chajdas | 2022-12-07 | 3 | -13/+31 |
| * | | New attempt to add Python 3.11 to CI now that it's released (#2287) | Jean Abou-Samra | 2022-12-07 | 1 | -1/+7 |
| |/ | |||||
| * | Improve utility script. | Matthäus G. Chajdas | 2022-12-05 | 1 | -0/+1 |
| * | Update demo.css | Matthäus G. Chajdas | 2022-12-05 | 1 | -0/+1 |
| * | Improve whitespace handling in PraatLexer. | Matthäus G. Chajdas | 2022-12-04 | 16 | -923/+923 |
| * | Improve whitespace handling in TealLexer. | Matthäus G. Chajdas | 2022-12-04 | 5 | -21/+22 |
| * | Improve utility scripts. | Matthäus G. Chajdas | 2022-12-04 | 2 | -16/+40 |
| * | Improve whitespace handling in XmlLexer. | Matthäus G. Chajdas | 2022-12-04 | 13 | -5366/+7355 |
| * | Improve whitespace handling in PythonTracebackLexer. | Matthäus G. Chajdas | 2022-12-04 | 13 | -155/+155 |
| * | Improve whitespace handling in Make/BashLexer. | Matthäus G. Chajdas | 2022-12-04 | 7 | -554/+557 |
| * | Improve whitespace handling in CMake/RegexLexer. | Matthäus G. Chajdas | 2022-12-04 | 88 | -7683/+7683 |
| * | Improve whitespace handling in the PascalLexer. | Matthäus G. Chajdas | 2022-12-04 | 3 | -9098/+9098 |
| * | Improve whitespace handling in the BashLexer. | Matthäus G. Chajdas | 2022-12-04 | 30 | -8465/+8465 |
| * | Make utility script file PEP8 compliant. | Matthäus G. Chajdas | 2022-12-04 | 1 | -1/+3 |
| * | Improve whitespace handling in Markdown. | Matthäus G. Chajdas | 2022-12-04 | 9 | -28/+28 |
| * | Fix whitespace handling in Ruby. | Matthäus G. Chajdas | 2022-12-04 | 21 | -7765/+7765 |
| * | Add another check script for whitespace. | Matthäus G. Chajdas | 2022-12-04 | 3 | -47/+108 |
| * | Add pyproject.toml. | Matthäus G. Chajdas | 2022-12-04 | 2 | -4/+6 |
| * | remove `:` from the Punctuation regex in the SolidityLexer | Michael Rodler | 2022-12-03 | 1 | -1/+1 |
| * | fix solidity lexer not picking up many of the language operators | Michael Rodler | 2022-12-03 | 3 | -48/+537 |
| * | NixLexer: fix "1 token per char" | Jean Abou Samra | 2022-12-03 | 3 | -115/+12 |
| * | nix: allow single quotes inside single-quoted strings (#2289) | Naïm Favier | 2022-12-03 | 3 | -1/+8 |
