glutanimate / syntax-highlighting

A fork of Tiago Barroso's Syntax Highlighting add-on with support for Anki 2.1
https://ankiweb.net/shared/info/1463041493
Other
108 stars 27 forks source link

Fix(IndexError): Handle unexpected System level pygments import #42

Open PratikBhusal opened 1 year ago

PratikBhusal commented 1 year ago

Description

Problem

If pygments is installed via pip (In my case pygments version 2.15), it will be used regardless of the locally shipped pygments dependency.

Solution

Defensively checks bounds to ensure no index exception occurs.

Checklist: