UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

24 lines (23 loc) 589 B
import { l as languages, a as tokenize } from "../../index-DF54SWhA.js"; import { e as embeddedIn } from "../../templating-BdWShxVo.js"; import "./javascript.js"; import "./markup.js"; languages.eta = languages.ejs = { "ejs": { pattern: /<%[^%][^]*?%>/, inside: { "comment": /^<%#[^]+/, "delimiter": { pattern: /^..[-_=]?|[-_]?%>$/g, alias: "punctuation" }, "language-javascript": { pattern: /[^]+/, inside: "js" } } }, "escape": /<%%|%%>/, [tokenize]: embeddedIn("html") }; //# sourceMappingURL=ejs.js.map