Blame view

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