Opened 3 years ago

Closed 3 years ago

#16466 closed enhancement (fixed)

Pygments-2.12.0 (Python module)

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Bruce Dubbs, 3 years ago

Version 2.12.0 - (released April 24th, 2022)

  • Added lexers:
  • Cplint
  • Macaulay2
  • Minecraft
  • Qlik
  • UnixConfigLexer for "colon-separated" config files, like /etc/passwd
  • Updated lexers:
  • Agda: Update keyword list
  • C family: Fix identifiers after case statements
  • Clojure: Highlight ratios
  • Csound: Update to 6.17
  • CSS: Update the list of properties
  • Elpi:
    • Fix catastrophic backtracking
    • Fix handling of ->
  • Futhark: Add missing tokens
  • Gherkin: Add But
  • Inform6: Update to 6.36
  • JSON: Support C comments in JSON . 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
    • Fix properties containing dashes
  • PHP: Update builtin function and keyword list
  • Scheme: Various improvements
  • Spice: Update the keyword list, add new types
  • Terraform:
    • Support non-idiomatic comments
    • Fix class name lexing
  • Add plugins argument to get_all_lexers().
  • Bump minimal Python version to 3.6
  • Fix multiple lexers marking whitespace as Text
  • Remove various redundant uses of re.UNICODE
  • Associate .resource with the Robot framework
  • Associate .cljc with Clojure
  • Associate .tpp with C++
  • Remove traces of Python 2 from the documentation
  • The native style was updated to meet the WCAG AAA contrast guidelines
  • Fix various typos
  • Fix Groff formatter not inheriting token styles correctly
  • Various improvements to the CI
  • The Ada lexer has been moved to a separate file
  • When linenos=table is used, the <table> itself is now wrapped with a <div class="highlight"> tag instead of placing it inside the <td class="code"> cell. With this change, the output matches the documented behavior.

comment:2 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: newclosed

Fixed at commit d94bdfcb62ba022a8438983f5506402834749094

Package updates
   Update to harfbuzz-4.2.1.
   Update to Pygments-2.12.0.
Note: See TracTickets for help on using tickets.