temando / open-api-ui

[DEPRECATED] A visualiser for Open API definitions such as Swagger.
https://github.com/temando/open-api-renderer
MIT License
2 stars 3 forks source link

Add syntax highlighting to examples. RE #38 #39

Closed brendo closed 7 years ago

brendo commented 7 years ago

This adds syntax highlighting using this package for schema and example tabs.

The example tab gets line numbers too which is nice.

This plugin does not support code folding, so that's something to look at later.

It's also worth noting that the schema tab is not valid JSON, so the highlighting does not "work" as expected here.