UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

8 lines (7 loc) 354 B
import { s as languageMap } from "../core-E7btWBqK.js"; import { S as voidTags } from "../utils-BffvWiz1.js"; import { c as markupLanguage, d as xmlOpeningTag } from "../shared-CMfzVEi9.js"; //#region src/languages/wiki.ts languageMap.wiki = markupLanguage({ block: ["/*", "*/"] }, xmlOpeningTag, voidTags); //#endregion //# sourceMappingURL=wiki.js.map