Skip to content

Releases: xonsh/pygments-cache

0.1.3

13 Oct 15:17
Compare
Choose a tag to compare

Added:

  • add_custom_style() to be able to transparently use user defined styles (for xonsh/xonsh#3837)

0.1.2

22 Jul 17:59
Compare
Choose a tag to compare

Added:

  • Added get_all_styles() function for fast loading of style names.

0.1.1

03 Jun 22:33
Compare
Choose a tag to compare

Fixed:

  • Fixed missing variable name issues in get_style_by_name() and
    get_filter_by_name().

0.1.0

03 Jun 20:14
Compare
Choose a tag to compare

Added:

  • Started pygments_cache project with caching support for the
    following pygments functions:

    • get_lexer_for_filename()
    • guess_lexer_for_filename()
    • get_formatter_for_filename()
    • get_formatter_by_name()
    • get_style_by_name()
    • get_filter_by_name()