UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

10 lines (9 loc) 341 B
import { l as languageMap } from "../index-q0zRzWVD.js"; import { m as markupLanguage, x as xmlOpeningTag } from "../index-Dd0LEIyM.js"; import { o as voidTags } from "../index-CxiLA9IO.js"; languageMap.razor = languageMap.cshtml = markupLanguage( { block: ["@*", "*@"] }, xmlOpeningTag, voidTags ); //# sourceMappingURL=cshtml.js.map