Open
Conversation
443a6e0 to
d8947a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.10.0->==2.12.0Release Notes
pygments/pygments
v2.12.0Compare Source
(released April 24th, 2022)
Added lexers:
UnixConfigLexerfor "colon-separated" config files, like/etc/passwd(#2112)Updated lexers:
Agda: Update keyword list (#2017)
C family: Fix identifiers after
casestatements (#2084)Clojure: Highlight ratios (#2042)
Csound: Update to 6.17 (#2064)
CSS: Update the list of properties (#2113)
Elpi:
->(#2028)Futhark: Add missing tokens (#2118)
Gherkin: Add
But(#2046)Inform6: Update to 6.36 (#2050)
JSON: Support C comments in JSON (#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 theJavaScriptlexer.LilyPond:
PHP: Update builtin function and keyword list (#2054, #2056)
Scheme: Various improvements (#2060)
Spice: Update the keyword list, add new types (#2063, #2067)
Terraform:
Add
pluginsargument toget_all_lexers().Bump minimal Python version to 3.6 (#2059)
Fix multiple lexers marking whitespace as
Text(#2025)Remove various redundant uses of
re.UNICODE(#2058)Associate
.resourcewith the Robot framework (#2047)Associate
.cljcwith Clojure (#2043)Associate
.tppwith C++ (#2031)Remove traces of Python 2 from the documentation (#2039)
The
nativestyle was updated to meet the WCAG AAA contrast guidelines (#2038)Fix various typos (#2030)
Fix
Groffformatter not inheriting token styles correctly (#2024)Various improvements to the CI (#2036)
The Ada lexer has been moved to a separate file (#2117)
When
linenos=tableis used, the<table>itself is now wrapped with a<div class="highlight">tag instead of placing it inside the<td class="code">cell (#632.) With this change, the output matches the documented behavior... note::
If you have subclassed
HtmlFormatter.wrap, you may have to adjust the logic.v2.11.2Compare Source
(released January 6th, 2022)
Updated lexers:
recordkeywords result inErrortokens in some cases (#2016, #2018)Fix links to line numbers not working correctly (#2014)
Remove
underlinefromWhitespacestyle in theTangotheme (#2020)Fix
IRCandTerminal256formatters not backtracking correctly for custom token types, resulting in some unstyled tokens (#1986)v2.11.1Compare Source
(released December 31st, 2021)
Updated lexers:
unsigned int) (#2008):to result inErrortokens (#2010)v2.11.0Compare Source
(released December 30th, 2021)
Added lexers:
.SRCINFO(#1951)Updated lexers:
ABNF: Allow one-character rules (#1804)
Assembly: Fix incorrect token endings (#1895, #1961)
Bibtex: Distinguish between
commentandcommentary(#1899, #1806)C family: Support unicode identifiers (#1848)
CDDL: Fix slow lexing speed (#1959)
Debian control: Add missing fields (#1946)
Devicetree: Recognize hexadecimal addresses for nodes (#1949)
GDScript: Add
voiddata type (#1948)GSQL
HTML, XML: Improve comment handling (#1896)
Java: Add
yield(#1941) and sealed classes/record (#1902)Makefiles (#1860, #1898)
objdump-nasm: Improve handling of
--no-show-raw-insndumps (#1981)Prolog: Support escaped
\inside quoted strings (#1479)Python:
~in tracebacks (#2004)RobotFramework: Improve empty brace handling (#1921, #1922)
Terraform
Added styles:
LilyPondlanguage... note::
All of the new styles unfortunately do not conform to WCAG recommendations.
Text(#1237, #1905, #1908, #1914, #1911, #1923, #1939, #1957, #1978)pygmentizesupports JSON output for the various list functions now, making it easier to consume them from scripts. (#1437, #1890)shelllexer forkshrcfiles (#1947)rubylexer forVagrantfilefiles (#1936).xbmand.xpmfiles (#1802)groffformatter (#1873)manpagesHtmlFormattercan now emit tooltips for each token to ease debugging of lexers (#1822)f90as an alias forfortran(#2000)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 WhiteSource Renovate. View repository job log here.