diff options
| author | Mark Otto <[email protected]> | 2011-06-30 13:36:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 13:36:47 -0700 |
| commit | cde63b98bc97595e47a15b3178097f89edb7c6c7 (patch) | |
| tree | b66df0693827c8b28b1a2785b535f36d1ded1327 /docs/assets/js/google-code-prettify/lang-lua.js | |
| parent | 87f9ea00e4477b059453e8014693f621207c75eb (diff) | |
| download | bootstrap-cde63b98bc97595e47a15b3178097f89edb7c6c7.tar.xz bootstrap-cde63b98bc97595e47a15b3178097f89edb7c6c7.zip | |
remove unnecessary js lang files from prettify, update styles for prettify
Diffstat (limited to 'docs/assets/js/google-code-prettify/lang-lua.js')
| -rw-r--r-- | docs/assets/js/google-code-prettify/lang-lua.js | 2 |
1 files changed, 0 insertions, 2 deletions
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"]); |
