Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/syntax_highlighting_ng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# TODO: properly vendorize pygments, lest we interfere with
# other add-ons that might be shipping their own pygments
sys.path.insert(
0, os.path.join(addon_path, "libs", "pygments-2.18.0-py3-none-any.whl")
0, os.path.join(addon_path, "libs", "pygments-2.19.1-py3-none-any.whl")
)

STANDALONE = False
Expand Down
Binary file not shown.
Binary file not shown.