234 lines
14 KiB
JavaScript
Executable File
234 lines
14 KiB
JavaScript
Executable File
/* ***** BEGIN LICENSE BLOCK *****
|
|
* Distributed under the BSD license:
|
|
*
|
|
* Copyright (c) 2010, Ajax.org B.V.
|
|
* All rights reserved.
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted provided that the following conditions are met:
|
|
* * Redistributions of source code must retain the above copyright
|
|
* notice, this list of conditions and the following disclaimer.
|
|
* * Redistributions in binary form must reproduce the above copyright
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
* documentation and/or other materials provided with the distribution.
|
|
* * Neither the name of Ajax.org B.V. nor the
|
|
* names of its contributors may be used to endorse or promote products
|
|
* derived from this software without specific prior written permission.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
|
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
define(function(require, exports, module) {
|
|
"use strict";
|
|
|
|
var oop = require("../lib/oop");
|
|
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
|
|
|
var RedHighlightRules = function() {
|
|
|
|
//var keywordMapper = this.createKeywordMapper({
|
|
//}, "text", true, " ");
|
|
|
|
var compoundKeywords = "";
|
|
|
|
this.$rules = {
|
|
"start" : [
|
|
{token : "keyword.operator",
|
|
regex: /\s([\-+%/=<>*]|(?:\*\*\|\/\/|==|>>>?|<>|<<|=>|<=|=\?))(\s|(?=:))/},
|
|
{token : "string.email", regex : /\w[-\w._]*\@\w[-\w._]*/},
|
|
{token : "value.time", regex : /\b\d+:\d+(:\d+)?/},
|
|
{token : "string.url", regex : /\w[-\w_]*\:(\/\/)?\w[-\w._]*(:\d+)?/},
|
|
{token : "value.date", regex : /(\b\d{1,4}[-/]\d{1,2}[-/]\d{1,2}|\d{1,2}[-/]\d{1,2}[-/]\d{1,4})\b/},
|
|
{token : "value.tuple", regex : /\b\d{1,3}\.\d{1,3}\.\d{1,3}(\.\d{1,3}){0,9}/},
|
|
{token : "value.pair", regex: /[+-]?\d+x[-+]?\d+/},
|
|
{token : "value.binary", regex : /\b2#{([01]{8})+}/},
|
|
{token : "value.binary", regex : /\b64#{([\w/=+])+}/},
|
|
{token : "value.binary", regex : /(16)?#{([\dabcdefABCDEF][\dabcdefABCDEF])*}/},
|
|
{token : "value.issue", regex : /#\w[-\w'*.]*/},
|
|
{token : "value.numeric", regex: /[+-]?\d['\d]*(?:\.\d+)?e[-+]?\d{1,3}\%?(?!\w)/},
|
|
{token : "invalid.illegal", regex: /[+-]?\d['\d]*(?:\.\d+)?\%?[a-zA-Z]/},
|
|
{token : "value.numeric", regex: /[+-]?\d['\d]*(?:\.\d+)?\%?(?![a-zA-Z])/},
|
|
{token : "value.character", regex : /#"(\^[-@/_~^"HKLM\[]|.)"/},
|
|
{token : "string.file", regex : /%[-\w\.\/]+/},
|
|
{token : "string.tag", regex : /</, next : "tag"},
|
|
{token : "string", regex : /"/, next : "string"},
|
|
{token : "string.other", regex : "{", next : "string.other"},
|
|
{token : "comment", regex : "comment [{]", next : "comment"},
|
|
{token : "comment", regex : /;.+$/},
|
|
//{token : "invalid", regex: "\\.{2,}"},
|
|
{token : "paren.map-start", regex : "#\\("},
|
|
{token : "paren.block-start", regex : "[\\[]"},
|
|
{token : "paren.block-end", regex : "[\\]]"},
|
|
{token : "paren.parens-start", regex : "[(]"},
|
|
{token : "paren.parens-end", regex : "\\)"},
|
|
//{token : "keyword", regex : compoundKeywords},
|
|
{token : "keyword", regex : "/local|/external"},
|
|
{token : "keyword.preprocessor", regex : "#(if|either|" +
|
|
"switch|case|include|do|macrolocal|reset|process|trace)"},
|
|
{token : "constant.datatype!", regex :
|
|
"(?:datatype|unset|none|logic|block|paren|string|" +
|
|
"file|url|char|integer|float|word|set-word|lit-word|" +
|
|
"get-word|refinement|issue|native|action|op|function|" +
|
|
"path|lit-path|set-path|get-path|routine|bitset|point|" +
|
|
"object|typeset|error|vector|hash|pair|percent|tuple|" +
|
|
"map|binary|time|tag|email|handle|date|image|event|" +
|
|
"series|any-type|number|any-object|scalar|" +
|
|
"any-string|any-word|any-function|any-block|any-list|" +
|
|
"any-path|immediate|all-word|internal|external|default)!(?![-!?\\w~])"},
|
|
{token : "keyword.function", regex :
|
|
"\\b(?:collect|quote|on-parse-event|math|last|source|expand|" +
|
|
"show|context|object|input|quit|dir|make-dir|cause-error|" +
|
|
"error\\?|none\\?|block\\?|any-list\\?|word\\?|char\\?|" +
|
|
"any-string\\?|series\\?|binary\\?|attempt|url\\?|" +
|
|
"string\\?|suffix\\?|file\\?|object\\?|body-of|first|" +
|
|
"second|third|mod|clean-path|dir\\?|to-red-file|" +
|
|
"normalize-dir|list-dir|pad|empty\\?|dirize|offset\\?|" +
|
|
"what-dir|expand-directives|load|split-path|change-dir|" +
|
|
"to-file|path-thru|save|load-thru|View|float\\?|to-float|" +
|
|
"charset|\\?|probe|set-word\\?|q|words-of|replace|repend|" +
|
|
"react|function\\?|spec-of|unset\\?|halt|op\\?|" +
|
|
"any-function\\?|to-paren|tag\\?|routine|class-of|" +
|
|
"size-text|draw|handle\\?|link-tabs-to-parent|" +
|
|
"link-sub-to-parent|on-face-deep-change*|" +
|
|
"update-font-faces|do-actor|do-safe|do-events|pair\\?|" +
|
|
"foreach-face|hex-to-rgb|issue\\?|alter|path\\?|" +
|
|
"typeset\\?|datatype\\?|set-flag|layout|extract|image\\?|" +
|
|
"get-word\\?|to-logic|to-set-word|to-block|center-face|" +
|
|
"dump-face|request-font|request-file|request-dir|rejoin|" +
|
|
"ellipsize-at|any-block\\?|any-object\\?|map\\?|keys-of|" +
|
|
"a-an|also|parse-func-spec|help-string|what|routine\\?|" +
|
|
"action\\?|native\\?|refinement\\?|common-substr|" +
|
|
"red-complete-file|red-complete-path|unview|comment|\\?\\?|" +
|
|
"fourth|fifth|values-of|bitset\\?|email\\?|get-path\\?|" +
|
|
"hash\\?|integer\\?|lit-path\\?|lit-word\\?|logic\\?|" +
|
|
"paren\\?|percent\\?|set-path\\?|time\\?|tuple\\?|date\\?|" +
|
|
"vector\\?|any-path\\?|any-word\\?|number\\?|immediate\\?|" +
|
|
"scalar\\?|all-word\\?|to-bitset|to-binary|to-char|to-email|" +
|
|
"to-get-path|to-get-word|to-hash|to-integer|to-issue|" +
|
|
"to-lit-path|to-lit-word|to-map|to-none|to-pair|to-path|" +
|
|
"to-percent|to-refinement|to-set-path|to-string|to-tag|" +
|
|
"to-time|to-typeset|to-tuple|to-unset|to-url|to-word|" +
|
|
"to-image|to-date|parse-trace|modulo|eval-set-path|" +
|
|
"extract-boot-args|flip-exe-flag|split|do-file|" +
|
|
"exists-thru\\?|read-thru|do-thru|cos|sin|tan|acos|asin|" +
|
|
"atan|atan2|sqrt|clear-reactions|dump-reactions|react\\?|" +
|
|
"within\\?|overlap\\?|distance\\?|face\\?|metrics\\?|" +
|
|
"get-scroller|insert-event-func|remove-event-func|" +
|
|
"set-focus|help|fetch-help|about|ls|ll|pwd|cd|" +
|
|
"red-complete-input|matrix)(?![-!?\\w~])"},
|
|
{token : "keyword.action", regex :
|
|
"\\b(?:to|remove|copy|insert|change|clear|move|poke|put|" +
|
|
"random|reverse|sort|swap|take|trim|add|subtract|" +
|
|
"divide|multiply|make|reflect|form|mold|modify|" +
|
|
"absolute|negate|power|remainder|round|even\\?|odd\\?|" +
|
|
"and~|complement|or~|xor~|append|at|back|find|skip|" +
|
|
"tail|head|head\\?|index\\?|length\\?|next|pick|" +
|
|
"select|tail\\?|delete|read|write)(?![-_!?\\w~])"
|
|
},
|
|
{token : "keyword.native", regex :
|
|
"\\b(?:not|any|set|uppercase|lowercase|checksum|" +
|
|
"try|catch|browse|throw|all|as|" +
|
|
"remove-each|func|function|does|has|do|reduce|" +
|
|
"compose|get|print|prin|equal\\?|not-equal\\?|" +
|
|
"strict-equal\\?|lesser\\?|greater\\?|lesser-or-equal\\?|" +
|
|
"greater-or-equal\\?|same\\?|type\\?|stats|bind|in|parse|" +
|
|
"union|unique|intersect|difference|exclude|" +
|
|
"complement\\?|dehex|negative\\?|positive\\?|max|min|" +
|
|
"shift|to-hex|sine|cosine|tangent|arcsine|arccosine|" +
|
|
"arctangent|arctangent2|NaN\\?|zero\\?|log-2|log-10|log-e|" +
|
|
"exp|square-root|construct|value\\?|as-pair|" +
|
|
"extend|debase|enbase|to-local-file|" +
|
|
"wait|unset|new-line|new-line\\?|context\\?|set-env|" +
|
|
"get-env|list-env|now|sign\\?|call|size\\?)(?![-!?\\w~])"
|
|
},
|
|
{token : "keyword", regex :
|
|
"\\b(?:Red(?=\\s+\\[)|object|context|make|self|keep)(?![-!?\\w~])"
|
|
},
|
|
{token: "variable.language", regex : "this"},
|
|
{token: "keyword.control", regex :
|
|
"(?:while|if|return|case|unless|either|until|loop|repeat|" +
|
|
"forever|foreach|forall|switch|break|continue|exit)(?![-!?\\w~])"},
|
|
{token: "constant.language", regex :
|
|
"\\b(?:true|false|on|off|yes|none|no)(?![-!?\\w~])"},
|
|
{token: "constant.numeric", regex : /\bpi(?![^-_])/},
|
|
{token: "constant.character", regex : "\\b(space|tab|newline|cr|lf)(?![-!?\\w~])"},
|
|
{token: "keyword.operator", regex : "\s(or|and|xor|is)\s"},
|
|
//{token : keywordMapper, regex : "\\b\\w[-\\w'*.]*\\b"},
|
|
{token : "variable.get-path", regex : /:\w[-\w'*.?!]*(\/\w[-\w'*.?!]*)(\/\w[-\w'*.?!]*)*/},
|
|
{token : "variable.set-path", regex : /\w[-\w'*.?!]*(\/\w[-\w'*.?!]*)(\/\w[-\w'*.?!]*)*:/},
|
|
{token : "variable.lit-path", regex : /'\w[-\w'*.?!]*(\/\w[-\w'*.?!]*)(\/\w[-\w'*.?!]*)*/},
|
|
{token : "variable.path", regex : /\w[-\w'*.?!]*(\/\w[-\w'*.?!]*)(\/\w[-\w'*.?!]*)*/},
|
|
{token : "variable.refinement", regex : /\/\w[-\w'*.?!]*/},
|
|
{token : "keyword.view.style", regex :
|
|
"\\b(?:window|base|button|text|field|area|check|" +
|
|
"radio|progress|slider|camera|text-list|" +
|
|
"drop-list|drop-down|panel|group-box|" +
|
|
"tab-panel|h1|h2|h3|h4|h5|box|image|init)(?![-!?\\w~])"},
|
|
{token : "keyword.view.event", regex :
|
|
"\\b(?:detect|on-detect|time|on-time|drawing|on-drawing|" +
|
|
"scroll|on-scroll|down|on-down|up|on-up|mid-down|" +
|
|
"on-mid-down|mid-up|on-mid-up|alt-down|on-alt-down|" +
|
|
"alt-up|on-alt-up|aux-down|on-aux-down|aux-up|" +
|
|
"on-aux-up|wheel|on-wheel|drag-start|on-drag-start|" +
|
|
"drag|on-drag|drop|on-drop|click|on-click|dbl-click|" +
|
|
"on-dbl-click|over|on-over|key|on-key|key-down|" +
|
|
"on-key-down|key-up|on-key-up|ime|on-ime|focus|" +
|
|
"on-focus|unfocus|on-unfocus|select|on-select|" +
|
|
"change|on-change|enter|on-enter|menu|on-menu|close|" +
|
|
"on-close|move|on-move|resize|on-resize|moving|" +
|
|
"on-moving|resizing|on-resizing|zoom|on-zoom|pan|" +
|
|
"on-pan|rotate|on-rotate|two-tap|on-two-tap|" +
|
|
"press-tap|on-press-tap|create|on-create|created|on-created)(?![-!?\\w~])"},
|
|
{token : "keyword.view.option", regex :
|
|
"\\b(?:all-over|center|color|default|disabled|down|" +
|
|
"flags|focus|font|font-color|font-name|" +
|
|
"font-size|hidden|hint|left|loose|name|" +
|
|
"no-border|now|rate|react|select|size|space)(?![-!?\\w~])"},
|
|
{token : "constant.other.colour", regex : "\\b(?:Red|white|transparent|" +
|
|
"black|gray|aqua|beige|blue|brick|brown|coal|coffee|" +
|
|
"crimson|cyan|forest|gold|green|ivory|khaki|leaf|linen|" +
|
|
"magenta|maroon|mint|navy|oldrab|olive|orange|papaya|" +
|
|
"pewter|pink|purple|reblue|rebolor|sienna|silver|sky|" +
|
|
"snow|tanned|teal|violet|water|wheat|yello|yellow|glass)(?![-!?\\w~])"},
|
|
{token : "variable.get-word", regex : /\:\w[-\w'*.?!]*/},
|
|
{token : "variable.set-word", regex : /\w[-\w'*.?!]*\:/},
|
|
{token : "variable.lit-word", regex : /'\w[-\w'*.?!]*/},
|
|
{token : "variable.word", regex : /\b\w+[-\w'*.!?]*/},
|
|
{caseInsensitive: true}
|
|
],
|
|
"string" : [
|
|
//{token : "constant.language.escape", regex : "^"},
|
|
{token : "string", regex : /"/, next : "start"},
|
|
{defaultToken : "string"}
|
|
],
|
|
"string.other" : [
|
|
//{token : "constant.language.escape", regex : "^"},
|
|
{token : "string.other", regex : /}/, next : "start"},
|
|
{defaultToken : "string.other"}
|
|
],
|
|
"tag" : [
|
|
{token : "string.tag", regex : />/, next : "start"},
|
|
{defaultToken : "string.tag"}
|
|
],
|
|
"comment" : [
|
|
//{token : "constant.language.escape", regex : "^"},
|
|
{token : "comment", regex : /}/, next : "start"},
|
|
{defaultToken : "comment"}
|
|
]
|
|
};
|
|
};
|
|
oop.inherits(RedHighlightRules, TextHighlightRules);
|
|
|
|
exports.RedHighlightRules = RedHighlightRules;
|
|
});
|