UNPKG

codemirror-json-schema

Version:

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

9 lines (8 loc) 267 B
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";