UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

13 lines (12 loc) 447 B
import { l as languages } from "../../index-DF54SWhA.js"; import { b as boolean, a as clikeComment } from "../../patterns-Jkz_nwNQ.js"; languages["nand2tetris-hdl"] = { "comment": clikeComment, "keyword": /\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/, "boolean": boolean, "function": /\b[a-zA-Z][A-Za-z\d]*(?=\()/, "number": /\b\d+\b/, "operator": /=|\.\./, "punctuation": /[()[\]{},:;]/ }; //# sourceMappingURL=nand2tetris-hdl.js.map