Bump pygments from 2.18.0 to 2.19.1
Bumps pygments from 2.18.0 to 2.19.1.
Release notes
Sourced from pygments's releases.
2.19.1
Updated lexers:
- Ini: Fix quoted string regression introduced in 2.19.0
- Lua: Fix a regression introduced in 2.19.0
2.19.0
New lexers:
Updated lexers:
- BQN: Various improvements (#2789)
- C#: Fix number highlighting (#986, #2727), add
filekeyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)- CSS: Add
revert(#2766, #2775)- Debian control: Add
Change-Byfield (#2757)- Elip: Improve punctuation handling (#2651)
- Igor: Add
int(#2801)- Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
- Java: Support functions returning types containing a question mark (#2737)
- JavaScript: Support private identiiers (#2729, #2671)
- LLVM: Add
splat, improve floating-point number parsing (#2755)- Lua: Improve variable detection, add built-in functions (#2829)
- Macaulay2: Update to 1.24.11 (#2800)
- PostgreSQL: Add more
EXPLAINkeywords (#2785), handle/(#2774)- S-Lexer: Fix keywords (#2082, #2750)
- TransactSQL: Fix single-line comments (#2717)
- Turtle: Fix triple quoted strings (#2744, #2758)
- Typst: Various improvements (#2724)
- Various: Add
^as an operator to Matlab, Octave and Scilab (#2798)- Vyper: Add
staticcallandextcall(#2719)
- Mark file extensions for
HTML/XML+Evoqueas aliases (#2743)- Add a color for
Operator.Wordto therrtstyle (#2709)- Fix broken link in the documentation (#2803, #2804)
- Drop executable bit where not needed (#2781)
- Reduce Mojo priority relative to Python in ``analyze_text´` (#2771, #2772)
- Fix documentation builds (#2712)
- Match example file names to the lexer's name (#2713, #2715)
... (truncated)
Changelog
Sourced from pygments's changelog.
Version 2.19.1
(released January 6th, 2025)
Updated lexers:
- Ini: Fix quoted string regression introduced in 2.19.0
- Lua: Fix a regression introduced in 2.19.0
Version 2.19.0
(released January 5th, 2025)
New lexers:
Updated lexers:
- BQN: Various improvements (#2789)
- C#: Fix number highlighting (#986, #2727), add
filekeyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)- CSS: Add
revert(#2766, #2775)- Debian control: Add
Change-Byfield (#2757)- Elip: Improve punctuation handling (#2651)
- Igor: Add
int(#2801)- Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
- Java: Support functions returning types containing a question mark (#2737)
- JavaScript: Support private identiiers (#2729, #2671)
- LLVM: Add
splat, improve floating-point number parsing (#2755)- Lua: Improve variable detection, add built-in functions (#2829)
- Macaulay2: Update to 1.24.11 (#2800)
- PostgreSQL: Add more
EXPLAINkeywords (#2785), handle/(#2774)- S-Lexer: Fix keywords (#2082, #2750)
- TransactSQL: Fix single-line comments (#2717)
- Turtle: Fix triple quoted strings (#2744, #2758)
- Typst: Various improvements (#2724)
- Various: Add
^as an operator to Matlab, Octave and Scilab (#2798)- Vyper: Add
staticcallandextcall(#2719)
- Mark file extensions for
HTML/XML+Evoqueas aliases (#2743)
... (truncated)
Commits
b583de4Prepare 2.19.1 release.c13f3f1Prepare 2.19.1 release.cdbcd43Add regression test for .ini issue, update CHANGES.5792a21Update CHANGES.a985866Merge pull request #2835 from kartben/fix_ini_double_quotes5822fd1Fix Lua regressions.673d824Fix quoted string handling43bf86fImprove example regex in the docs.452ac62Move on past 2.19.0.62dff31Prepare 2.19 release.- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coverage: 100.0%. remained the same when pulling 479c2a037afdc78966036744ee2db785e27c88b0 on dependabot/pip/pygments-2.19.1 into 738181b54679f0a5b1eb54b6ffb9f2b6d43ca3e2 on master.
@dependabot rebase