Projekt

Obecné

Profil

Stáhnout (21.9 KB) Statistiky
| Větev: | Tag: | Revize:
1
ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
"use strict";
3

    
4
var oop = require("../lib/oop");
5
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6

    
7
var DocCommentHighlightRules = function() {
8
    this.$rules = {
9
        "start" : [ {
10
            token : "comment.doc.tag",
11
            regex : "@[\\w\\d_]+" // TODO: fix email addresses
12
        }, 
13
        DocCommentHighlightRules.getTagRule(),
14
        {
15
            defaultToken : "comment.doc",
16
            caseInsensitive: true
17
        }]
18
    };
19
};
20

    
21
oop.inherits(DocCommentHighlightRules, TextHighlightRules);
22

    
23
DocCommentHighlightRules.getTagRule = function(start) {
24
    return {
25
        token : "comment.doc.tag.storage.type",
26
        regex : "\\b(?:TODO|FIXME|XXX|HACK)\\b"
27
    };
28
};
29

    
30
DocCommentHighlightRules.getStartRule = function(start) {
31
    return {
32
        token : "comment.doc", // doc comment
33
        regex : "\\/\\*(?=\\*)",
34
        next  : start
35
    };
36
};
37

    
38
DocCommentHighlightRules.getEndRule = function (start) {
39
    return {
40
        token : "comment.doc", // closing comment
41
        regex : "\\*\\/",
42
        next  : start
43
    };
44
};
45

    
46

    
47
exports.DocCommentHighlightRules = DocCommentHighlightRules;
48

    
49
});
50

    
51
ace.define("ace/mode/c_cpp_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
52
"use strict";
53

    
54
var oop = require("../lib/oop");
55
var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
56
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
57
var cFunctions = exports.cFunctions = "\\b(?:hypot(?:f|l)?|s(?:scanf|ystem|nprintf|ca(?:nf|lb(?:n(?:f|l)?|ln(?:f|l)?))|i(?:n(?:h(?:f|l)?|f|l)?|gn(?:al|bit))|tr(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?)|error|pbrk|ftime|len|rchr|xfrm)|printf|et(?:jmp|vbuf|locale|buf)|qrt(?:f|l)?|w(?:scanf|printf)|rand)|n(?:e(?:arbyint(?:f|l)?|xt(?:toward(?:f|l)?|after(?:f|l)?))|an(?:f|l)?)|c(?:s(?:in(?:h(?:f|l)?|f|l)?|qrt(?:f|l)?)|cos(?:h(?:f)?|f|l)?|imag(?:f|l)?|t(?:ime|an(?:h(?:f|l)?|f|l)?)|o(?:s(?:h(?:f|l)?|f|l)?|nj(?:f|l)?|pysign(?:f|l)?)|p(?:ow(?:f|l)?|roj(?:f|l)?)|e(?:il(?:f|l)?|xp(?:f|l)?)|l(?:o(?:ck|g(?:f|l)?)|earerr)|a(?:sin(?:h(?:f|l)?|f|l)?|cos(?:h(?:f|l)?|f|l)?|tan(?:h(?:f|l)?|f|l)?|lloc|rg(?:f|l)?|bs(?:f|l)?)|real(?:f|l)?|brt(?:f|l)?)|t(?:ime|o(?:upper|lower)|an(?:h(?:f|l)?|f|l)?|runc(?:f|l)?|gamma(?:f|l)?|mp(?:nam|file))|i(?:s(?:space|n(?:ormal|an)|cntrl|inf|digit|u(?:nordered|pper)|p(?:unct|rint)|finite|w(?:space|c(?:ntrl|type)|digit|upper|p(?:unct|rint)|lower|al(?:num|pha)|graph|xdigit|blank)|l(?:ower|ess(?:equal|greater)?)|al(?:num|pha)|gr(?:eater(?:equal)?|aph)|xdigit|blank)|logb(?:f|l)?|max(?:div|abs))|di(?:v|fftime)|_Exit|unget(?:c|wc)|p(?:ow(?:f|l)?|ut(?:s|c(?:har)?|wc(?:har)?)|error|rintf)|e(?:rf(?:c(?:f|l)?|f|l)?|x(?:it|p(?:2(?:f|l)?|f|l|m1(?:f|l)?)?))|v(?:s(?:scanf|nprintf|canf|printf|w(?:scanf|printf))|printf|f(?:scanf|printf|w(?:scanf|printf))|w(?:scanf|printf)|a_(?:start|copy|end|arg))|qsort|f(?:s(?:canf|e(?:tpos|ek))|close|tell|open|dim(?:f|l)?|p(?:classify|ut(?:s|c|w(?:s|c))|rintf)|e(?:holdexcept|set(?:e(?:nv|xceptflag)|round)|clearexcept|testexcept|of|updateenv|r(?:aiseexcept|ror)|get(?:e(?:nv|xceptflag)|round))|flush|w(?:scanf|ide|printf|rite)|loor(?:f|l)?|abs(?:f|l)?|get(?:s|c|pos|w(?:s|c))|re(?:open|e|ad|xp(?:f|l)?)|m(?:in(?:f|l)?|od(?:f|l)?|a(?:f|l|x(?:f|l)?)?))|l(?:d(?:iv|exp(?:f|l)?)|o(?:ngjmp|cal(?:time|econv)|g(?:1(?:p(?:f|l)?|0(?:f|l)?)|2(?:f|l)?|f|l|b(?:f|l)?)?)|abs|l(?:div|abs|r(?:int(?:f|l)?|ound(?:f|l)?))|r(?:int(?:f|l)?|ound(?:f|l)?)|gamma(?:f|l)?)|w(?:scanf|c(?:s(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?|mbs)|pbrk|ftime|len|r(?:chr|tombs)|xfrm)|to(?:b|mb)|rtomb)|printf|mem(?:set|c(?:hr|py|mp)|move))|a(?:s(?:sert|ctime|in(?:h(?:f|l)?|f|l)?)|cos(?:h(?:f|l)?|f|l)?|t(?:o(?:i|f|l(?:l)?)|exit|an(?:h(?:f|l)?|2(?:f|l)?|f|l)?)|b(?:s|ort))|g(?:et(?:s|c(?:har)?|env|wc(?:har)?)|mtime)|r(?:int(?:f|l)?|ound(?:f|l)?|e(?:name|alloc|wind|m(?:ove|quo(?:f|l)?|ainder(?:f|l)?))|a(?:nd|ise))|b(?:search|towc)|m(?:odf(?:f|l)?|em(?:set|c(?:hr|py|mp)|move)|ktime|alloc|b(?:s(?:init|towcs|rtowcs)|towc|len|r(?:towc|len))))\\b";
58

    
59
var c_cppHighlightRules = function() {
60

    
61
    var keywordControls = (
62
        "break|case|continue|default|do|else|for|goto|if|_Pragma|" +
63
        "return|switch|while|catch|operator|try|throw|using"
64
    );
65
    
66
    var storageType = (
67
        "asm|__asm__|auto|bool|_Bool|char|_Complex|double|enum|float|" +
68
        "_Imaginary|int|long|short|signed|struct|typedef|union|unsigned|void|" +
69
        "class|wchar_t|template|char16_t|char32_t"
70
    );
71

    
72
    var storageModifiers = (
73
        "const|extern|register|restrict|static|volatile|inline|private|" +
74
        "protected|public|friend|explicit|virtual|export|mutable|typename|" +
75
        "constexpr|new|delete|alignas|alignof|decltype|noexcept|thread_local"
76
    );
77

    
78
    var keywordOperators = (
79
        "and|and_eq|bitand|bitor|compl|not|not_eq|or|or_eq|typeid|xor|xor_eq|" +
80
        "const_cast|dynamic_cast|reinterpret_cast|static_cast|sizeof|namespace"
81
    );
82

    
83
    var builtinConstants = (
84
        "NULL|true|false|TRUE|FALSE|nullptr"
85
    );
86

    
87
    var keywordMapper = this.$keywords = this.createKeywordMapper({
88
        "keyword.control" : keywordControls,
89
        "storage.type" : storageType,
90
        "storage.modifier" : storageModifiers,
91
        "keyword.operator" : keywordOperators,
92
        "variable.language": "this",
93
        "constant.language": builtinConstants
94
    }, "identifier");
95

    
96
    var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*\\b";
97
    var escapeRe = /\\(?:['"?\\abfnrtv]|[0-7]{1,3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}U[a-fA-F\d]{8}|.)/.source;
98
    var formatRe = "%"
99
          + /(\d+\$)?/.source // field (argument #)
100
          + /[#0\- +']*/.source // flags
101
          + /[,;:_]?/.source // separator character (AltiVec)
102
          + /((-?\d+)|\*(-?\d+\$)?)?/.source // minimum field width
103
          + /(\.((-?\d+)|\*(-?\d+\$)?)?)?/.source // precision
104
          + /(hh|h|ll|l|j|t|z|q|L|vh|vl|v|hv|hl)?/.source // length modifier
105
          + /(\[[^"\]]+\]|[diouxXDOUeEfFgGaACcSspn%])/.source; // conversion type
106

    
107
    this.$rules = { 
108
        "start" : [
109
            {
110
                token : "comment",
111
                regex : "//$",
112
                next : "start"
113
            }, {
114
                token : "comment",
115
                regex : "//",
116
                next : "singleLineComment"
117
            },
118
            DocCommentHighlightRules.getStartRule("doc-start"),
119
            {
120
                token : "comment", // multi line comment
121
                regex : "\\/\\*",
122
                next : "comment"
123
            }, {
124
                token : "string", // character
125
                regex : "'(?:" + escapeRe + "|.)?'"
126
            }, {
127
                token : "string.start",
128
                regex : '"', 
129
                stateName: "qqstring",
130
                next: [
131
                    { token: "string", regex: /\\\s*$/, next: "qqstring" },
132
                    { token: "constant.language.escape", regex: escapeRe },
133
                    { token: "constant.language.escape", regex: formatRe },
134
                    { token: "string.end", regex: '"|$', next: "start" },
135
                    { defaultToken: "string"}
136
                ]
137
            }, {
138
                token : "string.start",
139
                regex : 'R"\\(', 
140
                stateName: "rawString",
141
                next: [
142
                    { token: "string.end", regex: '\\)"', next: "start" },
143
                    { defaultToken: "string"}
144
                ]
145
            }, {
146
                token : "constant.numeric", // hex
147
                regex : "0[xX][0-9a-fA-F]+(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b"
148
            }, {
149
                token : "constant.numeric", // float
150
                regex : "[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b"
151
            }, {
152
                token : "keyword", // pre-compiler directives
153
                regex : "#\\s*(?:include|import|pragma|line|define|undef)\\b",
154
                next  : "directive"
155
            }, {
156
                token : "keyword", // special case pre-compiler directive
157
                regex : "#\\s*(?:endif|if|ifdef|else|elif|ifndef)\\b"
158
            }, {
159
                token : "support.function.C99.c",
160
                regex : cFunctions
161
            }, {
162
                token : keywordMapper,
163
                regex : "[a-zA-Z_$][a-zA-Z0-9_$]*"
164
            }, {
165
                token : "keyword.operator",
166
                regex : /--|\+\+|<<=|>>=|>>>=|<>|&&|\|\||\?:|[*%\/+\-&\^|~!<>=]=?/
167
            }, {
168
              token : "punctuation.operator",
169
              regex : "\\?|\\:|\\,|\\;|\\."
170
            }, {
171
                token : "paren.lparen",
172
                regex : "[[({]"
173
            }, {
174
                token : "paren.rparen",
175
                regex : "[\\])}]"
176
            }, {
177
                token : "text",
178
                regex : "\\s+"
179
            }
180
        ],
181
        "comment" : [
182
            {
183
                token : "comment", // closing comment
184
                regex : "\\*\\/",
185
                next : "start"
186
            }, {
187
                defaultToken : "comment"
188
            }
189
        ],
190
        "singleLineComment" : [
191
            {
192
                token : "comment",
193
                regex : /\\$/,
194
                next : "singleLineComment"
195
            }, {
196
                token : "comment",
197
                regex : /$/,
198
                next : "start"
199
            }, {
200
                defaultToken: "comment"
201
            }
202
        ],
203
        "directive" : [
204
            {
205
                token : "constant.other.multiline",
206
                regex : /\\/
207
            },
208
            {
209
                token : "constant.other.multiline",
210
                regex : /.*\\/
211
            },
212
            {
213
                token : "constant.other",
214
                regex : "\\s*<.+?>",
215
                next : "start"
216
            },
217
            {
218
                token : "constant.other", // single line
219
                regex : '\\s*["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]',
220
                next : "start"
221
            }, 
222
            {
223
                token : "constant.other", // single line
224
                regex : "\\s*['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']",
225
                next : "start"
226
            },
227
            {
228
                token : "constant.other",
229
                regex : /[^\\\/]+/,
230
                next : "start"
231
            }
232
        ]
233
    };
234

    
235
    this.embedRules(DocCommentHighlightRules, "doc-",
236
        [ DocCommentHighlightRules.getEndRule("start") ]);
237
    this.normalizeRules();
238
};
239

    
240
oop.inherits(c_cppHighlightRules, TextHighlightRules);
241

    
242
exports.c_cppHighlightRules = c_cppHighlightRules;
243
});
244

    
245
ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
246
"use strict";
247

    
248
var Range = require("../range").Range;
249

    
250
var MatchingBraceOutdent = function() {};
251

    
252
(function() {
253

    
254
    this.checkOutdent = function(line, input) {
255
        if (! /^\s+$/.test(line))
256
            return false;
257

    
258
        return /^\s*\}/.test(input);
259
    };
260

    
261
    this.autoOutdent = function(doc, row) {
262
        var line = doc.getLine(row);
263
        var match = line.match(/^(\s*\})/);
264

    
265
        if (!match) return 0;
266

    
267
        var column = match[1].length;
268
        var openBracePos = doc.findMatchingBracket({row: row, column: column});
269

    
270
        if (!openBracePos || openBracePos.row == row) return 0;
271

    
272
        var indent = this.$getIndent(doc.getLine(openBracePos.row));
273
        doc.replace(new Range(row, 0, row, column-1), indent);
274
    };
275

    
276
    this.$getIndent = function(line) {
277
        return line.match(/^\s*/)[0];
278
    };
279

    
280
}).call(MatchingBraceOutdent.prototype);
281

    
282
exports.MatchingBraceOutdent = MatchingBraceOutdent;
283
});
284

    
285
ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
286
"use strict";
287

    
288
var oop = require("../../lib/oop");
289
var Range = require("../../range").Range;
290
var BaseFoldMode = require("./fold_mode").FoldMode;
291

    
292
var FoldMode = exports.FoldMode = function(commentRegex) {
293
    if (commentRegex) {
294
        this.foldingStartMarker = new RegExp(
295
            this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
296
        );
297
        this.foldingStopMarker = new RegExp(
298
            this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
299
        );
300
    }
301
};
302
oop.inherits(FoldMode, BaseFoldMode);
303

    
304
(function() {
305
    
306
    this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
307
    this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
308
    this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
309
    this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
310
    this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
311
    this._getFoldWidgetBase = this.getFoldWidget;
312
    this.getFoldWidget = function(session, foldStyle, row) {
313
        var line = session.getLine(row);
314
    
315
        if (this.singleLineBlockCommentRe.test(line)) {
316
            if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
317
                return "";
318
        }
319
    
320
        var fw = this._getFoldWidgetBase(session, foldStyle, row);
321
    
322
        if (!fw && this.startRegionRe.test(line))
323
            return "start"; // lineCommentRegionStart
324
    
325
        return fw;
326
    };
327

    
328
    this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
329
        var line = session.getLine(row);
330
        
331
        if (this.startRegionRe.test(line))
332
            return this.getCommentRegionBlock(session, line, row);
333
        
334
        var match = line.match(this.foldingStartMarker);
335
        if (match) {
336
            var i = match.index;
337

    
338
            if (match[1])
339
                return this.openingBracketBlock(session, match[1], row, i);
340
                
341
            var range = session.getCommentFoldRange(row, i + match[0].length, 1);
342
            
343
            if (range && !range.isMultiLine()) {
344
                if (forceMultiline) {
345
                    range = this.getSectionRange(session, row);
346
                } else if (foldStyle != "all")
347
                    range = null;
348
            }
349
            
350
            return range;
351
        }
352

    
353
        if (foldStyle === "markbegin")
354
            return;
355

    
356
        var match = line.match(this.foldingStopMarker);
357
        if (match) {
358
            var i = match.index + match[0].length;
359

    
360
            if (match[1])
361
                return this.closingBracketBlock(session, match[1], row, i);
362

    
363
            return session.getCommentFoldRange(row, i, -1);
364
        }
365
    };
366
    
367
    this.getSectionRange = function(session, row) {
368
        var line = session.getLine(row);
369
        var startIndent = line.search(/\S/);
370
        var startRow = row;
371
        var startColumn = line.length;
372
        row = row + 1;
373
        var endRow = row;
374
        var maxRow = session.getLength();
375
        while (++row < maxRow) {
376
            line = session.getLine(row);
377
            var indent = line.search(/\S/);
378
            if (indent === -1)
379
                continue;
380
            if  (startIndent > indent)
381
                break;
382
            var subRange = this.getFoldWidgetRange(session, "all", row);
383
            
384
            if (subRange) {
385
                if (subRange.start.row <= startRow) {
386
                    break;
387
                } else if (subRange.isMultiLine()) {
388
                    row = subRange.end.row;
389
                } else if (startIndent == indent) {
390
                    break;
391
                }
392
            }
393
            endRow = row;
394
        }
395
        
396
        return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
397
    };
398
    this.getCommentRegionBlock = function(session, line, row) {
399
        var startColumn = line.search(/\s*$/);
400
        var maxRow = session.getLength();
401
        var startRow = row;
402
        
403
        var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
404
        var depth = 1;
405
        while (++row < maxRow) {
406
            line = session.getLine(row);
407
            var m = re.exec(line);
408
            if (!m) continue;
409
            if (m[1]) depth--;
410
            else depth++;
411

    
412
            if (!depth) break;
413
        }
414

    
415
        var endRow = row;
416
        if (endRow > startRow) {
417
            return new Range(startRow, startColumn, endRow, line.length);
418
        }
419
    };
420

    
421
}).call(FoldMode.prototype);
422

    
423
});
424

    
425
ace.define("ace/mode/c_cpp",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/c_cpp_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
426
"use strict";
427

    
428
var oop = require("../lib/oop");
429
var TextMode = require("./text").Mode;
430
var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
431
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
432
var Range = require("../range").Range;
433
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
434
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
435

    
436
var Mode = function() {
437
    this.HighlightRules = c_cppHighlightRules;
438

    
439
    this.$outdent = new MatchingBraceOutdent();
440
    this.$behaviour = new CstyleBehaviour();
441

    
442
    this.foldingRules = new CStyleFoldMode();
443
};
444
oop.inherits(Mode, TextMode);
445

    
446
(function() {
447

    
448
    this.lineCommentStart = "//";
449
    this.blockComment = {start: "/*", end: "*/"};
450

    
451
    this.getNextLineIndent = function(state, line, tab) {
452
        var indent = this.$getIndent(line);
453

    
454
        var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
455
        var tokens = tokenizedLine.tokens;
456
        var endState = tokenizedLine.state;
457

    
458
        if (tokens.length && tokens[tokens.length-1].type == "comment") {
459
            return indent;
460
        }
461

    
462
        if (state == "start") {
463
            var match = line.match(/^.*[\{\(\[]\s*$/);
464
            if (match) {
465
                indent += tab;
466
            }
467
        } else if (state == "doc-start") {
468
            if (endState == "start") {
469
                return "";
470
            }
471
            var match = line.match(/^\s*(\/?)\*/);
472
            if (match) {
473
                if (match[1]) {
474
                    indent += " ";
475
                }
476
                indent += "* ";
477
            }
478
        }
479

    
480
        return indent;
481
    };
482

    
483
    this.checkOutdent = function(state, line, input) {
484
        return this.$outdent.checkOutdent(line, input);
485
    };
486

    
487
    this.autoOutdent = function(state, doc, row) {
488
        this.$outdent.autoOutdent(doc, row);
489
    };
490

    
491
    this.$id = "ace/mode/c_cpp";
492
    this.snippetFileId = "ace/snippets/c_cpp";
493
}).call(Mode.prototype);
494

    
495
exports.Mode = Mode;
496
});
497

    
498
ace.define("ace/mode/glsl_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/c_cpp_highlight_rules"], function(require, exports, module) {
499
"use strict";
500

    
501
var oop = require("../lib/oop");
502
var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
503

    
504
var glslHighlightRules = function() {
505

    
506
    var keywords = (
507
        "attribute|const|uniform|varying|break|continue|do|for|while|" +
508
        "if|else|in|out|inout|float|int|void|bool|true|false|" +
509
        "lowp|mediump|highp|precision|invariant|discard|return|mat2|mat3|" +
510
        "mat4|vec2|vec3|vec4|ivec2|ivec3|ivec4|bvec2|bvec3|bvec4|sampler2D|" +
511
        "samplerCube|struct"
512
    );
513

    
514
    var buildinConstants = (
515
        "radians|degrees|sin|cos|tan|asin|acos|atan|pow|" +
516
        "exp|log|exp2|log2|sqrt|inversesqrt|abs|sign|floor|ceil|fract|mod|" +
517
        "min|max|clamp|mix|step|smoothstep|length|distance|dot|cross|" +
518
        "normalize|faceforward|reflect|refract|matrixCompMult|lessThan|" +
519
        "lessThanEqual|greaterThan|greaterThanEqual|equal|notEqual|any|all|" +
520
        "not|dFdx|dFdy|fwidth|texture2D|texture2DProj|texture2DLod|" +
521
        "texture2DProjLod|textureCube|textureCubeLod|" +
522
        "gl_MaxVertexAttribs|gl_MaxVertexUniformVectors|gl_MaxVaryingVectors|" +
523
        "gl_MaxVertexTextureImageUnits|gl_MaxCombinedTextureImageUnits|" +
524
        "gl_MaxTextureImageUnits|gl_MaxFragmentUniformVectors|gl_MaxDrawBuffers|" +
525
        "gl_DepthRangeParameters|gl_DepthRange|" +
526
        "gl_Position|gl_PointSize|" +
527
        "gl_FragCoord|gl_FrontFacing|gl_PointCoord|gl_FragColor|gl_FragData"
528
    );
529

    
530
    var keywordMapper = this.createKeywordMapper({
531
        "variable.language": "this",
532
        "keyword": keywords,
533
        "constant.language": buildinConstants
534
    }, "identifier");
535

    
536
    this.$rules = new c_cppHighlightRules().$rules;
537
    this.$rules.start.forEach(function(rule) {
538
        if (typeof rule.token == "function")
539
            rule.token = keywordMapper;
540
    });
541
};
542

    
543
oop.inherits(glslHighlightRules, c_cppHighlightRules);
544

    
545
exports.glslHighlightRules = glslHighlightRules;
546
});
547

    
548
ace.define("ace/mode/glsl",["require","exports","module","ace/lib/oop","ace/mode/c_cpp","ace/mode/glsl_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
549
"use strict";
550

    
551
var oop = require("../lib/oop");
552
var CMode = require("./c_cpp").Mode;
553
var glslHighlightRules = require("./glsl_highlight_rules").glslHighlightRules;
554
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
555
var Range = require("../range").Range;
556
var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
557
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
558

    
559
var Mode = function() {
560
    this.HighlightRules = glslHighlightRules;
561
    
562
    this.$outdent = new MatchingBraceOutdent();
563
    this.$behaviour = new CstyleBehaviour();
564
    this.foldingRules = new CStyleFoldMode();
565
};
566
oop.inherits(Mode, CMode);
567

    
568
(function() {
569
    this.$id = "ace/mode/glsl";
570
}).call(Mode.prototype);
571

    
572
exports.Mode = Mode;
573
});                (function() {
574
                    ace.require(["ace/mode/glsl"], function(m) {
575
                        if (typeof module == "object" && typeof exports == "object" && module) {
576
                            module.exports = m;
577
                        }
578
                    });
579
                })();
580
            
(77-77/244)