pygments/pygments
### [`v2.12.0`](https://togithub.com/pygments/pygments/blob/HEAD/CHANGES#Version-2120)
[Compare Source](https://togithub.com/pygments/pygments/compare/2.11.2...2.12.0)
(released April 24th, 2022)
- Added lexers:
- Berry ([#2070](https://togithub.com/pygments/pygments/issues/2070))
- Cplint ([#2045](https://togithub.com/pygments/pygments/issues/2045))
- Macaulay2 ([#1791](https://togithub.com/pygments/pygments/issues/1791))
- MCFunction ([#2107](https://togithub.com/pygments/pygments/issues/2107))
- Minecraft ([#2107](https://togithub.com/pygments/pygments/issues/2107))
- Qlik ([#1925](https://togithub.com/pygments/pygments/issues/1925))
- `UnixConfigLexer` for "colon-separated" config files, like `/etc/passwd` ([#2112](https://togithub.com/pygments/pygments/issues/2112))
- Uxntal ([#2086](https://togithub.com/pygments/pygments/issues/2086))
- K and Q ([#2073](https://togithub.com/pygments/pygments/issues/2073))
- Updated lexers:
- Agda: Update keyword list ([#2017](https://togithub.com/pygments/pygments/issues/2017))
- C family: Fix identifiers after `case` statements ([#2084](https://togithub.com/pygments/pygments/issues/2084))
- Clojure: Highlight ratios ([#2042](https://togithub.com/pygments/pygments/issues/2042))
- Csound: Update to 6.17 ([#2064](https://togithub.com/pygments/pygments/issues/2064))
- CSS: Update the list of properties ([#2113](https://togithub.com/pygments/pygments/issues/2113))
- Elpi:
- Fix catastrophic backtracking ([#2053](https://togithub.com/pygments/pygments/issues/2053), [#2061](https://togithub.com/pygments/pygments/issues/2061))
- Fix handling of `->` ([#2028](https://togithub.com/pygments/pygments/issues/2028))
- Futhark: Add missing tokens ([#2118](https://togithub.com/pygments/pygments/issues/2118))
- Gherkin: Add `But` ([#2046](https://togithub.com/pygments/pygments/issues/2046))
- Inform6: Update to 6.36 ([#2050](https://togithub.com/pygments/pygments/issues/2050))
- Jinja2: add `.xxx.j2` and `.xxx.jinja2` to relevant lexers
(for `xxx` = `html`, `xml`, etc.) ([#2103](https://togithub.com/pygments/pygments/issues/2103))
- JSON: Support C comments in JSON ([#2049](https://togithub.com/pygments/pygments/issues/2049)). Note: This doesn't mean the JSON parser now supports JSONC or JSON5 proper, just that it doesn't error out when seeing a `/* */` or `//` style comment. If you need proper comment handling, consider using the `JavaScript` lexer.
- LilyPond:
- Fix incorrect lexing of names containing a built-in ([#2071](https://togithub.com/pygments/pygments/issues/2071))
- Fix properties containing dashes ([#2099](https://togithub.com/pygments/pygments/issues/2099))
- PHP: Update builtin function and keyword list ([#2054](https://togithub.com/pygments/pygments/issues/2054), [#2056](https://togithub.com/pygments/pygments/issues/2056))
- Python: highlight `EncodingWarning` ([#2106](https://togithub.com/pygments/pygments/issues/2106))
- Savi: fix highlighting for underscore/private identifiers,
add string interpolation ([#2102](https://togithub.com/pygments/pygments/issues/2102)); fix nested type name highlighting
([#2110](https://togithub.com/pygments/pygments/issues/2110))
- Scheme: Various improvements ([#2060](https://togithub.com/pygments/pygments/issues/2060))
- Spice: Update the keyword list, add new types ([#2063](https://togithub.com/pygments/pygments/issues/2063), [#2067](https://togithub.com/pygments/pygments/issues/2067))
- Terraform:
- Support non-idiomatic comments ([#2065](https://togithub.com/pygments/pygments/issues/2065), [#2066](https://togithub.com/pygments/pygments/issues/2066))
- Fix class name lexing ([#2097](https://togithub.com/pygments/pygments/issues/2097))
- Add `plugins` argument to `get_all_lexers()`.
- Bump minimal Python version to 3.6 ([#2059](https://togithub.com/pygments/pygments/issues/2059))
- Fix multiple lexers marking whitespace as `Text` ([#2025](https://togithub.com/pygments/pygments/issues/2025))
- Remove various redundant uses of `re.UNICODE` ([#2058](https://togithub.com/pygments/pygments/issues/2058))
- Associate `.resource` with the Robot framework ([#2047](https://togithub.com/pygments/pygments/issues/2047))
- Associate `.cljc` with Clojure ([#2043](https://togithub.com/pygments/pygments/issues/2043))
- Associate `.tpp` with C++ ([#2031](https://togithub.com/pygments/pygments/issues/2031))
- Remove traces of Python 2 from the documentation ([#2039](https://togithub.com/pygments/pygments/issues/2039))
- The `native` style was updated to meet the WCAG AAA contrast guidelines ([#2038](https://togithub.com/pygments/pygments/issues/2038))
- Fix various typos ([#2030](https://togithub.com/pygments/pygments/issues/2030))
- Fix `Groff` formatter not inheriting token styles correctly ([#2024](https://togithub.com/pygments/pygments/issues/2024))
- Various improvements to the CI ([#2036](https://togithub.com/pygments/pygments/issues/2036))
- The Ada lexer has been moved to a separate file ([#2117](https://togithub.com/pygments/pygments/issues/2117))
- When `linenos=table` is used, the `
` itself is now wrapped with a `
` tag instead of placing it inside the `
` cell ([#632](https://togithub.com/pygments/pygments/issues/632).) With this change, the output matches the documented behavior.
.. note::
If you have subclassed `HtmlFormatter.wrap`, you may have to adjust the logic.
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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
As this PR has been closed unmerged, Renovate will now ignore this update (<=2.12.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
<=2.11.2
-><=2.12.0
Release Notes
pygments/pygments
### [`v2.12.0`](https://togithub.com/pygments/pygments/blob/HEAD/CHANGES#Version-2120) [Compare Source](https://togithub.com/pygments/pygments/compare/2.11.2...2.12.0) (released April 24th, 2022) - Added lexers: - Berry ([#2070](https://togithub.com/pygments/pygments/issues/2070)) - Cplint ([#2045](https://togithub.com/pygments/pygments/issues/2045)) - Macaulay2 ([#1791](https://togithub.com/pygments/pygments/issues/1791)) - MCFunction ([#2107](https://togithub.com/pygments/pygments/issues/2107)) - Minecraft ([#2107](https://togithub.com/pygments/pygments/issues/2107)) - Qlik ([#1925](https://togithub.com/pygments/pygments/issues/1925)) - `UnixConfigLexer` for "colon-separated" config files, like `/etc/passwd` ([#2112](https://togithub.com/pygments/pygments/issues/2112)) - Uxntal ([#2086](https://togithub.com/pygments/pygments/issues/2086)) - K and Q ([#2073](https://togithub.com/pygments/pygments/issues/2073)) - Updated lexers: - Agda: Update keyword list ([#2017](https://togithub.com/pygments/pygments/issues/2017)) - C family: Fix identifiers after `case` statements ([#2084](https://togithub.com/pygments/pygments/issues/2084)) - Clojure: Highlight ratios ([#2042](https://togithub.com/pygments/pygments/issues/2042)) - Csound: Update to 6.17 ([#2064](https://togithub.com/pygments/pygments/issues/2064)) - CSS: Update the list of properties ([#2113](https://togithub.com/pygments/pygments/issues/2113)) - Elpi: - Fix catastrophic backtracking ([#2053](https://togithub.com/pygments/pygments/issues/2053), [#2061](https://togithub.com/pygments/pygments/issues/2061)) - Fix handling of `->` ([#2028](https://togithub.com/pygments/pygments/issues/2028)) - Futhark: Add missing tokens ([#2118](https://togithub.com/pygments/pygments/issues/2118)) - Gherkin: Add `But` ([#2046](https://togithub.com/pygments/pygments/issues/2046)) - Inform6: Update to 6.36 ([#2050](https://togithub.com/pygments/pygments/issues/2050)) - Jinja2: add `.xxx.j2` and `.xxx.jinja2` to relevant lexers (for `xxx` = `html`, `xml`, etc.) ([#2103](https://togithub.com/pygments/pygments/issues/2103)) - JSON: Support C comments in JSON ([#2049](https://togithub.com/pygments/pygments/issues/2049)). Note: This doesn't mean the JSON parser now supports JSONC or JSON5 proper, just that it doesn't error out when seeing a `/* */` or `//` style comment. If you need proper comment handling, consider using the `JavaScript` lexer. - LilyPond: - Fix incorrect lexing of names containing a built-in ([#2071](https://togithub.com/pygments/pygments/issues/2071)) - Fix properties containing dashes ([#2099](https://togithub.com/pygments/pygments/issues/2099)) - PHP: Update builtin function and keyword list ([#2054](https://togithub.com/pygments/pygments/issues/2054), [#2056](https://togithub.com/pygments/pygments/issues/2056)) - Python: highlight `EncodingWarning` ([#2106](https://togithub.com/pygments/pygments/issues/2106)) - Savi: fix highlighting for underscore/private identifiers, add string interpolation ([#2102](https://togithub.com/pygments/pygments/issues/2102)); fix nested type name highlighting ([#2110](https://togithub.com/pygments/pygments/issues/2110)) - Scheme: Various improvements ([#2060](https://togithub.com/pygments/pygments/issues/2060)) - Spice: Update the keyword list, add new types ([#2063](https://togithub.com/pygments/pygments/issues/2063), [#2067](https://togithub.com/pygments/pygments/issues/2067)) - Terraform: - Support non-idiomatic comments ([#2065](https://togithub.com/pygments/pygments/issues/2065), [#2066](https://togithub.com/pygments/pygments/issues/2066)) - Fix class name lexing ([#2097](https://togithub.com/pygments/pygments/issues/2097)) - Add `plugins` argument to `get_all_lexers()`. - Bump minimal Python version to 3.6 ([#2059](https://togithub.com/pygments/pygments/issues/2059)) - Fix multiple lexers marking whitespace as `Text` ([#2025](https://togithub.com/pygments/pygments/issues/2025)) - Remove various redundant uses of `re.UNICODE` ([#2058](https://togithub.com/pygments/pygments/issues/2058)) - Associate `.resource` with the Robot framework ([#2047](https://togithub.com/pygments/pygments/issues/2047)) - Associate `.cljc` with Clojure ([#2043](https://togithub.com/pygments/pygments/issues/2043)) - Associate `.tpp` with C++ ([#2031](https://togithub.com/pygments/pygments/issues/2031)) - Remove traces of Python 2 from the documentation ([#2039](https://togithub.com/pygments/pygments/issues/2039)) - The `native` style was updated to meet the WCAG AAA contrast guidelines ([#2038](https://togithub.com/pygments/pygments/issues/2038)) - Fix various typos ([#2030](https://togithub.com/pygments/pygments/issues/2030)) - Fix `Groff` formatter not inheriting token styles correctly ([#2024](https://togithub.com/pygments/pygments/issues/2024)) - Various improvements to the CI ([#2036](https://togithub.com/pygments/pygments/issues/2036)) - The Ada lexer has been moved to a separate file ([#2117](https://togithub.com/pygments/pygments/issues/2117)) - When `linenos=table` is used, the `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.
This PR has been generated by Mend Renovate. View repository job log here.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will now ignore this update (<=2.12.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the
ignoreDeps
array of your renovate config.If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.