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"],["pln",/^(?:"(?:[^"\\]|\\[\S\s])*(?:"|$)|'(?:[^'\\]|\\[\S\s])+(?:'|$)|`[^`]*(?:`|$))/,null,"\"'"]],[["com",/^(?:\/\/[^\n\r]*|\/\*[\S\s]*?\*\/)/],["pln",/^(?:[^"'/`]|\/(?![*/]))+/]]),["go"]);