UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

16 lines (15 loc) 443 B
import { l as languages } from "../../index-bkac8M6P.js"; import { a as addJsxTag } from "../../jsx-shared-Bxuvc7gd.js"; import "./jsx.js"; import "./typescript.js"; addJsxTag(languages.ts, "tsx"); var tag = languages.tsx.tag; var bracket = "(?:^|("; try { RegExp("(?<=)"); bracket += "?<="; } catch { tag.lookbehind = true; } tag.pattern = RegExp(bracket + `[^\\w$])|(?=</))${tag.pattern.source}`, "g"); //# sourceMappingURL=tsx.js.map