prism-latex.js 142 Bytes Edit Raw Blame History 1 2 3 4 5 6 Prism.languages.latex = { 'comment': /%.*?(\r?\n|$)$/m, 'string': /(\$)(\\?.)*?\1/, 'punctuation': /[{}]/, 'selector': /\\[a-z;,:\.]*/i };