UNPKG

codemirror-json-schema

Version:

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

10 lines (9 loc) 281 B
// json5 export { json5SchemaLinter } from "./validation"; export { json5SchemaHover } from "./hover"; export { json5Completion } from "./completion"; /** * @group Bundled Codemirror Extensions */ export { json5Schema } from "./bundled"; export * from "../parsers/json5-parser";