UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

20 lines (19 loc) 474 B
import { a as languages } from "../../core-8vQkh0Rd.js"; //#region src/prism/languages/ignore.js languages.npmignore = languages.hgignore = languages.gitignore = languages.ignore = { "comment": /^#.*/m, "entry": { pattern: /\S(?:.*(?:(?:\\ )|\S))?/, alias: "string", inside: { "operator": /^!|\*\*?|\?/, "regex": { pattern: /(^|[^\\])\[[^[\]]*\]/, lookbehind: true }, "punctuation": /\// } } }; //#endregion //# sourceMappingURL=ignore.js.map