You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the code block will always the be colorized with python syntax, no matter what's the first argument passed to .. code::.
First of all, I'de suggest to simply disable the colorizing when the directive argument is set to unrecognized value.
Then, we can think about whether we want to use what's already integrated in docutils: https://pygments.org/ or use something else present in twisted maybe?
The text was updated successfully, but these errors were encountered:
From #491 (comment)
Right now, the code block will always the be colorized with python syntax, no matter what's the first argument passed to
.. code::
.First of all, I'de suggest to simply disable the colorizing when the directive argument is set to unrecognized value.
Then, we can think about whether we want to use what's already integrated in docutils: https://pygments.org/ or use something else present in twisted maybe?
The text was updated successfully, but these errors were encountered: