prism-code-editor-lightweight
Version:
Lightweight, extensible code editor component for the web using Prism
12 lines (11 loc) • 308 B
JavaScript
import { l as languageMap } from "../index-MBlAXvVu.js";
import { m as markupLanguage, v as voidTags, x as xmlOpeningTag } from "../index-Fp08-m-Z.js";
languageMap.velocity = markupLanguage(
{
line: "##",
block: ["#*", "*#"]
},
xmlOpeningTag,
voidTags
);
//# sourceMappingURL=velocity.js.map