Glutanimate Syntax Highlighting Versions Save

A fork of Tiago Barroso's Syntax Highlighting add-on with support for Anki 2.1

v2.0.2

5 years ago

Support my work

If you enjoy Syntax Highlighting, please consider supporting my work by pledging your support on Patreon or by buying me a cup of coffee. – Thank you! :heart:

    

Changes

Fixed

  • workaround for double-curly-bracket support (which otherwise conflict with Anki's card template system)

Full changelog

Installation instructions:

Please see the manual installation section in the README.

Help & Support

Run into any issues? Please file a bug report here.

v2.0.1

5 years ago
  • case-insensitive lexer sorting

v2.0.0

5 years ago

See version notes below for the beta.

v2.0.0-beta

6 years ago

This is the first public release of my fork of Tiago Barroso's Syntax Highlighting for Code add-on. I would like to extend my heartfelt gratitude to all of what he has done for the Anki community over the years.

This update is meant to carry on his legacy by adding Anki 2.1 support, implementing some long-requested features, and refactoring major parts of the codebase. All of this was made possible through the generous support of a fellow Anki user who would like to remain anonymous.

An overview of the most important changes in this release follows below:

  • New: Anki 2.1 compatibility
  • New: Option to apply syntax highlighting via CSS (thanks to Tim Rae!)
  • New: Ability to customize language selection and hotkey
  • New: Ability to customize syntax highlighting theme
  • New: Upgraded pygments from v1.6 to v2.2.0. This is a major jump and should come with a lot of added functionality in terms of supported languages and language features
  • Fixed: Position options dialog correctly
  • Fixed: Various improvements and bug fixes (e.g. the ImportErrors and KeyErrors frequently reported in earlier reviews)