aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/google-code-prettify/lang-lua.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 13:36:47 -0700
committerMark Otto <[email protected]>2011-06-30 13:36:47 -0700
commitcde63b98bc97595e47a15b3178097f89edb7c6c7 (patch)
treeb66df0693827c8b28b1a2785b535f36d1ded1327 /docs/assets/js/google-code-prettify/lang-lua.js
parent87f9ea00e4477b059453e8014693f621207c75eb (diff)
downloadbootstrap-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.js2
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"]);