UNPKG

codemirror-json-schema

Version:

Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`

10 lines (9 loc) 275 B
// yaml export { yamlSchemaLinter } from "./validation"; export { yamlSchemaHover } from "./hover"; export { yamlCompletion } from "./completion"; /** * @group Bundled Codemirror Extensions */ export { yamlSchema } from "./bundled"; export * from "../parsers/yaml-parser";