fixup! fixup! fixup! fixup! Add syntactic highlighting to the error explanations

This commit is contained in:
Benjamin Schubert 2023-12-20 11:53:48 +00:00
parent 3228f8f102
commit e2880b7879
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ Improved very verbose diff output to color it as a diff instead of only red.
Improved the error reporting to better separate each section.
Improved the error reporting to highlight python code as python code when pygments is available
Improved the error reporting to syntax-highlight Python code when Pygments is available.