| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if sys.version_info >= (3, 11): | ||
| # Use a possessive quantifier to prevent greediness from causing runaway backtracking. | ||
| _space = r'(?:\s++)' | ||
| else: | ||
| # Possessive quantifiers are not available in Python < 3.11. Complex Lua is likely to | ||
| # cause any regex that includes _space to take an exponentially long time. | ||
| _space = r'(?:\s+)' |
There was a problem hiding this comment.
A negative lookahead assertion works in all Python versions.
_space = r'(?:\s+(?!\s))'
Sorry, something went wrong.
There was a problem hiding this comment.
Nice that makes sense. I fixed it up and it works as far as I can tell. Thanks for helping simplify.
Sorry, something went wrong.
There was a problem hiding this comment.
Tested, works here - appreciate the investigation!
Sorry, something went wrong.
Use negative lookahead to avoid runway backtracking in whitespace. Fixes pygments#2839
|
Queued for Pygments 2.19.2, thanks guys! |
Sorry, something went wrong.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pygments](https://github.com/pygments/pygments) ([changelog](https://github.com/pygments/pygments/blob/master/CHANGES)) | packages | patch | `==2.19.1` -> `==2.19.2` | --- ### Release Notes <details> <summary>pygments/pygments (pygments)</summary> ### [`v2.19.2`](https://github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2192) [Compare Source](pygments/pygments@2.19.1...2.19.2) (released June 21st, 2025) - Lua: Fix regression introduced in 2.19.0 ([#​2882](pygments/pygments#2882), [#​2839](pygments/pygments#2839)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjQxLjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://kubara.git.onstackit.cloud/STACKIT/kubara/pulls/74 Co-authored-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud> Co-committed-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments's releases</a>.</em></p> <blockquote> <h2>2.20.0</h2> <ul> <li> <p>New lexers:</p> <ul> <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/ 2914">#2914</a>)</li> </ul> </li> <li> <p>Updated lexers:</p> <ul> <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</ a>)</li> <li>ASN.1: Recognize minus sign and fix range operator (<a href="https:/ /redirect.github.com/pygments/pygments/issues/3014">#3014</a>, <a href=" https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</l i> <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygmen ts/pygments/issues/2955">#2955</a>), add integer literal suffixes (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a> )</li> <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://red irect.github.com/pygments/pygments/issues/3028">#3028</a>, <a href="http s://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li> <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/p ygments/issues/2883">#2883</a>, <a href="https://redirect.github.com/pyg ments/pygments/issues/2908">#2908</a>)</li> <li>Cython: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2932">#2932</a>, <a href="https://redirect.githu b.com/pygments/pygments/issues/2933">#2933</a>)</li> <li>Debian control: Improve architecture parsing (<a href="https://redir ect.github.com/pygments/pygments/issues/3052">#3052</a>)</li> <li>Devicetree: Add support for overlay/fragments (<a href="https://redi rect.github.com/pygments/pygments/issues/3021">#3021</a>), add bytestring support (<a href="https://redirect.github.com/pygments/pygmen ts/issues/3022">#3022</a>), fix catastrophic backtracking (<a href="http s://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li> <li>Fennel: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2911">#2911</a>)</li> <li>Haskell: Handle escape sequences in character literals (<a href="htt ps://redirect.github.com/pygments/pygments/issues/3069">#3069</a>, <a hr ef="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a> )</li> <li>Java: Add module keywords (<a href="https://redirect.github.com/pygm ents/pygments/issues/2955">#2955</a>)</li> <li>Lean4: Add operators <code>]'</code>, <code>]?</code>, <code>]!</code> (<a href="https://redirect.github.com/pygments/pygments /issues/2946">#2946</a>)</li> <li>LESS: Support single-line comments (<a href="https://redirect.github .com/pygments/pygments/issues/3005">#3005</a>)</li> <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/py gments/pygments/issues/2974">#2974</a>)</li> <li>LLVM: Support C-style comments (<a href="https://redirect.github.com /pygments/pygments/issues/3023">#3023</a>, <a href="https://redirect.git hub.com/pygments/pygments/issues/2978">#2978</a>)</li> <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.git hub.com/pygments/pygments/issues/3047">#3047</a>)</li> <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/p ygments/pygments/issues/2893">#2893</a>), 1.25.11 (<a href="https://redi rect.github.com/pygments/pygments/issues/2988">#2988</a>)</li> <li>Mathematica: Various improvements (<a href="https://redirect.github. com/pygments/pygments/issues/2957">#2957</a>)</li> <li>meson: Add additional operators (<a href="https://redirect.github.co m/pygments/pygments/issues/2919">#2919</a>)</li> <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygment s/pygments/issues/2970">#2970</a>)</li> <li>org-Mode: Support both schedule and deadline (<a href="https://redir ect.github.com/pygments/pygments/issues/2899">#2899</a>)</li> <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https:// redirect.github.com/pygments/pygments/issues/2924">#2924</a>), add reserved keywords (<a href="https://redirect.github.com/pygments/pygment s/issues/3002">#3002</a>)</li> <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/ pygments/pygments/issues/2985">#2985</a>)</li> <li>protobuf: Fix namespace tokenization (<a href="https://redirect.gith ub.com/pygments/pygments/issues/2929">#2929</a>)</li> <li>Python: Add <code>t</code>-string support (<a href="https://redirect .github.com/pygments/pygments/issues/2973">#2973</a>, <a href="https://r edirect.github.com/pygments/pygments/issues/3009">#3009</a>, <a href="ht tps://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li> <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/py gments/pygments/issues/2972">#2972</a>, <a href="https://redirect.github .com/pygments/pygments/issues/2940">#2940</a>)</li> <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a> )</li> <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygme nts/pygments/issues/3026">#3026</a>, <a href="https://redirect.github.co m/pygments/pygments/issues/3027">#3027</a>)</li> <li>Turtle: Allow empty comment lines (<a href="https://redirect.github. com/pygments/pygments/issues/2980">#2980</a>)</li> <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redir ect.github.com/pygments/pygments/issues/2890">#2890</a>, <a href="https: //redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li> </ul> </li> <li> <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href= "https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>, <a href="https://redirect.github.com/pygments/pygments/issues/3012">#301 2</a>)</p> </li> <li> <p>Various improvements to <code>autopygmentize</code> (<a href="https:/ /redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p> </li> <li> <p>Update <code>onedark</code> style to support more token types (<a hre f="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>) </p> </li> <li> <p>Update <code>rtt</code> style to support more token types (<a href="h ttps://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p> </li> <li> <p>Cache entry points to improve performance (<a href="https://redirect. github.com/pygments/pygments/issues/2979">#2979</a>)</p> </li> <li> <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.git hub.com/pygments/pygments/issues/3043">#3043</a>)</p> </li> <li> <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a h ref="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a >)</p> </li> </ul> <h2>2.19.2</h2> <ul> <li>Lua: Fix regression introduced in 2.19.0 (<a href="https://redirect. github.com/pygments/pygments/issues/2882">#2882</a>, <a href="https://re direct.github.com/pygments/pygments/issues/2839">#2839</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/m aster/CHANGES">pygments's changelog</a>.</em></p> <blockquote> <h2>Version 2.20.0</h2> <p>(released March 29th, 2026)</p> <ul> <li> <p>New lexers:</p> <ul> <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/ 2914">#2914</a>)</li> </ul> </li> <li> <p>Updated lexers:</p> <ul> <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</ a>)</li> <li>ASN.1: Recognize minus sign and fix range operator (<a href="https:/ /redirect.github.com/pygments/pygments/issues/3014">#3014</a>, <a href=" https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</l i> <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygmen ts/pygments/issues/2955">#2955</a>), add integer literal suffixes (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a> )</li> <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://red irect.github.com/pygments/pygments/issues/3028">#3028</a>, <a href="http s://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li> <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/p ygments/issues/2883">#2883</a>, <a href="https://redirect.github.com/pyg ments/pygments/issues/2908">#2908</a>)</li> <li>Cython: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2932">#2932</a>, <a href="https://redirect.githu b.com/pygments/pygments/issues/2933">#2933</a>)</li> <li>Debian control: Improve architecture parsing (<a href="https://redir ect.github.com/pygments/pygments/issues/3052">#3052</a>)</li> <li>Devicetree: Add support for overlay/fragments (<a href="https://redi rect.github.com/pygments/pygments/issues/3021">#3021</a>), add bytestring support (<a href="https://redirect.github.com/pygments/pygmen ts/issues/3022">#3022</a>), fix catastrophic backtracking (<a href="http s://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li> <li>Fennel: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2911">#2911</a>)</li> <li>Haskell: Handle escape sequences in character literals (<a href="htt ps://redirect.github.com/pygments/pygments/issues/3069">#3069</a>, <a hr ef="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a> )</li> <li>Java: Add module keywords (<a href="https://redirect.github.com/pygm ents/pygments/issues/2955">#2955</a>)</li> <li>Lean4: Add operators <code>]'</code>, <code>]?</code>, <code>]!</code> (<a href="https://redirect.github.com/pygments/pygments /issues/2946">#2946</a>)</li> <li>LESS: Support single-line comments (<a href="https://redirect.github .com/pygments/pygments/issues/3005">#3005</a>)</li> <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/py gments/pygments/issues/2974">#2974</a>)</li> <li>LLVM: Support C-style comments (<a href="https://redirect.github.com /pygments/pygments/issues/3023">#3023</a>, <a href="https://redirect.git hub.com/pygments/pygments/issues/2978">#2978</a>)</li> <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.git hub.com/pygments/pygments/issues/3047">#3047</a>)</li> <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/p ygments/pygments/issues/2893">#2893</a>), 1.25.11 (<a href="https://redi rect.github.com/pygments/pygments/issues/2988">#2988</a>)</li> <li>Mathematica: Various improvements (<a href="https://redirect.github. com/pygments/pygments/issues/2957">#2957</a>)</li> <li>meson: Add additional operators (<a href="https://redirect.github.co m/pygments/pygments/issues/2919">#2919</a>)</li> <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygment s/pygments/issues/2970">#2970</a>)</li> <li>org-Mode: Support both schedule and deadline (<a href="https://redir ect.github.com/pygments/pygments/issues/2899">#2899</a>)</li> <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https:// redirect.github.com/pygments/pygments/issues/2924">#2924</a>), add reserved keywords (<a href="https://redirect.github.com/pygments/pygment s/issues/3002">#3002</a>)</li> <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/ pygments/pygments/issues/2985">#2985</a>)</li> <li>protobuf: Fix namespace tokenization (<a href="https://redirect.gith ub.com/pygments/pygments/issues/2929">#2929</a>)</li> <li>Python: Add <code>t</code>-string support (<a href="https://redirect .github.com/pygments/pygments/issues/2973">#2973</a>, <a href="https://r edirect.github.com/pygments/pygments/issues/3009">#3009</a>, <a href="ht tps://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li> <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/py gments/pygments/issues/2972">#2972</a>, <a href="https://redirect.github .com/pygments/pygments/issues/2940">#2940</a>)</li> <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a> )</li> <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygme nts/pygments/issues/3026">#3026</a>, <a href="https://redirect.github.co m/pygments/pygments/issues/3027">#3027</a>)</li> <li>Turtle: Allow empty comment lines (<a href="https://redirect.github. com/pygments/pygments/issues/2980">#2980</a>)</li> <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redir ect.github.com/pygments/pygments/issues/2890">#2890</a>, <a href="https: //redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li> </ul> </li> <li> <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href= "https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>, <a href="https://redirect.github.com/pygments/pygments/issues/3012">#301 2</a>)</p> </li> <li> <p>Various improvements to <code>autopygmentize</code> (<a href="https:/ /redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p> </li> <li> <p>Update <code>onedark</code> style to support more token types (<a hre f="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>) </p> </li> <li> <p>Update <code>rtt</code> style to support more token types (<a href="h ttps://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p> </li> <li> <p>Cache entry points to improve performance (<a href="https://redirect. github.com/pygments/pygments/issues/2979">#2979</a>)</p> </li> <li> <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.git hub.com/pygments/pygments/issues/3043">#3043</a>)</p> </li> <li> <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a h ref="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a >)</p> </li> </ul> <p>Version 2.19.2</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="pygments/pygments@708197d82827ba2 d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a> Fix underline length.</li> <li><a href="pygments/pygments@1d4538ae8621d76 6ecc91ff59caf76ab75983abc"><code>1d4538a</code></a> Prepare 2.20 release.</li> <li><a href="pygments/pygments@2ceaee4e634eeba e2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@e3a3c54b58c7f80 bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a> Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect .github.com/pygments/pygments/issues/3069">#3069</a>)</li> <li><a href="pygments/pygments@d7c3453e342dac3 19f58e4091f4ef183cc49d802"><code>d7c3453</code></a> Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#307 1</a> from pygments/harden-html-formatter</li> <li><a href="pygments/pygments@0f97e7c37d44abf a4ddfddf44a3290fdad586034"><code>0f97e7c</code></a> Harden the HTML formatter against CSS.</li> <li><a href="pygments/pygments@9f981b2ba42b88c a5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@1d889151024e9a5 3f3702a60558b29b070306e9e"><code>1d88915</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@c3d93adb9827fc0 54c3c12b47bde31c781a36a93"><code>c3d93ad</code></a> Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.g ithub.com/pygments/pygments/issues/3060">#3060</a>)</li> <li><a href="pygments/pygments@4f06bcf8a5ba3f2 b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a> fix bad behaving backtracking regex in CommonLispLexer</li> <li>Additional commits viewable in <a href="https://github.com/pygments/ pygments/compare/2.19.1...2.20.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security- vulnerabilities/about-dependabot-security-updates#about-compatibility- scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tursodatabase/turso/network/alerts). </details> Closes #6532
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments's releases</a>.</em></p> <blockquote> <h2>2.20.0</h2> <ul> <li> <p>New lexers:</p> <ul> <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/ 2914">tursodatabase#2914</a>)</li> </ul> </li> <li> <p>Updated lexers:</p> <ul> <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</ a>)</li> <li>ASN.1: Recognize minus sign and fix range operator (<a href="https:/ /redirect.github.com/pygments/pygments/issues/3014">tursodatabase#3014</a>, <a href=" https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</l i> <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygmen ts/pygments/issues/2955">tursodatabase#2955</a>), add integer literal suffixes (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a> )</li> <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://red irect.github.com/pygments/pygments/issues/3028">tursodatabase#3028</a>, <a href="http s://redirect.github.com/pygments/pygments/issues/3032">tursodatabase#3032</a>)</li> <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/p ygments/issues/2883">tursodatabase#2883</a>, <a href="https://redirect.github.com/pyg ments/pygments/issues/2908">tursodatabase#2908</a>)</li> <li>Cython: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2932">tursodatabase#2932</a>, <a href="https://redirect.githu b.com/pygments/pygments/issues/2933">tursodatabase#2933</a>)</li> <li>Debian control: Improve architecture parsing (<a href="https://redir ect.github.com/pygments/pygments/issues/3052">tursodatabase#3052</a>)</li> <li>Devicetree: Add support for overlay/fragments (<a href="https://redi rect.github.com/pygments/pygments/issues/3021">tursodatabase#3021</a>), add bytestring support (<a href="https://redirect.github.com/pygments/pygmen ts/issues/3022">tursodatabase#3022</a>), fix catastrophic backtracking (<a href="http s://redirect.github.com/pygments/pygments/issues/3057">tursodatabase#3057</a>)</li> <li>Fennel: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2911">tursodatabase#2911</a>)</li> <li>Haskell: Handle escape sequences in character literals (<a href="htt ps://redirect.github.com/pygments/pygments/issues/3069">tursodatabase#3069</a>, <a hr ef="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a> )</li> <li>Java: Add module keywords (<a href="https://redirect.github.com/pygm ents/pygments/issues/2955">tursodatabase#2955</a>)</li> <li>Lean4: Add operators <code>]'</code>, <code>]?</code>, <code>]!</code> (<a href="https://redirect.github.com/pygments/pygments tursodatabase/issues/2946">tursodatabase#2946</a>)</li> <li>LESS: Support single-line comments (<a href="https://redirect.github .com/pygments/pygments/issues/3005">tursodatabase#3005</a>)</li> <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/py gments/pygments/issues/2974">tursodatabase#2974</a>)</li> <li>LLVM: Support C-style comments (<a href="https://redirect.github.com /pygments/pygments/issues/3023">tursodatabase#3023</a>, <a href="https://redirect.git hub.com/pygments/pygments/issues/2978">tursodatabase#2978</a>)</li> <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.git hub.com/pygments/pygments/issues/3047">tursodatabase#3047</a>)</li> <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/p ygments/pygments/issues/2893">tursodatabase#2893</a>), 1.25.11 (<a href="https://redi rect.github.com/pygments/pygments/issues/2988">tursodatabase#2988</a>)</li> <li>Mathematica: Various improvements (<a href="https://redirect.github. com/pygments/pygments/issues/2957">tursodatabase#2957</a>)</li> <li>meson: Add additional operators (<a href="https://redirect.github.co m/pygments/pygments/issues/2919">tursodatabase#2919</a>)</li> <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygment s/pygments/issues/2970">tursodatabase#2970</a>)</li> <li>org-Mode: Support both schedule and deadline (<a href="https://redir ect.github.com/pygments/pygments/issues/2899">tursodatabase#2899</a>)</li> <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https:// redirect.github.com/pygments/pygments/issues/2924">tursodatabase#2924</a>), add reserved keywords (<a href="https://redirect.github.com/pygments/pygment s/issues/3002">tursodatabase#3002</a>)</li> <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/ pygments/pygments/issues/2985">tursodatabase#2985</a>)</li> <li>protobuf: Fix namespace tokenization (<a href="https://redirect.gith ub.com/pygments/pygments/issues/2929">tursodatabase#2929</a>)</li> <li>Python: Add <code>t</code>-string support (<a href="https://redirect .github.com/pygments/pygments/issues/2973">tursodatabase#2973</a>, <a href="https://r edirect.github.com/pygments/pygments/issues/3009">tursodatabase#3009</a>, <a href="ht tps://redirect.github.com/pygments/pygments/issues/3010">tursodatabase#3010</a>)</li> <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/py gments/pygments/issues/2972">tursodatabase#2972</a>, <a href="https://redirect.github .com/pygments/pygments/issues/2940">tursodatabase#2940</a>)</li> <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a> )</li> <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygme nts/pygments/issues/3026">tursodatabase#3026</a>, <a href="https://redirect.github.co m/pygments/pygments/issues/3027">tursodatabase#3027</a>)</li> <li>Turtle: Allow empty comment lines (<a href="https://redirect.github. com/pygments/pygments/issues/2980">tursodatabase#2980</a>)</li> <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redir ect.github.com/pygments/pygments/issues/2890">tursodatabase#2890</a>, <a href="https: //redirect.github.com/pygments/pygments/issues/2891">tursodatabase#2891</a>)</li> </ul> </li> <li> <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href= "https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>, <a href="https://redirect.github.com/pygments/pygments/issues/3012">#301 2</a>)</p> </li> <li> <p>Various improvements to <code>autopygmentize</code> (<a href="https:/ /redirect.github.com/pygments/pygments/issues/2894">tursodatabase#2894</a>)</p> </li> <li> <p>Update <code>onedark</code> style to support more token types (<a hre f="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>) </p> </li> <li> <p>Update <code>rtt</code> style to support more token types (<a href="h ttps://redirect.github.com/pygments/pygments/issues/2895">tursodatabase#2895</a>)</p> </li> <li> <p>Cache entry points to improve performance (<a href="https://redirect. github.com/pygments/pygments/issues/2979">tursodatabase#2979</a>)</p> </li> <li> <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.git hub.com/pygments/pygments/issues/3043">tursodatabase#3043</a>)</p> </li> <li> <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a h ref="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a >)</p> </li> </ul> <h2>2.19.2</h2> <ul> <li>Lua: Fix regression introduced in 2.19.0 (<a href="https://redirect. github.com/pygments/pygments/issues/2882">tursodatabase#2882</a>, <a href="https://re direct.github.com/pygments/pygments/issues/2839">tursodatabase#2839</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/m aster/CHANGES">pygments's changelog</a>.</em></p> <blockquote> <h2>Version 2.20.0</h2> <p>(released March 29th, 2026)</p> <ul> <li> <p>New lexers:</p> <ul> <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/ 2914">tursodatabase#2914</a>)</li> </ul> </li> <li> <p>Updated lexers:</p> <ul> <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</ a>)</li> <li>ASN.1: Recognize minus sign and fix range operator (<a href="https:/ /redirect.github.com/pygments/pygments/issues/3014">tursodatabase#3014</a>, <a href=" https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</l i> <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygmen ts/pygments/issues/2955">tursodatabase#2955</a>), add integer literal suffixes (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a> )</li> <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://red irect.github.com/pygments/pygments/issues/3028">tursodatabase#3028</a>, <a href="http s://redirect.github.com/pygments/pygments/issues/3032">tursodatabase#3032</a>)</li> <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/p ygments/issues/2883">tursodatabase#2883</a>, <a href="https://redirect.github.com/pyg ments/pygments/issues/2908">tursodatabase#2908</a>)</li> <li>Cython: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2932">tursodatabase#2932</a>, <a href="https://redirect.githu b.com/pygments/pygments/issues/2933">tursodatabase#2933</a>)</li> <li>Debian control: Improve architecture parsing (<a href="https://redir ect.github.com/pygments/pygments/issues/3052">tursodatabase#3052</a>)</li> <li>Devicetree: Add support for overlay/fragments (<a href="https://redi rect.github.com/pygments/pygments/issues/3021">tursodatabase#3021</a>), add bytestring support (<a href="https://redirect.github.com/pygments/pygmen ts/issues/3022">tursodatabase#3022</a>), fix catastrophic backtracking (<a href="http s://redirect.github.com/pygments/pygments/issues/3057">tursodatabase#3057</a>)</li> <li>Fennel: Various improvements (<a href="https://redirect.github.com/p ygments/pygments/issues/2911">tursodatabase#2911</a>)</li> <li>Haskell: Handle escape sequences in character literals (<a href="htt ps://redirect.github.com/pygments/pygments/issues/3069">tursodatabase#3069</a>, <a hr ef="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a> )</li> <li>Java: Add module keywords (<a href="https://redirect.github.com/pygm ents/pygments/issues/2955">tursodatabase#2955</a>)</li> <li>Lean4: Add operators <code>]'</code>, <code>]?</code>, <code>]!</code> (<a href="https://redirect.github.com/pygments/pygments tursodatabase/issues/2946">tursodatabase#2946</a>)</li> <li>LESS: Support single-line comments (<a href="https://redirect.github .com/pygments/pygments/issues/3005">tursodatabase#3005</a>)</li> <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/py gments/pygments/issues/2974">tursodatabase#2974</a>)</li> <li>LLVM: Support C-style comments (<a href="https://redirect.github.com /pygments/pygments/issues/3023">tursodatabase#3023</a>, <a href="https://redirect.git hub.com/pygments/pygments/issues/2978">tursodatabase#2978</a>)</li> <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.git hub.com/pygments/pygments/issues/3047">tursodatabase#3047</a>)</li> <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/p ygments/pygments/issues/2893">tursodatabase#2893</a>), 1.25.11 (<a href="https://redi rect.github.com/pygments/pygments/issues/2988">tursodatabase#2988</a>)</li> <li>Mathematica: Various improvements (<a href="https://redirect.github. com/pygments/pygments/issues/2957">tursodatabase#2957</a>)</li> <li>meson: Add additional operators (<a href="https://redirect.github.co m/pygments/pygments/issues/2919">tursodatabase#2919</a>)</li> <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygment s/pygments/issues/2970">tursodatabase#2970</a>)</li> <li>org-Mode: Support both schedule and deadline (<a href="https://redir ect.github.com/pygments/pygments/issues/2899">tursodatabase#2899</a>)</li> <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https:// redirect.github.com/pygments/pygments/issues/2924">tursodatabase#2924</a>), add reserved keywords (<a href="https://redirect.github.com/pygments/pygment s/issues/3002">tursodatabase#3002</a>)</li> <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/ pygments/pygments/issues/2985">tursodatabase#2985</a>)</li> <li>protobuf: Fix namespace tokenization (<a href="https://redirect.gith ub.com/pygments/pygments/issues/2929">tursodatabase#2929</a>)</li> <li>Python: Add <code>t</code>-string support (<a href="https://redirect .github.com/pygments/pygments/issues/2973">tursodatabase#2973</a>, <a href="https://r edirect.github.com/pygments/pygments/issues/3009">tursodatabase#3009</a>, <a href="ht tps://redirect.github.com/pygments/pygments/issues/3010">tursodatabase#3010</a>)</li> <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/py gments/pygments/issues/2972">tursodatabase#2972</a>, <a href="https://redirect.github .com/pygments/pygments/issues/2940">tursodatabase#2940</a>)</li> <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a hr ef="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a> )</li> <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygme nts/pygments/issues/3026">tursodatabase#3026</a>, <a href="https://redirect.github.co m/pygments/pygments/issues/3027">tursodatabase#3027</a>)</li> <li>Turtle: Allow empty comment lines (<a href="https://redirect.github. com/pygments/pygments/issues/2980">tursodatabase#2980</a>)</li> <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redir ect.github.com/pygments/pygments/issues/2890">tursodatabase#2890</a>, <a href="https: //redirect.github.com/pygments/pygments/issues/2891">tursodatabase#2891</a>)</li> </ul> </li> <li> <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href= "https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>, <a href="https://redirect.github.com/pygments/pygments/issues/3012">#301 2</a>)</p> </li> <li> <p>Various improvements to <code>autopygmentize</code> (<a href="https:/ /redirect.github.com/pygments/pygments/issues/2894">tursodatabase#2894</a>)</p> </li> <li> <p>Update <code>onedark</code> style to support more token types (<a hre f="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>) </p> </li> <li> <p>Update <code>rtt</code> style to support more token types (<a href="h ttps://redirect.github.com/pygments/pygments/issues/2895">tursodatabase#2895</a>)</p> </li> <li> <p>Cache entry points to improve performance (<a href="https://redirect. github.com/pygments/pygments/issues/2979">tursodatabase#2979</a>)</p> </li> <li> <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.git hub.com/pygments/pygments/issues/3043">tursodatabase#3043</a>)</p> </li> <li> <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a h ref="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a >)</p> </li> </ul> <p>Version 2.19.2</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="pygments/pygments@708197d82827ba2 d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a> Fix underline length.</li> <li><a href="pygments/pygments@1d4538ae8621d76 6ecc91ff59caf76ab75983abc"><code>1d4538a</code></a> Prepare 2.20 release.</li> <li><a href="pygments/pygments@2ceaee4e634eeba e2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@e3a3c54b58c7f80 bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a> Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect .github.com/pygments/pygments/issues/3069">tursodatabase#3069</a>)</li> <li><a href="pygments/pygments@d7c3453e342dac3 19f58e4091f4ef183cc49d802"><code>d7c3453</code></a> Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#307 1</a> from pygments/harden-html-formatter</li> <li><a href="pygments/pygments@0f97e7c37d44abf a4ddfddf44a3290fdad586034"><code>0f97e7c</code></a> Harden the HTML formatter against CSS.</li> <li><a href="pygments/pygments@9f981b2ba42b88c a5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@1d889151024e9a5 3f3702a60558b29b070306e9e"><code>1d88915</code></a> Update CHANGES.</li> <li><a href="pygments/pygments@c3d93adb9827fc0 54c3c12b47bde31c781a36a93"><code>c3d93ad</code></a> Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.g ithub.com/pygments/pygments/issues/3060">tursodatabase#3060</a>)</li> <li><a href="pygments/pygments@4f06bcf8a5ba3f2 b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a> fix bad behaving backtracking regex in CommonLispLexer</li> <li>Additional commits viewable in <a href="https://github.com/pygments/ pygments/compare/2.19.1...2.20.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security- vulnerabilities/about-dependabot-security-updates#about-compatibility- scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tursodatabase/turso/network/alerts). </details> Closes tursodatabase#6532
| Back | FazBrowse Home | New Git URL |
Use possessive quantifier if possible, otherwise fallback to old, buggy regex.
Fixes #2839
For reference, see: