UNPKG

prismjs

Version:

Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.

11 lines 207 B
Prism.languages.ini= { 'comment': /^\s*;.*$/m, 'important': /\[.*?\]/m, 'constant': /^\s*[^\s=]+?(?=[ \t]*=)/m, 'attr-value': { pattern: /=.*/m, inside: { 'punctuation': /^[=]/ } } };