-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Syntax Highlighting #3189
Comments
Thanks for bringing it up. As we're focused on OAS3 support, this will not be high on the priority list for now. That said, contributions are always welcome. |
npm has some nice react components that handle syntax highlighting: https://www.npmjs.com/search?q=react+syntax+highlighting a community PR that adds this functionality would be wonderful, and not difficult to implement! |
swagger-ui currently uses microlight and has a component named
visual effect: |
🎉 Implemented in Swagger UI 3.30.0 (PR #6236). See also the relevant configuration parameters: |
Swagger 2 had a nice syntax highlighting for json/xml samples.
I might be missing something, but I don't see it in the "Known Issues" section of the
README.md
, is this planned or is there a way to enable it on swagger-ui 3?The text was updated successfully, but these errors were encountered: