The responses of type application/json+schema in the documentation for the @types endpoint are currently not getting syntax highlighted (see response at the bottom of that page).
This is because the respective Pygments Lexer in Sphinx is just registered for the application/json MIME type, but not application/json+schema.
Especially because these are long and deeply nested, the would benefit from getting properly highlighted.
The text was updated successfully, but these errors were encountered:
lukasgraf commentedJun 22, 2019
The responses of type
application/json+schema
in the documentation for the@types
endpoint are currently not getting syntax highlighted (see response at the bottom of that page).This is because the respective Pygments Lexer in Sphinx is just registered for the
application/json
MIME type, but notapplication/json+schema
.Especially because these are long and deeply nested, the would benefit from getting properly highlighted.
The text was updated successfully, but these errors were encountered: