jsonnext / codemirror-json-schema

A JSONSchema enabled mode for codemirror 6, for json4 and json5, inspired by monaco-json
https://codemirror-json-schema.netlify.app
MIT License
63 stars 12 forks source link

YAML support #84

Closed ankrgyl closed 7 months ago

ankrgyl commented 8 months ago

Have you considered adding support for YAML?

acao commented 8 months ago

yes it's on the radar - there isn't a modern cm6 mode for yaml last we checked, but it's still possible with legacy mode i think

ankrgyl commented 8 months ago

There is now! https://github.com/codemirror/lang-yaml

imolorhe commented 7 months ago

FYI I've picked this up. Will see how easy it is to add a yaml mode.

imolorhe commented 7 months ago

Done! Demo