UNPKG

@jinntec/jinn-codemirror

Version:

Source code editor component based on codemirror with language support for XML and Leiden+

13 lines (12 loc) 213 B
import { EditorConfig } from "./config"; class PlainConfig extends EditorConfig { async getExtensions(editor) { return []; } serialize() { return this.editor.content; } } export { PlainConfig };