UNPKG

prismjs

Version:

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

6 lines 142 B
Prism.languages.latex = { 'comment': /%.*?(\r?\n|$)$/m, 'string': /(\$)(\\?.)*?\1/, 'punctuation': /[{}]/, 'selector': /\\[a-z;,:\.]*/i };