prism-code-editor
Version:
Lightweight, extensible code editor component for the web using Prism
10 lines (9 loc) • 341 B
JavaScript
import { l as languageMap } from "../index-CKRNGLIi.js";
import { m as markupLanguage, x as xmlOpeningTag } from "../index-ByhqCQJ3.js";
import { o as voidTags } from "../index-BvZmi6ce.js";
languageMap.razor = languageMap.cshtml = markupLanguage(
{ block: ["@*", "*@"] },
xmlOpeningTag,
voidTags
);
//# sourceMappingURL=cshtml.js.map