UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

22 lines (21 loc) 506 B
import { l as languages, a as tokenize } from "../../index-DF54SWhA.js"; import { e as embeddedIn } from "../../templating-BdWShxVo.js"; import "./markup.js"; import "./lua.js"; languages.etlua = { "etlua": { pattern: /<%[^]+?%>/, inside: { "delimiter": { pattern: /^..[=-]?|-?%>$/g, alias: "punctuation" }, "language-lua": { pattern: /[^]+/, inside: "lua" } } }, [tokenize]: embeddedIn("html") }; //# sourceMappingURL=etlua.js.map