Bring in a copy of my current site
This commit is contained in:
parent
29cd87bca6
commit
32a4680664
33 changed files with 6470 additions and 0 deletions
1
root/scripts/lang-tex.js
Normal file
1
root/scripts/lang-tex.js
Normal file
|
@ -0,0 +1 @@
|
|||
PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r Â\xa0"],["com",/^%[^\n\r]*/,null,"%"]],[["kwd",/^\\[@-Za-z]+/],["kwd",/^\\./],["typ",/^[$&]/],["lit",/[+-]?(?:\.\d+|\d+(?:\.\d*)?)(cm|em|ex|in|pc|pt|bp|mm)/i],["pun",/^[()=[\]{}]+/]]),["latex","tex"]);
|
Loading…
Add table
Add a link
Reference in a new issue