UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

8 lines (7 loc) 352 B
import { s as languageMap } from "../core-C0HOUBwg.js"; import { S as voidTags } from "../utils-Cmdnutew.js"; import { c as markupLanguage, d as xmlOpeningTag } from "../shared-B0peAqEc.js"; //#region src/languages/ejs.ts languageMap.ejs = markupLanguage({ block: ["<%#", "%>"] }, xmlOpeningTag, voidTags); //#endregion //# sourceMappingURL=ejs.js.map