summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.14.0 release.2.14.0Matthäus G. Chajdas2023-01-012-2/+2
* Update CHANGES.Matthäus G. Chajdas2023-01-011-1/+1
* Improve the Smithy metadata matcher.Matthäus G. Chajdas2022-12-313-2/+67
* Merge pull request #2311 from not-my-profile/styles-pep257Matthäus G. Chajdas2022-12-301-1/+1
|\
| * styles gallery: Make docstring in example follow PEP 257Martin Fischer2022-12-301-1/+1
|/
* Update CHANGES.Matthäus G. Chajdas2022-12-301-33/+46
* Merge pull request #2308 from sol/sol-patch-1Matthäus G. Chajdas2022-12-283-2/+3
|\
| * Add `filenames` pattern for `HspecLexer`Simon Hengel2022-12-273-2/+3
|/
* Update CHANGESJean Abou Samra2022-12-151-0/+1
* Update Macaulay2 symbols for version 1.21 (#2305)Doug Torrance2022-12-151-3/+18
* Improve whitespace handling in MesonLexer/PerlLexer.Matthäus G. Chajdas2022-12-118-1811/+1820
* Improve whitespace handling in XQueryLexer.Matthäus G. Chajdas2022-12-114-237/+257
* Improve whitespace handling in VarnishLexer.Matthäus G. Chajdas2022-12-112-411/+411
* Allow whitespace in comments.Matthäus G. Chajdas2022-12-111-0/+5
* Improve whitespace handling in SLexer.Matthäus G. Chajdas2022-12-1111-376/+376
* Merge pull request #2304 from pygments/fix-emit-empty-whitespace-spans-html-f...Matthäus G. Chajdas2022-12-11129-386/+388
|\
| * Simplify the condition.Matthäus G. Chajdas2022-12-111-8/+6
| * Stop the HTML formatter from emitting empty whitespace spans.Matthäus G. Chajdas2022-12-11129-386/+390
|/
* Improve whitespace handling in Python.Matthäus G. Chajdas2022-12-11225-781/+781
* Fix golden test output.Matthäus G. Chajdas2022-12-111-2/+2
* Fix lint warning.Matthäus G. Chajdas2022-12-111-1/+1
* Improve whitespace handling in PraatLexer.Matthäus G. Chajdas2022-12-114-132/+165
* Portugol touch-upsJean Abou Samra2022-12-102-0/+3
* Add support for PortugolLexer (#2300)Lorhan Sohaky2022-12-105-55/+1568
* CI: Use Ubuntu 20.04 for Python 3.6 testing (#2303)Jean Abou-Samra2022-12-081-0/+6
* Fix doc build warningsJean Abou Samra2022-12-071-1/+3
* CI: also test Python 3.11 on Windows (#2302)Jean Abou-Samra2022-12-071-6/+0
* Merge pull request #2301 from pygments/remove-lxml-dependencyMatthäus G. Chajdas2022-12-073-13/+31
|\
| * Remove the lxml dependency.Matthäus G. Chajdas2022-12-073-13/+31
* | New attempt to add Python 3.11 to CI now that it's released (#2287)Jean Abou-Samra2022-12-071-1/+7
|/
* Improve utility script.Matthäus G. Chajdas2022-12-051-0/+1
* Update demo.cssMatthäus G. Chajdas2022-12-051-0/+1
* Improve whitespace handling in PraatLexer.Matthäus G. Chajdas2022-12-0416-923/+923
* Improve whitespace handling in TealLexer.Matthäus G. Chajdas2022-12-045-21/+22
* Improve utility scripts.Matthäus G. Chajdas2022-12-042-16/+40
* Improve whitespace handling in XmlLexer.Matthäus G. Chajdas2022-12-0413-5366/+7355
* Improve whitespace handling in PythonTracebackLexer.Matthäus G. Chajdas2022-12-0413-155/+155
* Improve whitespace handling in Make/BashLexer.Matthäus G. Chajdas2022-12-047-554/+557
* Improve whitespace handling in CMake/RegexLexer.Matthäus G. Chajdas2022-12-0488-7683/+7683
* Improve whitespace handling in the PascalLexer.Matthäus G. Chajdas2022-12-043-9098/+9098
* Improve whitespace handling in the BashLexer.Matthäus G. Chajdas2022-12-0430-8465/+8465
* Make utility script file PEP8 compliant.Matthäus G. Chajdas2022-12-041-1/+3
* Improve whitespace handling in Markdown.Matthäus G. Chajdas2022-12-049-28/+28
* Fix whitespace handling in Ruby.Matthäus G. Chajdas2022-12-0421-7765/+7765
* Add another check script for whitespace.Matthäus G. Chajdas2022-12-043-47/+108
* Add pyproject.toml.Matthäus G. Chajdas2022-12-042-4/+6
* remove `:` from the Punctuation regex in the SolidityLexerMichael Rodler2022-12-031-1/+1
* fix solidity lexer not picking up many of the language operatorsMichael Rodler2022-12-033-48/+537
* NixLexer: fix "1 token per char"Jean Abou Samra2022-12-033-115/+12
* nix: allow single quotes inside single-quoted strings (#2289)Naïm Favier2022-12-033-1/+8