UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

23 lines (22 loc) 493 B
import { l as languages } from "../../index-DF54SWhA.js"; languages["false"] = { "comment": /\{[^}]*\}/, "string": /"[^"]*"/g, "character-code": { pattern: /'[^]/, alias: "number" }, "assembler-code": { pattern: /\d+`/, alias: "important" }, "number": /\d+/, "operator": /[#$?'.,:;@\\_`~ßø%&|^!=>/*+-]/, "punctuation": /[[\]]/, "variable": /[a-z]/, "non-standard": { pattern: /[()<BDO®]/, alias: "bold" } }; //# sourceMappingURL=false.js.map