ace-rails-ap 0.0.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ace/rails/version.rb +1 -1
- data/vendor/assets/javascripts/ace.js +15680 -1
- data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
- data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
- data/vendor/assets/javascripts/mode-c9search.js +275 -0
- data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
- data/vendor/assets/javascripts/mode-clojure.js +364 -1
- data/vendor/assets/javascripts/mode-coffee.js +527 -1
- data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
- data/vendor/assets/javascripts/mode-csharp.js +633 -1
- data/vendor/assets/javascripts/mode-css.js +499 -1
- data/vendor/assets/javascripts/mode-diff.js +250 -0
- data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
- data/vendor/assets/javascripts/mode-golang.js +681 -1
- data/vendor/assets/javascripts/mode-groovy.js +1240 -1
- data/vendor/assets/javascripts/mode-haxe.js +633 -1
- data/vendor/assets/javascripts/mode-html.js +2064 -1
- data/vendor/assets/javascripts/mode-java.js +1202 -1
- data/vendor/assets/javascripts/mode-javascript.js +1069 -1
- data/vendor/assets/javascripts/mode-json.js +588 -1
- data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
- data/vendor/assets/javascripts/mode-latex.js +95 -1
- data/vendor/assets/javascripts/mode-less.js +512 -1
- data/vendor/assets/javascripts/mode-liquid.js +1125 -1
- data/vendor/assets/javascripts/mode-lua.js +551 -1
- data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
- data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
- data/vendor/assets/javascripts/mode-markdown.js +2369 -1
- data/vendor/assets/javascripts/mode-ocaml.js +464 -1
- data/vendor/assets/javascripts/mode-perl.js +432 -1
- data/vendor/assets/javascripts/mode-pgsql.js +970 -1
- data/vendor/assets/javascripts/mode-php.js +1718 -1
- data/vendor/assets/javascripts/mode-powershell.js +610 -1
- data/vendor/assets/javascripts/mode-python.js +397 -1
- data/vendor/assets/javascripts/mode-ruby.js +318 -1
- data/vendor/assets/javascripts/mode-scad.js +732 -1
- data/vendor/assets/javascripts/mode-scala.js +1237 -1
- data/vendor/assets/javascripts/mode-scss.js +537 -1
- data/vendor/assets/javascripts/mode-sh.js +250 -1
- data/vendor/assets/javascripts/mode-sql.js +140 -1
- data/vendor/assets/javascripts/mode-svg.js +1681 -1
- data/vendor/assets/javascripts/mode-tcl.js +320 -0
- data/vendor/assets/javascripts/mode-textile.js +182 -1
- data/vendor/assets/javascripts/mode-xml.js +829 -1
- data/vendor/assets/javascripts/mode-xquery.js +605 -1
- data/vendor/assets/javascripts/mode-yaml.js +189 -0
- data/vendor/assets/javascripts/theme-chrome.js +213 -1
- data/vendor/assets/javascripts/theme-clouds.js +167 -1
- data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
- data/vendor/assets/javascripts/theme-cobalt.js +194 -1
- data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
- data/vendor/assets/javascripts/theme-dawn.js +198 -1
- data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
- data/vendor/assets/javascripts/theme-eclipse.js +157 -1
- data/vendor/assets/javascripts/theme-github.js +182 -0
- data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
- data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
- data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
- data/vendor/assets/javascripts/theme-monokai.js +194 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
- data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
- data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
- data/vendor/assets/javascripts/theme-textmate.js +216 -0
- data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
- data/vendor/assets/javascripts/theme-twilight.js +211 -1
- data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
- data/vendor/assets/javascripts/worker-coffee.js +83 -893
- data/vendor/assets/javascripts/worker-css.js +88 -1402
- data/vendor/assets/javascripts/worker-javascript.js +97 -812
- data/vendor/assets/javascripts/worker-json.js +84 -761
- data/vendor/assets/javascripts/worker-xquery.js +66464 -0
- metadata +12 -195
- data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
- data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
- data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
- data/vendor/assets/javascripts/ace-compat.js +0 -1
- data/vendor/assets/javascripts/ace-noconflict.js +0 -10
- data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
- data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
- data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
- data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
- data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
- data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
- data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
- data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
- data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
- data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
- data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
- data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
- data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
- data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
- data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
- data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
- data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
- data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
- data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
- data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
- data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
- data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
- data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
- data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
- data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
- data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
- data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
- data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
- data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
- data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
- data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
- data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
- data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
- data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
- data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
- data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
- data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
- data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
- data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
- data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
- data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
- data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
- data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
- data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
- data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
- data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
- data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
- data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
- data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
- data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
- data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
- data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
- data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
- data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
- data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
- data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
- data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
- data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
- data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
- data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
- data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
- data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
- data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
- data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
- data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
- data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
- data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
- data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
- data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
- data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
- data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
- data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
- data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
- data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
- data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
- data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
- data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
- data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
- data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
- data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
- data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
- data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
- data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
- data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
- data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -1 +0,0 @@
|
|
1
|
-
ace.define("ace/mode/latex",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/latex_highlight_rules","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./latex_highlight_rules").LatexHighlightRules,h=a("../range").Range,i=function(){this.$tokenizer=new f((new g).getRules())};d.inherits(i,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)\%/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var i=new h(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);i.start.row=g,i.end.row=g,i.end.column=k[0].length,b.replace(i,k[1])}}else b.indentRows(c,d,"%")},this.getNextLineIndent=function(a,b,c){return this.$getIndent(b)}}.call(i.prototype),b.Mode=i}),ace.define("ace/mode/latex_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:"keyword",regex:"\\\\(?:[^a-zA-Z]|[a-zA-Z]+)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"string",regex:"\\$(?:(?:\\\\.)|(?:[^\\$\\\\]))*?\\$"},{token:"comment",regex:"%.*$"}]}};d.inherits(f,e),b.LatexHighlightRules=f})
|
@@ -1,95 +0,0 @@
|
|
1
|
-
ace.define('ace/mode/latex', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/latex_highlight_rules', 'ace/range'], function(require, exports, module) {
|
2
|
-
"use strict";
|
3
|
-
|
4
|
-
var oop = require("../lib/oop");
|
5
|
-
var TextMode = require("./text").Mode;
|
6
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
7
|
-
var LatexHighlightRules = require("./latex_highlight_rules").LatexHighlightRules;
|
8
|
-
var Range = require("../range").Range;
|
9
|
-
|
10
|
-
var Mode = function()
|
11
|
-
{
|
12
|
-
this.$tokenizer = new Tokenizer(new LatexHighlightRules().getRules());
|
13
|
-
};
|
14
|
-
oop.inherits(Mode, TextMode);
|
15
|
-
|
16
|
-
(function() {
|
17
|
-
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
18
|
-
// This code is adapted from ruby.js
|
19
|
-
var outdent = true;
|
20
|
-
|
21
|
-
// LaTeX comments begin with % and go to the end of the line
|
22
|
-
var commentRegEx = /^(\s*)\%/;
|
23
|
-
|
24
|
-
for (var i = startRow; i <= endRow; i++) {
|
25
|
-
if (!commentRegEx.test(doc.getLine(i))) {
|
26
|
-
outdent = false;
|
27
|
-
break;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
if (outdent) {
|
32
|
-
var deleteRange = new Range(0, 0, 0, 0);
|
33
|
-
for (var i = startRow; i <= endRow; i++) {
|
34
|
-
var line = doc.getLine(i);
|
35
|
-
var m = line.match(commentRegEx);
|
36
|
-
deleteRange.start.row = i;
|
37
|
-
deleteRange.end.row = i;
|
38
|
-
deleteRange.end.column = m[0].length;
|
39
|
-
doc.replace(deleteRange, m[1]);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
else {
|
43
|
-
doc.indentRows(startRow, endRow, "%");
|
44
|
-
}
|
45
|
-
};
|
46
|
-
|
47
|
-
// There is no universally accepted way of indenting a tex document
|
48
|
-
// so just maintain the indentation of the previous line
|
49
|
-
this.getNextLineIndent = function(state, line, tab) {
|
50
|
-
return this.$getIndent(line);
|
51
|
-
};
|
52
|
-
|
53
|
-
}).call(Mode.prototype);
|
54
|
-
|
55
|
-
exports.Mode = Mode;
|
56
|
-
|
57
|
-
});
|
58
|
-
ace.define('ace/mode/latex_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
59
|
-
"use strict";
|
60
|
-
|
61
|
-
var oop = require("../lib/oop");
|
62
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
63
|
-
|
64
|
-
var LatexHighlightRules = function() {
|
65
|
-
this.$rules = {
|
66
|
-
"start" : [{
|
67
|
-
// A tex command e.g. \foo
|
68
|
-
token : "keyword",
|
69
|
-
regex : "\\\\(?:[^a-zA-Z]|[a-zA-Z]+)",
|
70
|
-
}, {
|
71
|
-
// Curly and square braces
|
72
|
-
token : "lparen",
|
73
|
-
regex : "[[({]"
|
74
|
-
}, {
|
75
|
-
// Curly and square braces
|
76
|
-
token : "rparen",
|
77
|
-
regex : "[\\])}]"
|
78
|
-
}, {
|
79
|
-
// Inline math between two $ symbols
|
80
|
-
token : "string",
|
81
|
-
regex : "\\$(?:(?:\\\\.)|(?:[^\\$\\\\]))*?\\$"
|
82
|
-
}, {
|
83
|
-
// A comment. Tex comments start with % and go to
|
84
|
-
// the end of the line
|
85
|
-
token : "comment",
|
86
|
-
regex : "%.*$"
|
87
|
-
}]
|
88
|
-
};
|
89
|
-
};
|
90
|
-
|
91
|
-
oop.inherits(LatexHighlightRules, TextHighlightRules);
|
92
|
-
|
93
|
-
exports.LatexHighlightRules = LatexHighlightRules;
|
94
|
-
|
95
|
-
});
|
@@ -1,95 +0,0 @@
|
|
1
|
-
define('ace/mode/latex', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/latex_highlight_rules', 'ace/range'], function(require, exports, module) {
|
2
|
-
"use strict";
|
3
|
-
|
4
|
-
var oop = require("../lib/oop");
|
5
|
-
var TextMode = require("./text").Mode;
|
6
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
7
|
-
var LatexHighlightRules = require("./latex_highlight_rules").LatexHighlightRules;
|
8
|
-
var Range = require("../range").Range;
|
9
|
-
|
10
|
-
var Mode = function()
|
11
|
-
{
|
12
|
-
this.$tokenizer = new Tokenizer(new LatexHighlightRules().getRules());
|
13
|
-
};
|
14
|
-
oop.inherits(Mode, TextMode);
|
15
|
-
|
16
|
-
(function() {
|
17
|
-
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
18
|
-
// This code is adapted from ruby.js
|
19
|
-
var outdent = true;
|
20
|
-
|
21
|
-
// LaTeX comments begin with % and go to the end of the line
|
22
|
-
var commentRegEx = /^(\s*)\%/;
|
23
|
-
|
24
|
-
for (var i = startRow; i <= endRow; i++) {
|
25
|
-
if (!commentRegEx.test(doc.getLine(i))) {
|
26
|
-
outdent = false;
|
27
|
-
break;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
if (outdent) {
|
32
|
-
var deleteRange = new Range(0, 0, 0, 0);
|
33
|
-
for (var i = startRow; i <= endRow; i++) {
|
34
|
-
var line = doc.getLine(i);
|
35
|
-
var m = line.match(commentRegEx);
|
36
|
-
deleteRange.start.row = i;
|
37
|
-
deleteRange.end.row = i;
|
38
|
-
deleteRange.end.column = m[0].length;
|
39
|
-
doc.replace(deleteRange, m[1]);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
else {
|
43
|
-
doc.indentRows(startRow, endRow, "%");
|
44
|
-
}
|
45
|
-
};
|
46
|
-
|
47
|
-
// There is no universally accepted way of indenting a tex document
|
48
|
-
// so just maintain the indentation of the previous line
|
49
|
-
this.getNextLineIndent = function(state, line, tab) {
|
50
|
-
return this.$getIndent(line);
|
51
|
-
};
|
52
|
-
|
53
|
-
}).call(Mode.prototype);
|
54
|
-
|
55
|
-
exports.Mode = Mode;
|
56
|
-
|
57
|
-
});
|
58
|
-
define('ace/mode/latex_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
59
|
-
"use strict";
|
60
|
-
|
61
|
-
var oop = require("../lib/oop");
|
62
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
63
|
-
|
64
|
-
var LatexHighlightRules = function() {
|
65
|
-
this.$rules = {
|
66
|
-
"start" : [{
|
67
|
-
// A tex command e.g. \foo
|
68
|
-
token : "keyword",
|
69
|
-
regex : "\\\\(?:[^a-zA-Z]|[a-zA-Z]+)",
|
70
|
-
}, {
|
71
|
-
// Curly and square braces
|
72
|
-
token : "lparen",
|
73
|
-
regex : "[[({]"
|
74
|
-
}, {
|
75
|
-
// Curly and square braces
|
76
|
-
token : "rparen",
|
77
|
-
regex : "[\\])}]"
|
78
|
-
}, {
|
79
|
-
// Inline math between two $ symbols
|
80
|
-
token : "string",
|
81
|
-
regex : "\\$(?:(?:\\\\.)|(?:[^\\$\\\\]))*?\\$"
|
82
|
-
}, {
|
83
|
-
// A comment. Tex comments start with % and go to
|
84
|
-
// the end of the line
|
85
|
-
token : "comment",
|
86
|
-
regex : "%.*$"
|
87
|
-
}]
|
88
|
-
};
|
89
|
-
};
|
90
|
-
|
91
|
-
oop.inherits(LatexHighlightRules, TextHighlightRules);
|
92
|
-
|
93
|
-
exports.LatexHighlightRules = LatexHighlightRules;
|
94
|
-
|
95
|
-
});
|
@@ -1 +0,0 @@
|
|
1
|
-
ace.define("ace/mode/less",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/less_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/cstyle"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./less_highlight_rules").LessHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("./folding/cstyle").FoldMode,j=function(){this.$tokenizer=new f((new g).getRules(),"i"),this.$outdent=new h,this.foldingRules=new i};d.inherits(j,e),function(){this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a).tokens;if(e.length&&e[e.length-1].type=="comment")return d;var f=b.match(/^.*\{\s*$/);return f&&(d+=c),d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(j.prototype),b.Mode=j}),ace.define("ace/mode/less_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./text_highlight_rules").TextHighlightRules,g=function(){var a=e.arrayToMap(function(){var a="-webkit-|-moz-|-o-|-ms-|-svg-|-pie-|-khtml-".split("|"),b="appearance|background-clip|background-inline-policy|background-origin|background-size|binding|border-bottom-colors|border-left-colors|border-right-colors|border-top-colors|border-end|border-end-color|border-end-style|border-end-width|border-image|border-start|border-start-color|border-start-style|border-start-width|box-align|box-direction|box-flex|box-flexgroup|box-ordinal-group|box-orient|box-pack|box-sizing|column-count|column-gap|column-width|column-rule|column-rule-width|column-rule-style|column-rule-color|float-edge|font-feature-settings|font-language-override|force-broken-image-icon|image-region|margin-end|margin-start|opacity|outline|outline-color|outline-offset|outline-radius|outline-radius-bottomleft|outline-radius-bottomright|outline-radius-topleft|outline-radius-topright|outline-style|outline-width|padding-end|padding-start|stack-sizing|tab-size|text-blink|text-decoration-color|text-decoration-line|text-decoration-style|transform|transform-origin|transition|transition-delay|transition-duration|transition-property|transition-timing-function|user-focus|user-input|user-modify|user-select|window-shadow|border-radius".split("|"),c="azimuth|background-attachment|background-color|background-image|background-position|background-repeat|background|border-bottom-color|border-bottom-style|border-bottom-width|border-bottom|border-collapse|border-color|border-left-color|border-left-style|border-left-width|border-left|border-right-color|border-right-style|border-right-width|border-right|border-spacing|border-style|border-top-color|border-top-style|border-top-width|border-top|border-width|border|bottom|box-sizing|caption-side|clear|clip|color|content|counter-increment|counter-reset|cue-after|cue-before|cue|cursor|direction|display|elevation|empty-cells|float|font-family|font-size-adjust|font-size|font-stretch|font-style|font-variant|font-weight|font|height|left|letter-spacing|line-height|list-style-image|list-style-position|list-style-type|list-style|margin-bottom|margin-left|margin-right|margin-top|marker-offset|margin|marks|max-height|max-width|min-height|min-width|opacity|orphans|outline-color|outline-style|outline-width|outline|overflow|overflow-x|overflow-y|padding-bottom|padding-left|padding-right|padding-top|padding|page-break-after|page-break-before|page-break-inside|page|pause-after|pause-before|pause|pitch-range|pitch|play-during|position|quotes|richness|right|size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|stress|table-layout|text-align|text-decoration|text-indent|text-shadow|text-transform|top|unicode-bidi|vertical-align|visibility|voice-family|volume|white-space|widows|width|word-spacing|z-index".split("|"),d=[];for(var e=0,f=a.length;e<f;e++)Array.prototype.push.apply(d,(a[e]+b.join("|"+a[e])).split("|"));return Array.prototype.push.apply(d,b),Array.prototype.push.apply(d,c),d}()),b=e.arrayToMap("hsl|hsla|rgb|rgba|url|attr|counter|counters|lighten|darken|saturate|desaturate|fadein|fadeout|fade|spin|mix|hue|saturation|lightness|alpha|round|ceil|floor|percentage|color|iscolor|isnumber|isstring|iskeyword|isurl|ispixel|ispercentage|isem".split("|")),c=e.arrayToMap("absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|block|bold|bolder|border-box|both|bottom|break-all|break-word|capitalize|center|char|circle|cjk-ideographic|col-resize|collapse|content-box|crosshair|dashed|decimal-leading-zero|decimal|default|disabled|disc|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|inactive|inherit|inline-block|inline|inset|inside|inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|keep-all|left|lighter|line-edge|line-through|line|list-item|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|solid|square|static|strict|super|sw-resize|table-footer-group|table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|zero".split("|")),d=e.arrayToMap("aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow".split("|")),f=e.arrayToMap("@mixin|@extend|@include|@import|@media|@debug|@warn|@if|@for|@each|@while|@else|@font-face|@-webkit-keyframes|if|and|!default|module|def|end|declare|when|not|and".split("|")),g=e.arrayToMap("a|abbr|acronym|address|applet|area|article|aside|audio|b|base|basefont|bdo|big|blockquote|body|br|button|canvas|caption|center|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|dir|div|dl|dt|em|embed|fieldset|figcaption|figure|font|footer|form|frame|frameset|h1|h2|h3|h4|h5|h6|head|header|hgroup|hr|html|i|iframe|img|input|ins|keygen|kbd|label|legend|li|link|map|mark|menu|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|s|samp|script|section|select|small|source|span|strike|strong|style|sub|summary|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|u|ul|var|video|wbr|xmp".split("|")),h="\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},{token:"comment",merge:!0,regex:"\\/\\*",next:"comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"constant.numeric",regex:h+"(?:em|ex|px|cm|mm|in|pt|pc|deg|rad|grad|ms|s|hz|khz|%)"},{token:"constant.numeric",regex:"#[a-f0-9]{6}"},{token:"constant.numeric",regex:"#[a-f0-9]{3}"},{token:"constant.numeric",regex:h},{token:function(a){return f.hasOwnProperty(a)?"keyword":"variable"},regex:"@[a-z0-9_\\-@]*\\b"},{token:function(e){return a.hasOwnProperty(e.toLowerCase())?"support.type":f.hasOwnProperty(e)?"keyword":c.hasOwnProperty(e)?"constant.language":b.hasOwnProperty(e)?"support.function":d.hasOwnProperty(e.toLowerCase())?"support.constant.color":g.hasOwnProperty(e.toLowerCase())?"variable.language":"text"},regex:"\\-?[@a-z_][@a-z0-9_\\-]*"},{token:"variable.language",regex:"#[a-z0-9-_]+"},{token:"variable.language",regex:"\\.[a-z0-9-_]+"},{token:"variable.language",regex:":[a-z0-9-_]+"},{token:"constant",regex:"[a-z0-9-_]+"},{token:"keyword.operator",regex:"<|>|<=|>=|==|!=|-|%|#|\\+|\\$|\\+|\\*"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:".*?\\*\\/",next:"start"},{token:"comment",merge:!0,regex:".+"}]}};d.inherits(g,f),b.LessHighlightRules=g}),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e}),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../../range").Range,f=a("./fold_mode").FoldMode,g=b.FoldMode=function(){};d.inherits(g,f),function(){this.foldingStartMarker=/(\{|\[)[^\}\]]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/,this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),f=d.match(this.foldingStartMarker);if(f){var g=f.index;if(f[1])return this.openingBracketBlock(a,f[1],c,g);var h=a.getCommentFoldRange(c,g+f[0].length);return h.end.column-=2,h}if(b!=="markbeginend")return;var f=d.match(this.foldingStopMarker);if(f){var g=f.index+f[0].length;if(f[2]){var h=a.getCommentFoldRange(c,g);return h.end.column-=2,h}var i={row:c,column:g},j=a.$findOpeningBracket(f[1],i);if(!j)return;return j.column++,i.column--,e.fromPoints(j,i)}}}.call(g.prototype)}),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/^\s*/,f=b,g=b,h=a.getLine(b),i=c||h.length,j=h.match(e)[0].length,k=a.getLength();while(++b<k){h=a.getLine(b);var l=h.match(e)[0].length;if(l==h.length)continue;if(l<=j)break;g=b}if(g>f){var m=a.getLine(g).length;return new d(f,i,g,m)}},this.openingBracketBlock=function(a,b,c,e){var f={row:c,column:e+1},g=a.$findClosingBracket(b,f);if(!g)return;var h=a.foldWidgets[g.row];return h==null&&(h=this.getFoldWidget(a,g.row)),h=="start"&&(g.row--,g.column=a.getLine(g.row).length),d.fromPoints(f,g)}}).call(e.prototype)})
|
@@ -1,655 +0,0 @@
|
|
1
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
-
*
|
4
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
-
* the License. You may obtain a copy of the License at
|
7
|
-
* http://www.mozilla.org/MPL/
|
8
|
-
*
|
9
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
-
* for the specific language governing rights and limitations under the
|
12
|
-
* License.
|
13
|
-
*
|
14
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
-
*
|
16
|
-
* The Initial Developer of the Original Code is
|
17
|
-
* Ajax.org B.V.
|
18
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
-
* the Initial Developer. All Rights Reserved.
|
20
|
-
*
|
21
|
-
* Contributor(s):
|
22
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
23
|
-
* John Roepke <john AT justjohn DOT us>
|
24
|
-
*
|
25
|
-
* Alternatively, the contents of this file may be used under the terms of
|
26
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
27
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
28
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
29
|
-
* of those above. If you wish to allow use of your version of this file only
|
30
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
31
|
-
* use your version of this file under the terms of the MPL, indicate your
|
32
|
-
* decision by deleting the provisions above and replace them with the notice
|
33
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
34
|
-
* the provisions above, a recipient may use your version of this file under
|
35
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
36
|
-
*
|
37
|
-
* ***** END LICENSE BLOCK ***** */
|
38
|
-
|
39
|
-
ace.define('ace/mode/less', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/less_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/folding/cstyle'], function(require, exports, module) {
|
40
|
-
"use strict";
|
41
|
-
|
42
|
-
var oop = require("../lib/oop");
|
43
|
-
var TextMode = require("./text").Mode;
|
44
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
45
|
-
var LessHighlightRules = require("./less_highlight_rules").LessHighlightRules;
|
46
|
-
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
47
|
-
var CStyleFoldMode = require("./folding/cstyle").FoldMode;
|
48
|
-
|
49
|
-
var Mode = function() {
|
50
|
-
this.$tokenizer = new Tokenizer(new LessHighlightRules().getRules(), "i");
|
51
|
-
this.$outdent = new MatchingBraceOutdent();
|
52
|
-
this.foldingRules = new CStyleFoldMode();
|
53
|
-
};
|
54
|
-
oop.inherits(Mode, TextMode);
|
55
|
-
|
56
|
-
(function() {
|
57
|
-
|
58
|
-
this.getNextLineIndent = function(state, line, tab) {
|
59
|
-
var indent = this.$getIndent(line);
|
60
|
-
|
61
|
-
// ignore braces in comments
|
62
|
-
var tokens = this.$tokenizer.getLineTokens(line, state).tokens;
|
63
|
-
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
64
|
-
return indent;
|
65
|
-
}
|
66
|
-
|
67
|
-
var match = line.match(/^.*\{\s*$/);
|
68
|
-
if (match) {
|
69
|
-
indent += tab;
|
70
|
-
}
|
71
|
-
|
72
|
-
return indent;
|
73
|
-
};
|
74
|
-
|
75
|
-
this.checkOutdent = function(state, line, input) {
|
76
|
-
return this.$outdent.checkOutdent(line, input);
|
77
|
-
};
|
78
|
-
|
79
|
-
this.autoOutdent = function(state, doc, row) {
|
80
|
-
this.$outdent.autoOutdent(doc, row);
|
81
|
-
};
|
82
|
-
|
83
|
-
}).call(Mode.prototype);
|
84
|
-
|
85
|
-
exports.Mode = Mode;
|
86
|
-
|
87
|
-
});
|
88
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
89
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
90
|
-
*
|
91
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
92
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
93
|
-
* the License. You may obtain a copy of the License at
|
94
|
-
* http://www.mozilla.org/MPL/
|
95
|
-
*
|
96
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
97
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
98
|
-
* for the specific language governing rights and limitations under the
|
99
|
-
* License.
|
100
|
-
*
|
101
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
102
|
-
*
|
103
|
-
* The Initial Developer of the Original Code is
|
104
|
-
* Ajax.org B.V.
|
105
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
106
|
-
* the Initial Developer. All Rights Reserved.
|
107
|
-
*
|
108
|
-
* Contributor(s):
|
109
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
110
|
-
* John Roepke <john AT justjohn DOT us>
|
111
|
-
*
|
112
|
-
* Alternatively, the contents of this file may be used under the terms of
|
113
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
114
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
115
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
116
|
-
* of those above. If you wish to allow use of your version of this file only
|
117
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
118
|
-
* use your version of this file under the terms of the MPL, indicate your
|
119
|
-
* decision by deleting the provisions above and replace them with the notice
|
120
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
121
|
-
* the provisions above, a recipient may use your version of this file under
|
122
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
123
|
-
*
|
124
|
-
* ***** END LICENSE BLOCK ***** */
|
125
|
-
|
126
|
-
ace.define('ace/mode/less_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
127
|
-
"use strict";
|
128
|
-
|
129
|
-
var oop = require("../lib/oop");
|
130
|
-
var lang = require("../lib/lang");
|
131
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
132
|
-
|
133
|
-
var LessHighlightRules = function() {
|
134
|
-
|
135
|
-
var properties = lang.arrayToMap( (function () {
|
136
|
-
|
137
|
-
var browserPrefix = ("-webkit-|-moz-|-o-|-ms-|-svg-|-pie-|-khtml-").split("|");
|
138
|
-
|
139
|
-
var prefixProperties = ("appearance|background-clip|background-inline-policy|background-origin|" +
|
140
|
-
"background-size|binding|border-bottom-colors|border-left-colors|" +
|
141
|
-
"border-right-colors|border-top-colors|border-end|border-end-color|" +
|
142
|
-
"border-end-style|border-end-width|border-image|border-start|" +
|
143
|
-
"border-start-color|border-start-style|border-start-width|box-align|" +
|
144
|
-
"box-direction|box-flex|box-flexgroup|box-ordinal-group|box-orient|" +
|
145
|
-
"box-pack|box-sizing|column-count|column-gap|column-width|column-rule|" +
|
146
|
-
"column-rule-width|column-rule-style|column-rule-color|float-edge|" +
|
147
|
-
"font-feature-settings|font-language-override|force-broken-image-icon|" +
|
148
|
-
"image-region|margin-end|margin-start|opacity|outline|outline-color|" +
|
149
|
-
"outline-offset|outline-radius|outline-radius-bottomleft|" +
|
150
|
-
"outline-radius-bottomright|outline-radius-topleft|outline-radius-topright|" +
|
151
|
-
"outline-style|outline-width|padding-end|padding-start|stack-sizing|" +
|
152
|
-
"tab-size|text-blink|text-decoration-color|text-decoration-line|" +
|
153
|
-
"text-decoration-style|transform|transform-origin|transition|" +
|
154
|
-
"transition-delay|transition-duration|transition-property|" +
|
155
|
-
"transition-timing-function|user-focus|user-input|user-modify|user-select|" +
|
156
|
-
"window-shadow|border-radius").split("|");
|
157
|
-
|
158
|
-
var properties = ("azimuth|background-attachment|background-color|background-image|" +
|
159
|
-
"background-position|background-repeat|background|border-bottom-color|" +
|
160
|
-
"border-bottom-style|border-bottom-width|border-bottom|border-collapse|" +
|
161
|
-
"border-color|border-left-color|border-left-style|border-left-width|" +
|
162
|
-
"border-left|border-right-color|border-right-style|border-right-width|" +
|
163
|
-
"border-right|border-spacing|border-style|border-top-color|" +
|
164
|
-
"border-top-style|border-top-width|border-top|border-width|border|" +
|
165
|
-
"bottom|box-sizing|caption-side|clear|clip|color|content|counter-increment|" +
|
166
|
-
"counter-reset|cue-after|cue-before|cue|cursor|direction|display|" +
|
167
|
-
"elevation|empty-cells|float|font-family|font-size-adjust|font-size|" +
|
168
|
-
"font-stretch|font-style|font-variant|font-weight|font|height|left|" +
|
169
|
-
"letter-spacing|line-height|list-style-image|list-style-position|" +
|
170
|
-
"list-style-type|list-style|margin-bottom|margin-left|margin-right|" +
|
171
|
-
"margin-top|marker-offset|margin|marks|max-height|max-width|min-height|" +
|
172
|
-
"min-width|opacity|orphans|outline-color|" +
|
173
|
-
"outline-style|outline-width|outline|overflow|overflow-x|overflow-y|padding-bottom|" +
|
174
|
-
"padding-left|padding-right|padding-top|padding|page-break-after|" +
|
175
|
-
"page-break-before|page-break-inside|page|pause-after|pause-before|" +
|
176
|
-
"pause|pitch-range|pitch|play-during|position|quotes|richness|right|" +
|
177
|
-
"size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|" +
|
178
|
-
"stress|table-layout|text-align|text-decoration|text-indent|" +
|
179
|
-
"text-shadow|text-transform|top|unicode-bidi|vertical-align|" +
|
180
|
-
"visibility|voice-family|volume|white-space|widows|width|word-spacing|" +
|
181
|
-
"z-index").split("|");
|
182
|
-
|
183
|
-
//The return array
|
184
|
-
var ret = [];
|
185
|
-
|
186
|
-
//All prefixProperties will get the browserPrefix in
|
187
|
-
//the begning by join the prefixProperties array with the value of browserPrefix
|
188
|
-
for (var i=0, ln=browserPrefix.length; i<ln; i++) {
|
189
|
-
Array.prototype.push.apply(
|
190
|
-
ret,
|
191
|
-
(( browserPrefix[i] + prefixProperties.join("|" + browserPrefix[i]) ).split("|"))
|
192
|
-
);
|
193
|
-
}
|
194
|
-
|
195
|
-
//Add also prefixProperties and properties without any browser prefix
|
196
|
-
Array.prototype.push.apply(ret, prefixProperties);
|
197
|
-
Array.prototype.push.apply(ret, properties);
|
198
|
-
|
199
|
-
return ret;
|
200
|
-
|
201
|
-
})() );
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
var functions = lang.arrayToMap(
|
206
|
-
("hsl|hsla|rgb|rgba|url|attr|counter|counters|lighten|darken|saturate|" +
|
207
|
-
"desaturate|fadein|fadeout|fade|spin|mix|hue|saturation|lightness|" +
|
208
|
-
"alpha|round|ceil|floor|percentage|color|iscolor|isnumber|isstring|" +
|
209
|
-
"iskeyword|isurl|ispixel|ispercentage|isem").split("|")
|
210
|
-
);
|
211
|
-
|
212
|
-
var constants = lang.arrayToMap(
|
213
|
-
("absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|" +
|
214
|
-
"block|bold|bolder|border-box|both|bottom|break-all|break-word|capitalize|center|" +
|
215
|
-
"char|circle|cjk-ideographic|col-resize|collapse|content-box|crosshair|dashed|" +
|
216
|
-
"decimal-leading-zero|decimal|default|disabled|disc|" +
|
217
|
-
"distribute-all-lines|distribute-letter|distribute-space|" +
|
218
|
-
"distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|" +
|
219
|
-
"hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|" +
|
220
|
-
"ideograph-alpha|ideograph-numeric|ideograph-parenthesis|" +
|
221
|
-
"ideograph-space|inactive|inherit|inline-block|inline|inset|inside|" +
|
222
|
-
"inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|" +
|
223
|
-
"keep-all|left|lighter|line-edge|line-through|line|list-item|loose|" +
|
224
|
-
"lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|" +
|
225
|
-
"medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|" +
|
226
|
-
"nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|" +
|
227
|
-
"overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|" +
|
228
|
-
"ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|" +
|
229
|
-
"solid|square|static|strict|super|sw-resize|table-footer-group|" +
|
230
|
-
"table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|" +
|
231
|
-
"transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|" +
|
232
|
-
"vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|" +
|
233
|
-
"zero").split("|")
|
234
|
-
);
|
235
|
-
|
236
|
-
var colors = lang.arrayToMap(
|
237
|
-
("aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|" +
|
238
|
-
"purple|red|silver|teal|white|yellow").split("|")
|
239
|
-
);
|
240
|
-
|
241
|
-
var keywords = lang.arrayToMap(
|
242
|
-
("@mixin|@extend|@include|@import|@media|@debug|@warn|@if|@for|@each|" +
|
243
|
-
"@while|@else|@font-face|@-webkit-keyframes|if|and|!default|module|" +
|
244
|
-
"def|end|declare|when|not|and").split("|")
|
245
|
-
);
|
246
|
-
|
247
|
-
var tags = lang.arrayToMap(
|
248
|
-
("a|abbr|acronym|address|applet|area|article|aside|audio|b|base|basefont|bdo|" +
|
249
|
-
"big|blockquote|body|br|button|canvas|caption|center|cite|code|col|colgroup|" +
|
250
|
-
"command|datalist|dd|del|details|dfn|dir|div|dl|dt|em|embed|fieldset|" +
|
251
|
-
"figcaption|figure|font|footer|form|frame|frameset|h1|h2|h3|h4|h5|h6|head|" +
|
252
|
-
"header|hgroup|hr|html|i|iframe|img|input|ins|keygen|kbd|label|legend|li|" +
|
253
|
-
"link|map|mark|menu|meta|meter|nav|noframes|noscript|object|ol|optgroup|" +
|
254
|
-
"option|output|p|param|pre|progress|q|rp|rt|ruby|s|samp|script|section|select|" +
|
255
|
-
"small|source|span|strike|strong|style|sub|summary|sup|table|tbody|td|" +
|
256
|
-
"textarea|tfoot|th|thead|time|title|tr|tt|u|ul|var|video|wbr|xmp").split("|")
|
257
|
-
);
|
258
|
-
|
259
|
-
// regexp must not have capturing parentheses. Use (?:) instead.
|
260
|
-
// regexps are ordered -> the first match is used
|
261
|
-
|
262
|
-
var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
|
263
|
-
|
264
|
-
// regexp must not have capturing parentheses. Use (?:) instead.
|
265
|
-
// regexps are ordered -> the first match is used
|
266
|
-
|
267
|
-
this.$rules = {
|
268
|
-
"start" : [
|
269
|
-
{
|
270
|
-
token : "comment",
|
271
|
-
regex : "\\/\\/.*$"
|
272
|
-
},
|
273
|
-
{
|
274
|
-
token : "comment", // multi line comment
|
275
|
-
merge : true,
|
276
|
-
regex : "\\/\\*",
|
277
|
-
next : "comment"
|
278
|
-
}, {
|
279
|
-
token : "string", // single line
|
280
|
-
regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
281
|
-
}, {
|
282
|
-
token : "string", // single line
|
283
|
-
regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
|
284
|
-
}, {
|
285
|
-
token : "constant.numeric",
|
286
|
-
regex : numRe + "(?:em|ex|px|cm|mm|in|pt|pc|deg|rad|grad|ms|s|hz|khz|%)"
|
287
|
-
}, {
|
288
|
-
token : "constant.numeric", // hex6 color
|
289
|
-
regex : "#[a-f0-9]{6}"
|
290
|
-
}, {
|
291
|
-
token : "constant.numeric", // hex3 color
|
292
|
-
regex : "#[a-f0-9]{3}"
|
293
|
-
}, {
|
294
|
-
token : "constant.numeric",
|
295
|
-
regex : numRe
|
296
|
-
}, {
|
297
|
-
token : function(value) {
|
298
|
-
if (keywords.hasOwnProperty(value))
|
299
|
-
return "keyword";
|
300
|
-
else
|
301
|
-
return "variable";
|
302
|
-
},
|
303
|
-
regex : "@[a-z0-9_\\-@]*\\b"
|
304
|
-
}, {
|
305
|
-
token : function(value) {
|
306
|
-
if (properties.hasOwnProperty(value.toLowerCase()))
|
307
|
-
return "support.type";
|
308
|
-
else if (keywords.hasOwnProperty(value))
|
309
|
-
return "keyword";
|
310
|
-
else if (constants.hasOwnProperty(value))
|
311
|
-
return "constant.language";
|
312
|
-
else if (functions.hasOwnProperty(value))
|
313
|
-
return "support.function";
|
314
|
-
else if (colors.hasOwnProperty(value.toLowerCase()))
|
315
|
-
return "support.constant.color";
|
316
|
-
else if (tags.hasOwnProperty(value.toLowerCase()))
|
317
|
-
return "variable.language";
|
318
|
-
else
|
319
|
-
return "text";
|
320
|
-
},
|
321
|
-
regex : "\\-?[@a-z_][@a-z0-9_\\-]*"
|
322
|
-
}, {
|
323
|
-
token: "variable.language",
|
324
|
-
regex: "#[a-z0-9-_]+"
|
325
|
-
}, {
|
326
|
-
token: "variable.language",
|
327
|
-
regex: "\\.[a-z0-9-_]+"
|
328
|
-
}, {
|
329
|
-
token: "variable.language",
|
330
|
-
regex: ":[a-z0-9-_]+"
|
331
|
-
}, {
|
332
|
-
token: "constant",
|
333
|
-
regex: "[a-z0-9-_]+"
|
334
|
-
}, {
|
335
|
-
token : "keyword.operator",
|
336
|
-
regex : "<|>|<=|>=|==|!=|-|%|#|\\+|\\$|\\+|\\*"
|
337
|
-
}, {
|
338
|
-
token : "paren.lparen",
|
339
|
-
regex : "[[({]"
|
340
|
-
}, {
|
341
|
-
token : "paren.rparen",
|
342
|
-
regex : "[\\])}]"
|
343
|
-
}, {
|
344
|
-
token : "text",
|
345
|
-
regex : "\\s+"
|
346
|
-
}
|
347
|
-
],
|
348
|
-
"comment" : [
|
349
|
-
{
|
350
|
-
token : "comment", // closing comment
|
351
|
-
regex : ".*?\\*\\/",
|
352
|
-
next : "start"
|
353
|
-
}, {
|
354
|
-
token : "comment", // comment spanning whole line
|
355
|
-
merge : true,
|
356
|
-
regex : ".+"
|
357
|
-
}
|
358
|
-
]
|
359
|
-
};
|
360
|
-
};
|
361
|
-
|
362
|
-
oop.inherits(LessHighlightRules, TextHighlightRules);
|
363
|
-
|
364
|
-
exports.LessHighlightRules = LessHighlightRules;
|
365
|
-
|
366
|
-
});
|
367
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
368
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
369
|
-
*
|
370
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
371
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
372
|
-
* the License. You may obtain a copy of the License at
|
373
|
-
* http://www.mozilla.org/MPL/
|
374
|
-
*
|
375
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
376
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
377
|
-
* for the specific language governing rights and limitations under the
|
378
|
-
* License.
|
379
|
-
*
|
380
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
381
|
-
*
|
382
|
-
* The Initial Developer of the Original Code is
|
383
|
-
* Ajax.org B.V.
|
384
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
385
|
-
* the Initial Developer. All Rights Reserved.
|
386
|
-
*
|
387
|
-
* Contributor(s):
|
388
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
389
|
-
*
|
390
|
-
* Alternatively, the contents of this file may be used under the terms of
|
391
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
392
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
393
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
394
|
-
* of those above. If you wish to allow use of your version of this file only
|
395
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
396
|
-
* use your version of this file under the terms of the MPL, indicate your
|
397
|
-
* decision by deleting the provisions above and replace them with the notice
|
398
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
399
|
-
* the provisions above, a recipient may use your version of this file under
|
400
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
401
|
-
*
|
402
|
-
* ***** END LICENSE BLOCK ***** */
|
403
|
-
|
404
|
-
ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
405
|
-
"use strict";
|
406
|
-
|
407
|
-
var Range = require("../range").Range;
|
408
|
-
|
409
|
-
var MatchingBraceOutdent = function() {};
|
410
|
-
|
411
|
-
(function() {
|
412
|
-
|
413
|
-
this.checkOutdent = function(line, input) {
|
414
|
-
if (! /^\s+$/.test(line))
|
415
|
-
return false;
|
416
|
-
|
417
|
-
return /^\s*\}/.test(input);
|
418
|
-
};
|
419
|
-
|
420
|
-
this.autoOutdent = function(doc, row) {
|
421
|
-
var line = doc.getLine(row);
|
422
|
-
var match = line.match(/^(\s*\})/);
|
423
|
-
|
424
|
-
if (!match) return 0;
|
425
|
-
|
426
|
-
var column = match[1].length;
|
427
|
-
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
428
|
-
|
429
|
-
if (!openBracePos || openBracePos.row == row) return 0;
|
430
|
-
|
431
|
-
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
432
|
-
doc.replace(new Range(row, 0, row, column-1), indent);
|
433
|
-
};
|
434
|
-
|
435
|
-
this.$getIndent = function(line) {
|
436
|
-
var match = line.match(/^(\s+)/);
|
437
|
-
if (match) {
|
438
|
-
return match[1];
|
439
|
-
}
|
440
|
-
|
441
|
-
return "";
|
442
|
-
};
|
443
|
-
|
444
|
-
}).call(MatchingBraceOutdent.prototype);
|
445
|
-
|
446
|
-
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
447
|
-
});
|
448
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
449
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
450
|
-
*
|
451
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
452
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
453
|
-
* the License. You may obtain a copy of the License at
|
454
|
-
* http://www.mozilla.org/MPL/
|
455
|
-
*
|
456
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
457
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
458
|
-
* for the specific language governing rights and limitations under the
|
459
|
-
* License.
|
460
|
-
*
|
461
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
462
|
-
*
|
463
|
-
* The Initial Developer of the Original Code is
|
464
|
-
* Ajax.org B.V.
|
465
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
466
|
-
* the Initial Developer. All Rights Reserved.
|
467
|
-
*
|
468
|
-
* Contributor(s):
|
469
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
470
|
-
*
|
471
|
-
* Alternatively, the contents of this file may be used under the terms of
|
472
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
473
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
474
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
475
|
-
* of those above. If you wish to allow use of your version of this file only
|
476
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
477
|
-
* use your version of this file under the terms of the MPL, indicate your
|
478
|
-
* decision by deleting the provisions above and replace them with the notice
|
479
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
480
|
-
* the provisions above, a recipient may use your version of this file under
|
481
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
482
|
-
*
|
483
|
-
* ***** END LICENSE BLOCK ***** */
|
484
|
-
|
485
|
-
ace.define('ace/mode/folding/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
|
486
|
-
"use strict";
|
487
|
-
|
488
|
-
var oop = require("../../lib/oop");
|
489
|
-
var Range = require("../../range").Range;
|
490
|
-
var BaseFoldMode = require("./fold_mode").FoldMode;
|
491
|
-
|
492
|
-
var FoldMode = exports.FoldMode = function() {};
|
493
|
-
oop.inherits(FoldMode, BaseFoldMode);
|
494
|
-
|
495
|
-
(function() {
|
496
|
-
|
497
|
-
this.foldingStartMarker = /(\{|\[)[^\}\]]*$|^\s*(\/\*)/;
|
498
|
-
this.foldingStopMarker = /^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/;
|
499
|
-
|
500
|
-
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
501
|
-
var line = session.getLine(row);
|
502
|
-
var match = line.match(this.foldingStartMarker);
|
503
|
-
if (match) {
|
504
|
-
var i = match.index;
|
505
|
-
|
506
|
-
if (match[1])
|
507
|
-
return this.openingBracketBlock(session, match[1], row, i);
|
508
|
-
|
509
|
-
var range = session.getCommentFoldRange(row, i + match[0].length);
|
510
|
-
range.end.column -= 2;
|
511
|
-
return range;
|
512
|
-
}
|
513
|
-
|
514
|
-
if (foldStyle !== "markbeginend")
|
515
|
-
return;
|
516
|
-
|
517
|
-
var match = line.match(this.foldingStopMarker);
|
518
|
-
if (match) {
|
519
|
-
var i = match.index + match[0].length;
|
520
|
-
|
521
|
-
if (match[2]) {
|
522
|
-
var range = session.getCommentFoldRange(row, i);
|
523
|
-
range.end.column -= 2;
|
524
|
-
return range;
|
525
|
-
}
|
526
|
-
|
527
|
-
var end = {row: row, column: i};
|
528
|
-
var start = session.$findOpeningBracket(match[1], end);
|
529
|
-
|
530
|
-
if (!start)
|
531
|
-
return;
|
532
|
-
|
533
|
-
start.column++;
|
534
|
-
end.column--;
|
535
|
-
|
536
|
-
return Range.fromPoints(start, end);
|
537
|
-
}
|
538
|
-
};
|
539
|
-
|
540
|
-
}).call(FoldMode.prototype);
|
541
|
-
|
542
|
-
});
|
543
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
544
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
545
|
-
*
|
546
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
547
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
548
|
-
* the License. You may obtain a copy of the License at
|
549
|
-
* http://www.mozilla.org/MPL/
|
550
|
-
*
|
551
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
552
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
553
|
-
* for the specific language governing rights and limitations under the
|
554
|
-
* License.
|
555
|
-
*
|
556
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
557
|
-
*
|
558
|
-
* The Initial Developer of the Original Code is
|
559
|
-
* Ajax.org B.V.
|
560
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
561
|
-
* the Initial Developer. All Rights Reserved.
|
562
|
-
*
|
563
|
-
* Contributor(s):
|
564
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
565
|
-
*
|
566
|
-
* Alternatively, the contents of this file may be used under the terms of
|
567
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
568
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
569
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
570
|
-
* of those above. If you wish to allow use of your version of this file only
|
571
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
572
|
-
* use your version of this file under the terms of the MPL, indicate your
|
573
|
-
* decision by deleting the provisions above and replace them with the notice
|
574
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
575
|
-
* the provisions above, a recipient may use your version of this file under
|
576
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
577
|
-
*
|
578
|
-
* ***** END LICENSE BLOCK ***** */
|
579
|
-
|
580
|
-
ace.define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
581
|
-
"use strict";
|
582
|
-
|
583
|
-
var Range = require("../../range").Range;
|
584
|
-
|
585
|
-
var FoldMode = exports.FoldMode = function() {};
|
586
|
-
|
587
|
-
(function() {
|
588
|
-
|
589
|
-
this.foldingStartMarker = null;
|
590
|
-
this.foldingStopMarker = null;
|
591
|
-
|
592
|
-
// must return "" if there's no fold, to enable caching
|
593
|
-
this.getFoldWidget = function(session, foldStyle, row) {
|
594
|
-
var line = session.getLine(row);
|
595
|
-
if (this.foldingStartMarker.test(line))
|
596
|
-
return "start";
|
597
|
-
if (foldStyle == "markbeginend"
|
598
|
-
&& this.foldingStopMarker
|
599
|
-
&& this.foldingStopMarker.test(line))
|
600
|
-
return "end";
|
601
|
-
return "";
|
602
|
-
};
|
603
|
-
|
604
|
-
this.getFoldWidgetRange = function(session, foldStyle, row) {
|
605
|
-
return null;
|
606
|
-
};
|
607
|
-
|
608
|
-
this.indentationBlock = function(session, row, column) {
|
609
|
-
var re = /^\s*/;
|
610
|
-
var startRow = row;
|
611
|
-
var endRow = row;
|
612
|
-
var line = session.getLine(row);
|
613
|
-
var startColumn = column || line.length;
|
614
|
-
var startLevel = line.match(re)[0].length;
|
615
|
-
var maxRow = session.getLength()
|
616
|
-
|
617
|
-
while (++row < maxRow) {
|
618
|
-
line = session.getLine(row);
|
619
|
-
var level = line.match(re)[0].length;
|
620
|
-
|
621
|
-
if (level == line.length)
|
622
|
-
continue;
|
623
|
-
|
624
|
-
if (level <= startLevel)
|
625
|
-
break;
|
626
|
-
|
627
|
-
endRow = row;
|
628
|
-
}
|
629
|
-
|
630
|
-
if (endRow > startRow) {
|
631
|
-
var endColumn = session.getLine(endRow).length;
|
632
|
-
return new Range(startRow, startColumn, endRow, endColumn);
|
633
|
-
}
|
634
|
-
};
|
635
|
-
|
636
|
-
this.openingBracketBlock = function(session, bracket, row, column) {
|
637
|
-
var start = {row: row, column: column + 1};
|
638
|
-
var end = session.$findClosingBracket(bracket, start);
|
639
|
-
if (!end)
|
640
|
-
return;
|
641
|
-
|
642
|
-
var fw = session.foldWidgets[end.row];
|
643
|
-
if (fw == null)
|
644
|
-
fw = this.getFoldWidget(session, end.row);
|
645
|
-
|
646
|
-
if (fw == "start") {
|
647
|
-
end.row --;
|
648
|
-
end.column = session.getLine(end.row).length;
|
649
|
-
}
|
650
|
-
return Range.fromPoints(start, end);
|
651
|
-
};
|
652
|
-
|
653
|
-
}).call(FoldMode.prototype);
|
654
|
-
|
655
|
-
});
|