Current File : /home/pacjaorg/public_html/kmm/media/vendor/codemirror/mode/r/r.min.js |
(function(l){typeof exports=="object"&&typeof module=="object"?l(require("../../lib/codemirror")):typeof define=="function"&&define.amd?define(["../../lib/codemirror"],l):l(CodeMirror)})(function(l){"use strict";l.registerHelper("wordChars","r",/[\w.]/),l.defineMode("r",function(c){function o(e){for(var n={},r=0;r<e.length;++r)n[e[r]]=!0;return n}var v=["NULL","NA","Inf","NaN","NA_integer_","NA_real_","NA_complex_","NA_character_","TRUE","FALSE"],x=["list","quote","bquote","eval","return","call","parse","deparse"],k=["if","else","repeat","while","function","for","in","next","break"],h=["if","else","repeat","while","function","for"];l.registerHelper("hintWords","r",v.concat(x,k));var m=o(v),w=o(x),A=o(k),E=o(h),s=/[+\-*\/^<>=!&|~$:]/,t;function p(e,n){t=null;var r=e.next();if(r=="#")return e.skipToEnd(),"comment";if(r=="0"&&e.eat("x"))return e.eatWhile(/[\da-f]/i),"number";if(r=="."&&e.eat(/\d/))return e.match(/\d*(?:e[+\-]?\d+)?/),"number";if(/\d/.test(r))return e.match(/\d*(?:\.\d+)?(?:e[+\-]\d+)?L?/),"number";if(r=="'"||r=='"')return n.tokenize=I(r),"string";if(r=="`")return e.match(/[^`]+`/),"variable-3";if(r=="."&&e.match(/.(?:[.]|\d+)/))return"keyword";if(/[a-zA-Z\.]/.test(r)){e.eatWhile(/[\w\.]/);var i=e.current();return m.propertyIsEnumerable(i)?"atom":A.propertyIsEnumerable(i)?(E.propertyIsEnumerable(i)&&!e.match(/\s*if(\s+|$)/,!1)&&(t="block"),"keyword"):w.propertyIsEnumerable(i)?"builtin":"variable"}else return r=="%"?(e.skipTo("%")&&e.next(),"operator variable-2"):r=="<"&&e.eat("-")||r=="<"&&e.match("<-")||r=="-"&&e.match(/>>?/)?"operator arrow":r=="="&&n.ctx.argList?"arg-is":s.test(r)?r=="$"?"operator dollar":(e.eatWhile(s),"operator"):/[\(\){}\[\];]/.test(r)?(t=r,r==";"?"semi":null):null}function I(e){return function(n,r){if(n.eat("\\")){var i=n.next();return i=="x"?n.match(/^[a-f0-9]{2}/i):(i=="u"||i=="U")&&n.eat("{")&&n.skipTo("}")?n.next():i=="u"?n.match(/^[a-f0-9]{4}/i):i=="U"?n.match(/^[a-f0-9]{8}/i):/[0-7]/.test(i)&&n.match(/^[0-7]{1,2}/),"string-2"}else{for(var f;(f=n.next())!=null;){if(f==e){r.tokenize=p;break}if(f=="\\"){n.backUp(1);break}}return"string"}}}var y=1,a=2,d=4;function u(e,n,r){e.ctx={type:n,indent:e.indent,flags:0,column:r.column(),prev:e.ctx}}function g(e,n){var r=e.ctx;e.ctx={type:r.type,indent:r.indent,flags:r.flags|n,column:r.column,prev:r.prev}}function b(e){e.indent=e.ctx.indent,e.ctx=e.ctx.prev}return{startState:function(){return{tokenize:p,ctx:{type:"top",indent:-c.indentUnit,flags:a},indent:0,afterIdent:!1}},token:function(e,n){if(e.sol()&&(n.ctx.flags&3||(n.ctx.flags|=a),n.ctx.flags&d&&b(n),n.indent=e.indentation()),e.eatSpace())return null;var r=n.tokenize(e,n);return r!="comment"&&!(n.ctx.flags&a)&&g(n,y),(t==";"||t=="{"||t=="}")&&n.ctx.type=="block"&&b(n),t=="{"?u(n,"}",e):t=="("?(u(n,")",e),n.afterIdent&&(n.ctx.argList=!0)):t=="["?u(n,"]",e):t=="block"?u(n,"block",e):t==n.ctx.type?b(n):n.ctx.type=="block"&&r!="comment"&&g(n,d),n.afterIdent=r=="variable"||r=="keyword",r},indent:function(e,n){if(e.tokenize!=p)return 0;var r=n&&n.charAt(0),i=e.ctx,f=r==i.type;return i.flags&d&&(i=i.prev),i.type=="block"?i.indent+(r=="{"?0:c.indentUnit):i.flags&y?i.column+(f?0:1):i.indent+(f?0:c.indentUnit)},lineComment:"#"}}),l.defineMIME("text/x-rsrc","r")});