RGL Browser updates

Added files which didn't get added in previous patch (bloody darcs)
This commit is contained in:
john.j.camilleri
2012-05-15 12:10:30 +00:00
parent 87e812455f
commit dd6e3bd973
21 changed files with 201 additions and 0 deletions

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"]);