Bring in a copy of my current site

This commit is contained in:
Eryn Wells 2015-01-09 08:09:29 -08:00
parent 29cd87bca6
commit 32a4680664
33 changed files with 6470 additions and 0 deletions

1
root/scripts/lang-tex.js Normal file
View 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"]);