-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathlang-co.js
1 lines (1 loc) · 1.99 KB
/
lang-co.js
1
(function(){var e,n,t,r,o;e=function(e,n,t){var r,o,a;for(r=0,o=n.length;o>r;++r)a=n[r],4>a.length&&a.splice(2,0,0);return PR.registerLangHandler(PR.createSimpleLexer(n,t),[e])},n="(?![\\d\\s])[$\\w\\xAA-\\uFFDC](?:(?!\\s)[$\\w\\xAA-\\uFFDC]|-[A-Za-z])*",t="(?!(?!\\s)[$\\w\\xAA-\\uFFDC]|-[A-Za-z])",e("co",[["str",/^'(?:''[\S\s]*?''|[^\\']*(?:\\[\S\s][^\\']*)*)'/,"'"],["lang-co-qq",/(^"(?:""[\S\s]*?""|[^\\"]*(?:\\[\S\s][^\\"]*)*)")/,'"'],["lang-co-qr",/(^\/\/[\S\s]*?\/\/[gimy$?]{0,4})/,"/"],["lang-co-at",RegExp("(^@@?"+n+"?)"),"@"],["com",/^#.*/,"#"],["typ",/^(?:0x[\da-f][\da-f_]*|(?:[2-9]|[12]\d|3[0-6])r[\da-z][\da-z_]*|\d[\d_]*(?:\.\d[\d_]*)?(?:e[+-]?\d[\d_]*)?[\w$]*)/i,"0123456789"],["lang-js",/^`([^\\`]*(?:\\[\S\s][^\\`]*)*)`/,"`"]],[["str",/^\\\S[^\s,;)}\]]*/],["com",/^\/\*[\S\s]*\*\//],["pln",RegExp("^(?:\\.{3}|(?:\\.\\s*(?:(?:[-+*/%&|^:]|>>>?|<<)?=|[~!@])?\\s*|[)}\\]?]|::)(?:"+n+"[?~!@]?)+|"+n+"[^\\n\\S]*:(?![:=]))")],["kwd",RegExp("^(?:t(?:ry|h(?:row|en)|ypeof!?)|f(?:or(?:[^\\n\\S]+(?:own|ever))?|inally|unction)|n(?:ew|ot)|c(?:on(?:tinue|st)|a(?:se|tch)|lass)|i(?:[fs]|n(?:stanceof)?|mp(?:ort(?:[^\\n\\S]+all)?|lements))|e(?:lse|x(?:tends|port))|d(?:e(?:fault|lete|bugger)|o)|un(?:less|til)|w(?:hile|ith)|s(?:witch|uper)|o[fr]|return|break|and|let|var)"+t)],["typ",RegExp("^(?:true|false|null|void)"+t)],["ctx",RegExp("^(?:t(?:h(?:is|at)|o|il)|f(?:rom|allthrough)|e(?:val)?|it|arguments|by|constructor|prototype|superclass)"+t)],["glb",RegExp("^(?:Array|Boolean|Date|Error|Function|JSON|Math|Number|Object|RegExp|S(?:tring|yntaxError)|TypeError|is(?:NaN|Finite)|parse(?:Int|Float)|(?:en|de)codeURI(?:Component)?)"+t)],["var",RegExp("^"+n)],["str",/^<\[[\S\s]*?]>/],["lang-co-r",/^[^\/](\/(?![\s\/])[^[\/\n\\]*(?:(?:\\.|\[[^\]\n\\]*(?:\\.[^\]\n\\]*)*\])[^[\/\n\\]*)*\/[gimy$]{0,4})(?!\d)/]]),r=["lang-co",RegExp("^#({[\\S\\s]*?}|"+n+"|[@&])"),"#"],o=["lit",/^[\S\s]+?/],e("co-qq",[r],[["str",/^[\S\s]+?/]]),e("co-qr",[r],[["com",/^\s#(?!{).*/],o]),e("co-r",[],[o]),e("co-at",[["ctx",/^@+/,"@"]],[])}).call(this);