From 29dbdab985d8ee3b436a3f00872bbf5ebfa45274 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 4 Mar 2017 15:58:03 +0800 Subject: add js assets for docs --- docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js (limited to 'docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js') diff --git a/docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js b/docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js new file mode 100644 index 000000000..8bf9c8281 --- /dev/null +++ b/docs/assets/unpkg.com/prismjs@1.6.0/components/prism-lua.min.js @@ -0,0 +1 @@ +Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[\s\S]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+\.?[a-f\d]*(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|\.?\d*(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,"function":/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}; \ No newline at end of file -- cgit v1.3.1