aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/google-code-prettify/lang-lua.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-06-30 13:47:23 -0700
committerJacob Thornton <[email protected]>2011-06-30 13:47:23 -0700
commit821bbb4f3706513795da523483b9147fbb63fef1 (patch)
treeb2c760b524895ddbc4978558cb4d6cce248bcca3 /docs/assets/js/google-code-prettify/lang-lua.js
parent68cfc85dea562008fce12c7e62c7c4feaa81b310 (diff)
parentbec94491364bb424541d92afd0daae046050e904 (diff)
downloadbootstrap-821bbb4f3706513795da523483b9147fbb63fef1.tar.xz
bootstrap-821bbb4f3706513795da523483b9147fbb63fef1.zip
Merge branch 'master' of http://git.local.twitter.com/bootstrap
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"]);