From cde63b98bc97595e47a15b3178097f89edb7c6c7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 13:36:47 -0700 Subject: remove unnecessary js lang files from prettify, update styles for prettify --- docs/assets/js/google-code-prettify/lang-lua.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 docs/assets/js/google-code-prettify/lang-lua.js (limited to 'docs/assets/js/google-code-prettify/lang-lua.js') diff --git a/docs/assets/js/google-code-prettify/lang-lua.js b/docs/assets/js/google-code-prettify/lang-lua.js deleted file mode 100644 index e83a3c469..000000000 --- a/docs/assets/js/google-code-prettify/lang-lua.js +++ /dev/null @@ -1,2 +0,0 @@ -PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null,"\t\n\r Â\xa0"],["str",/^(?:"(?:[^"\\]|\\[\S\s])*(?:"|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$))/,null,"\"'"]],[["com",/^--(?:\[(=*)\[[\S\s]*?(?:]\1]|$)|[^\n\r]*)/],["str",/^\[(=*)\[[\S\s]*?(?:]\1]|$)/],["kwd",/^(?:and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,null],["lit",/^[+-]?(?:0x[\da-f]+|(?:\.\d+|\d+(?:\.\d*)?)(?:e[+-]?\d+)?)/i], -["pln",/^[_a-z]\w*/i],["pun",/^[^\w\t\n\r \xa0][^\w\t\n\r "'+=\xa0-]*/]]),["lua"]); -- cgit v1.2.3