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