json-schema-org / JSON-Schema-Test-Suite

A language agnostic test suite for the JSON Schema specifications
MIT License
603 stars 205 forks source link

Syntax highlight schemas + instances in the terminal #720

Closed Julian closed 5 months ago

Julian commented 5 months ago

textual has support for syntax highlighting, so we should possibly make use of it in order to highlight schemas + instances in the terminal.

Doing this though probably would benefit from writing a Pygments highlighter that understands JSON Schema dialects -- something that likely is a good idea anyhow -- so this is probably the first step here.

Julian commented 5 months ago

Hooray me, wrong browser tab (this obviously is meant for Bowtie).