%PDF- %PDF-
Direktori : /home1/lightco1/www/aldobernardi.com.au/media/editors/codemirror/mode/julia/ |
Current File : //home1/lightco1/www/aldobernardi.com.au/media/editors/codemirror/mode/julia/julia.min.js |
!function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";a.defineMode("julia",function(a,b){function c(a,b){return"undefined"==typeof b&&(b="\\b"),new RegExp("^(("+a.join(")|(")+"))"+b)}function d(a){var b=e(a);return"["==b?!0:!1}function e(a){return 0==a.scopes.length?null:a.scopes[a.scopes.length-1]}function f(a,b){if(a.match(/^#=/,!1))return b.tokenize=h,b.tokenize(a,b);var c=b.leavingExpr;if(a.sol()&&(c=!1),b.leavingExpr=!1,c&&a.match(/^'+/))return"operator";if(a.match(/^\.{2,3}/))return"operator";if(a.eatSpace())return null;var f=a.peek();if("#"===f)return a.skipToEnd(),"comment";"["===f&&b.scopes.push("["),"("===f&&b.scopes.push("(");var l=e(b);"["==l&&"]"===f&&(b.scopes.pop(),b.leavingExpr=!0),"("==l&&")"===f&&(b.scopes.pop(),b.leavingExpr=!0);var m;if(!d(b)&&(m=a.match(B,!1))&&b.scopes.push(m),!d(b)&&a.match(C,!1)&&b.scopes.pop(),d(b)){if("end"==b.lastToken&&a.match(/^:/))return"operator";if(a.match(/^end/))return"number"}if(a.match(/^=>/))return"operator";if(a.match(/^[0-9\.]/,!1)){var n=RegExp(/^im\b/),o=!1;if(a.match(/^\d*\.(?!\.)\d*([Eef][\+\-]?\d+)?/i)&&(o=!0),a.match(/^\d+\.(?!\.)\d*/)&&(o=!0),a.match(/^\.\d+/)&&(o=!0),a.match(/^0x\.[0-9a-f]+p[\+\-]?\d+/i)&&(o=!0),a.match(/^0x[0-9a-f]+/i)&&(o=!0),a.match(/^0b[01]+/i)&&(o=!0),a.match(/^0o[0-7]+/i)&&(o=!0),a.match(/^[1-9]\d*(e[\+\-]?\d+)?/)&&(o=!0),a.match(/^0(?![\dx])/i)&&(o=!0),o)return a.match(n),b.leavingExpr=!0,"number"}if(a.match(/^<:/))return"operator";if(a.match(F))return"builtin";if(!c&&a.match(E)||a.match(/:\./))return"builtin";if(a.match(/^{[^}]*}(?=\()/))return"builtin";if(a.match(p))return"operator";if(a.match(/^'/))return b.tokenize=i,b.tokenize(a,b);if(a.match(x))return b.tokenize=j(a.current()),b.tokenize(a,b);if(a.match(D))return"meta";if(a.match(q))return null;if(a.match(z))return"keyword";if(a.match(A))return"builtin";var s=b.isDefinition||"function"==b.lastToken||"macro"==b.lastToken||"type"==b.lastToken||"immutable"==b.lastToken;return a.match(r)?s?"."===a.peek()?(b.isDefinition=!0,"variable"):(b.isDefinition=!1,"def"):a.match(/^({[^}]*})*\(/,!1)?g(a,b):(b.leavingExpr=!0,"variable"):(a.next(),k)}function g(a,b){var c=a.match(/^(\(\s*)/);if(c&&(b.firstParenPos<0&&(b.firstParenPos=b.scopes.length),b.scopes.push("("),b.charsAdvanced+=c[1].length),"("==e(b)&&a.match(/^\)/)&&(b.scopes.pop(),b.charsAdvanced+=1,b.scopes.length<=b.firstParenPos)){var d=a.match(/^\s*?=(?!=)/,!1);return a.backUp(b.charsAdvanced),b.firstParenPos=-1,b.charsAdvanced=0,d?"def":"builtin"}if(a.match(/^$/g,!1)){for(a.backUp(b.charsAdvanced);b.scopes.length>b.firstParenPos;)b.scopes.pop();return b.firstParenPos=-1,b.charsAdvanced=0,"builtin"}return b.charsAdvanced+=a.match(/^([^()]*)/)[1].length,g(a,b)}function h(a,b){return a.match(/^#=/)&&b.weakScopes++,a.match(/.*?(?=(#=|=#))/)||a.skipToEnd(),a.match(/^=#/)&&(b.weakScopes--,0==b.weakScopes&&(b.tokenize=f)),"comment"}function i(a,b){var c,d=!1;if(a.match(y))d=!0;else if(c=a.match(/\\u([a-f0-9]{1,4})(?=')/i)){var e=parseInt(c[1],16);(55295>=e||e>=57344)&&(d=!0,a.next())}else if(c=a.match(/\\U([A-Fa-f0-9]{5,8})(?=')/)){var e=parseInt(c[1],16);1114111>=e&&(d=!0,a.next())}return d?(b.leavingExpr=!0,b.tokenize=f,"string"):(a.match(/^[^']+(?=')/)||a.skipToEnd(),a.match(/^'/)&&(b.tokenize=f),k)}function j(a){function b(b,d){for(;!b.eol();)if(b.eatWhile(/[^"\\]/),b.eat("\\"))b.next();else{if(b.match(a))return d.tokenize=f,d.leavingExpr=!0,c;b.eat(/["]/)}return c}for(;"bruv".indexOf(a.charAt(0).toLowerCase())>=0;)a=a.substr(1);var c="string";return b.isString=!0,b}var k="error",l="\\\\[0-7]{1,3}",m="\\\\x[A-Fa-f0-9]{1,2}",n="\\\\[abfnrtv0%?'\"\\\\]",o="([^\\u0027\\u005C\\uD800-\\uDFFF]|[\\uD800-\\uDFFF][\\uDC00-\\uDFFF])",p=b.operators||/^\.?[|&^\\%*+\-<>!=\/]=?|\?|~|:|\$|\.[<>]|<<=?|>>>?=?|\.[<>=]=|->?|\/\/|\bin\b(?!\()|[\u2208\u2209](?!\()/,q=b.delimiters||/^[;,()[\]{}]/,r=b.identifiers||/^[_A-Za-z\u00A1-\uFFFF][\w\u00A1-\uFFFF]*!*/,s=[l,m,n,o],t=["begin","function","type","immutable","let","macro","for","while","quote","if","else","elseif","try","finally","catch","do"],u=["end","else","elseif","catch","finally"],v=["if","else","elseif","while","for","begin","let","end","do","try","catch","finally","return","break","continue","global","local","const","export","import","importall","using","function","macro","module","baremodule","type","immutable","quote","typealias","abstract","bitstype"],w=["true","false","nothing","NaN","Inf"],x=/^(`|"{3}|([brv]?"))/,y=c(s,"'"),z=c(v),A=c(w),B=c(t),C=c(u),D=/^@[_A-Za-z][\w]*/,E=/^:[_A-Za-z\u00A1-\uFFFF][\w\u00A1-\uFFFF]*!*/,F=/^::[^,;"{()=$\s]+({[^}]*}+)*/,G={startState:function(){return{tokenize:f,scopes:[],weakScopes:0,lastToken:null,leavingExpr:!1,isDefinition:!1,charsAdvanced:0,firstParenPos:-1}},token:function(a,b){var c=b.tokenize(a,b),d=a.current();return d&&c&&(b.lastToken=d),"."===d&&(c=a.match(r,!1)||a.match(D,!1)||a.match(/\(/,!1)?"operator":k),c},indent:function(b,c){var d=0;return("]"==c||")"==c||"end"==c||"else"==c||"elseif"==c||"catch"==c||"finally"==c)&&(d=-1),(b.scopes.length+d)*a.indentUnit},electricInput:/(end|else(if)?|catch|finally)$/,lineComment:"#",fold:"indent"};return G}),a.defineMIME("text/x-julia","julia")});