UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

11 lines (10 loc) 380 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/velocity.ts languageMap.velocity = markupLanguage({ line: "##", block: ["#*", "*#"] }, xmlOpeningTag, voidTags); //#endregion //# sourceMappingURL=velocity.js.map