ace-rails-ap 0.0.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/ocaml",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/ocaml_highlight_rules","ace/mode/matching_brace_outdent","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./ocaml_highlight_rules").OcamlHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("../range").Range,j=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h};d.inherits(j,e);var k=/(?:[({[=:]|[-=]>|\b(?:else|try|with))\s*$/;(function(){this.toggleCommentLines=function(a,b,c,d){var e,f,g=!0,h=/^\s*\(\*(.*)\*\)/;for(e=c;e<=d;e++)if(!h.test(b.getLine(e))){g=!1;break}var j=new i(0,0,0,0);for(e=c;e<=d;e++)f=b.getLine(e),j.start.row=e,j.end.row=e,j.end.column=f.length,b.replace(j,g?f.match(h)[1]:"(*"+f+"*)")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a).tokens;return(!e.length||e[e.length-1].type!=="comment")&&a==="start"&&k.test(b)&&(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/ocaml_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("and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|object|of|open|or|private|rec|sig|struct|then|to|try|type|val|virtual|when|while|with".split("|")),b=e.arrayToMap("true|false".split("|")),c=e.arrayToMap("abs|abs_big_int|abs_float|abs_num|abstract_tag|accept|access|acos|add|add_available_units|add_big_int|add_buffer|add_channel|add_char|add_initializer|add_int_big_int|add_interfaces|add_num|add_string|add_substitute|add_substring|alarm|allocated_bytes|allow_only|allow_unsafe_modules|always|append|appname_get|appname_set|approx_num_exp|approx_num_fix|arg|argv|arith_status|array|array1_of_genarray|array2_of_genarray|array3_of_genarray|asin|asr|assoc|assq|at_exit|atan|atan2|auto_synchronize|background|basename|beginning_of_input|big_int_of_int|big_int_of_num|big_int_of_string|bind|bind_class|bind_tag|bits|bits_of_float|black|blit|blit_image|blue|bool|bool_of_string|bounded_full_split|bounded_split|bounded_split_delim|bprintf|break|broadcast|bscanf|button_down|c_layout|capitalize|cardinal|cardinal|catch|catch_break|ceil|ceiling_num|channel|char|char_of_int|chdir|check|check_suffix|chmod|choose|chop_extension|chop_suffix|chown|chown|chr|chroot|classify_float|clear|clear_available_units|clear_close_on_exec|clear_graph|clear_nonblock|clear_parser|close|close|closeTk|close_box|close_graph|close_in|close_in_noerr|close_out|close_out_noerr|close_process|close_process|close_process_full|close_process_in|close_process_out|close_subwindow|close_tag|close_tbox|closedir|closedir|closure_tag|code|combine|combine|combine|command|compact|compare|compare_big_int|compare_num|complex32|complex64|concat|conj|connect|contains|contains_from|contents|copy|cos|cosh|count|count|counters|create|create_alarm|create_image|create_matrix|create_matrix|create_matrix|create_object|create_object_and_run_initializers|create_object_opt|create_process|create_process|create_process_env|create_process_env|create_table|current|current_dir_name|current_point|current_x|current_y|curveto|custom_tag|cyan|data_size|decr|decr_num|default_available_units|delay|delete_alarm|descr_of_in_channel|descr_of_out_channel|destroy|diff|dim|dim1|dim2|dim3|dims|dirname|display_mode|div|div_big_int|div_num|double_array_tag|double_tag|draw_arc|draw_char|draw_circle|draw_ellipse|draw_image|draw_poly|draw_poly_line|draw_rect|draw_segments|draw_string|dummy_pos|dummy_table|dump_image|dup|dup2|elements|empty|end_of_input|environment|eprintf|epsilon_float|eq_big_int|eq_num|equal|err_formatter|error_message|escaped|establish_server|executable_name|execv|execve|execvp|execvpe|exists|exists2|exit|exp|failwith|fast_sort|fchmod|fchown|field|file|file_exists|fill|fill_arc|fill_circle|fill_ellipse|fill_poly|fill_rect|filter|final_tag|finalise|find|find_all|first_chars|firstkey|flatten|float|float32|float64|float_of_big_int|float_of_bits|float_of_int|float_of_num|float_of_string|floor|floor_num|flush|flush_all|flush_input|flush_str_formatter|fold|fold_left|fold_left2|fold_right|fold_right2|for_all|for_all2|force|force_newline|force_val|foreground|fork|format_of_string|formatter_of_buffer|formatter_of_out_channel|fortran_layout|forward_tag|fprintf|frexp|from|from_channel|from_file|from_file_bin|from_function|from_string|fscanf|fst|fstat|ftruncate|full_init|full_major|full_split|gcd_big_int|ge_big_int|ge_num|genarray_of_array1|genarray_of_array2|genarray_of_array3|get|get_all_formatter_output_functions|get_approx_printing|get_copy|get_ellipsis_text|get_error_when_null_denominator|get_floating_precision|get_formatter_output_functions|get_formatter_tag_functions|get_image|get_margin|get_mark_tags|get_max_boxes|get_max_indent|get_method|get_method_label|get_normalize_ratio|get_normalize_ratio_when_printing|get_print_tags|get_state|get_variable|getcwd|getegid|getegid|getenv|getenv|getenv|geteuid|geteuid|getgid|getgid|getgrgid|getgrgid|getgrnam|getgrnam|getgroups|gethostbyaddr|gethostbyname|gethostname|getitimer|getlogin|getpeername|getpid|getppid|getprotobyname|getprotobynumber|getpwnam|getpwuid|getservbyname|getservbyport|getsockname|getsockopt|getsockopt_float|getsockopt_int|getsockopt_optint|gettimeofday|getuid|global_replace|global_substitute|gmtime|green|grid|group_beginning|group_end|gt_big_int|gt_num|guard|handle_unix_error|hash|hash_param|hd|header_size|i|id|ignore|in_channel_length|in_channel_of_descr|incr|incr_num|index|index_from|inet_addr_any|inet_addr_of_string|infinity|infix_tag|init|init_class|input|input_binary_int|input_byte|input_char|input_line|input_value|int|int16_signed|int16_unsigned|int32|int64|int8_signed|int8_unsigned|int_of_big_int|int_of_char|int_of_float|int_of_num|int_of_string|integer_num|inter|interactive|inv|invalid_arg|is_block|is_empty|is_implicit|is_int|is_int_big_int|is_integer_num|is_relative|iter|iter2|iteri|join|junk|key_pressed|kill|kind|kprintf|kscanf|land|last_chars|layout|lazy_from_fun|lazy_from_val|lazy_is_val|lazy_tag|ldexp|le_big_int|le_num|length|lexeme|lexeme_char|lexeme_end|lexeme_end_p|lexeme_start|lexeme_start_p|lineto|link|list|listen|lnot|loadfile|loadfile_private|localtime|lock|lockf|log|log10|logand|lognot|logor|logxor|lor|lower_window|lowercase|lseek|lsl|lsr|lstat|lt_big_int|lt_num|lxor|magenta|magic|mainLoop|major|major_slice|make|make_formatter|make_image|make_lexer|make_matrix|make_self_init|map|map2|map_file|mapi|marshal|match_beginning|match_end|matched_group|matched_string|max|max_array_length|max_big_int|max_elt|max_float|max_int|max_num|max_string_length|mem|mem_assoc|mem_assq|memq|merge|min|min_big_int|min_elt|min_float|min_int|min_num|minor|minus_big_int|minus_num|minus_one|mkdir|mkfifo|mktime|mod|mod_big_int|mod_float|mod_num|modf|mouse_pos|moveto|mul|mult_big_int|mult_int_big_int|mult_num|nan|narrow|nat_of_num|nativeint|neg|neg_infinity|new_block|new_channel|new_method|new_variable|next|nextkey|nice|nice|no_scan_tag|norm|norm2|not|npeek|nth|nth_dim|num_digits_big_int|num_dims|num_of_big_int|num_of_int|num_of_nat|num_of_ratio|num_of_string|O|obj|object_tag|ocaml_version|of_array|of_channel|of_float|of_int|of_int32|of_list|of_nativeint|of_string|one|openTk|open_box|open_connection|open_graph|open_hbox|open_hovbox|open_hvbox|open_in|open_in_bin|open_in_gen|open_out|open_out_bin|open_out_gen|open_process|open_process_full|open_process_in|open_process_out|open_subwindow|open_tag|open_tbox|open_temp_file|open_vbox|opendbm|opendir|openfile|or|os_type|out_channel_length|out_channel_of_descr|output|output_binary_int|output_buffer|output_byte|output_char|output_string|output_value|over_max_boxes|pack|params|parent_dir_name|parse|parse_argv|partition|pause|peek|pipe|pixels|place|plot|plots|point_color|polar|poll|pop|pos_in|pos_out|pow|power_big_int_positive_big_int|power_big_int_positive_int|power_int_positive_big_int|power_int_positive_int|power_num|pp_close_box|pp_close_tag|pp_close_tbox|pp_force_newline|pp_get_all_formatter_output_functions|pp_get_ellipsis_text|pp_get_formatter_output_functions|pp_get_formatter_tag_functions|pp_get_margin|pp_get_mark_tags|pp_get_max_boxes|pp_get_max_indent|pp_get_print_tags|pp_open_box|pp_open_hbox|pp_open_hovbox|pp_open_hvbox|pp_open_tag|pp_open_tbox|pp_open_vbox|pp_over_max_boxes|pp_print_as|pp_print_bool|pp_print_break|pp_print_char|pp_print_cut|pp_print_float|pp_print_flush|pp_print_if_newline|pp_print_int|pp_print_newline|pp_print_space|pp_print_string|pp_print_tab|pp_print_tbreak|pp_set_all_formatter_output_functions|pp_set_ellipsis_text|pp_set_formatter_out_channel|pp_set_formatter_output_functions|pp_set_formatter_tag_functions|pp_set_margin|pp_set_mark_tags|pp_set_max_boxes|pp_set_max_indent|pp_set_print_tags|pp_set_tab|pp_set_tags|pred|pred_big_int|pred_num|prerr_char|prerr_endline|prerr_float|prerr_int|prerr_newline|prerr_string|print|print_as|print_bool|print_break|print_char|print_cut|print_endline|print_float|print_flush|print_if_newline|print_int|print_newline|print_space|print_stat|print_string|print_tab|print_tbreak|printf|prohibit|public_method_label|push|putenv|quo_num|quomod_big_int|quote|raise|raise_window|ratio_of_num|rcontains_from|read|read_float|read_int|read_key|read_line|readdir|readdir|readlink|really_input|receive|recv|recvfrom|red|ref|regexp|regexp_case_fold|regexp_string|regexp_string_case_fold|register|register_exception|rem|remember_mode|remove|remove_assoc|remove_assq|rename|replace|replace_first|replace_matched|repr|reset|reshape|reshape_1|reshape_2|reshape_3|rev|rev_append|rev_map|rev_map2|rewinddir|rgb|rhs_end|rhs_end_pos|rhs_start|rhs_start_pos|rindex|rindex_from|rlineto|rmdir|rmoveto|round_num|run_initializers|run_initializers_opt|scanf|search_backward|search_forward|seek_in|seek_out|select|self|self_init|send|sendto|set|set_all_formatter_output_functions|set_approx_printing|set_binary_mode_in|set_binary_mode_out|set_close_on_exec|set_close_on_exec|set_color|set_ellipsis_text|set_error_when_null_denominator|set_field|set_floating_precision|set_font|set_formatter_out_channel|set_formatter_output_functions|set_formatter_tag_functions|set_line_width|set_margin|set_mark_tags|set_max_boxes|set_max_indent|set_method|set_nonblock|set_nonblock|set_normalize_ratio|set_normalize_ratio_when_printing|set_print_tags|set_signal|set_state|set_tab|set_tag|set_tags|set_text_size|set_window_title|setgid|setgid|setitimer|setitimer|setsid|setsid|setsockopt|setsockopt|setsockopt_float|setsockopt_float|setsockopt_int|setsockopt_int|setsockopt_optint|setsockopt_optint|setuid|setuid|shift_left|shift_left|shift_left|shift_right|shift_right|shift_right|shift_right_logical|shift_right_logical|shift_right_logical|show_buckets|shutdown|shutdown|shutdown_connection|shutdown_connection|sigabrt|sigalrm|sigchld|sigcont|sigfpe|sighup|sigill|sigint|sigkill|sign_big_int|sign_num|signal|signal|sigpending|sigpending|sigpipe|sigprocmask|sigprocmask|sigprof|sigquit|sigsegv|sigstop|sigsuspend|sigsuspend|sigterm|sigtstp|sigttin|sigttou|sigusr1|sigusr2|sigvtalrm|sin|singleton|sinh|size|size|size_x|size_y|sleep|sleep|sleep|slice_left|slice_left|slice_left_1|slice_left_2|slice_right|slice_right|slice_right_1|slice_right_2|snd|socket|socket|socket|socketpair|socketpair|sort|sound|split|split_delim|sprintf|sprintf|sqrt|sqrt|sqrt_big_int|square_big_int|square_num|sscanf|stable_sort|stable_sort|stable_sort|stable_sort|stable_sort|stable_sort|stat|stat|stat|stat|stat|stats|stats|std_formatter|stdbuf|stderr|stderr|stderr|stdib|stdin|stdin|stdin|stdout|stdout|stdout|str_formatter|string|string_after|string_before|string_match|string_of_big_int|string_of_bool|string_of_float|string_of_format|string_of_inet_addr|string_of_inet_addr|string_of_int|string_of_num|string_partial_match|string_tag|sub|sub|sub_big_int|sub_left|sub_num|sub_right|subset|subset|substitute_first|substring|succ|succ|succ|succ|succ_big_int|succ_num|symbol_end|symbol_end_pos|symbol_start|symbol_start_pos|symlink|symlink|sync|synchronize|system|system|system|tag|take|tan|tanh|tcdrain|tcdrain|tcflow|tcflow|tcflush|tcflush|tcgetattr|tcgetattr|tcsendbreak|tcsendbreak|tcsetattr|tcsetattr|temp_file|text_size|time|time|time|timed_read|timed_write|times|times|tl|tl|tl|to_buffer|to_channel|to_float|to_hex|to_int|to_int32|to_list|to_list|to_list|to_nativeint|to_string|to_string|to_string|to_string|to_string|top|top|total_size|transfer|transp|truncate|truncate|truncate|truncate|truncate|truncate|try_lock|umask|umask|uncapitalize|uncapitalize|uncapitalize|union|union|unit_big_int|unlink|unlink|unlock|unmarshal|unsafe_blit|unsafe_fill|unsafe_get|unsafe_get|unsafe_set|unsafe_set|update|uppercase|uppercase|uppercase|uppercase|usage|utimes|utimes|wait|wait|wait|wait|wait_next_event|wait_pid|wait_read|wait_signal|wait_timed_read|wait_timed_write|wait_write|waitpid|white|widen|window_id|word_size|wrap|wrap_abort|write|yellow|yield|zero|zero_big_int|Arg|Arith_status|Array|Array1|Array2|Array3|ArrayLabels|Big_int|Bigarray|Buffer|Callback|CamlinternalOO|Char|Complex|Condition|Dbm|Digest|Dynlink|Event|Filename|Format|Gc|Genarray|Genlex|Graphics|GraphicsX11|Hashtbl|Int32|Int64|LargeFile|Lazy|Lexing|List|ListLabels|Make|Map|Marshal|MoreLabels|Mutex|Nativeint|Num|Obj|Oo|Parsing|Pervasives|Printexc|Printf|Queue|Random|Scanf|Scanning|Set|Sort|Stack|State|StdLabels|Str|Stream|String|StringLabels|Sys|Thread|ThreadUnix|Tk|Unix|UnixLabels|Weak".split("|")),d="(?:(?:[1-9]\\d*)|(?:0))",f="(?:0[oO]?[0-7]+)",g="(?:0[xX][\\dA-Fa-f]+)",h="(?:0[bB][01]+)",i="(?:"+d+"|"+f+"|"+g+"|"+h+")",j="(?:[eE][+-]?\\d+)",k="(?:\\.\\d+)",l="(?:\\d+)",m="(?:(?:"+l+"?"+k+")|(?:"+l+"\\.))",n="(?:(?:"+m+"|"+l+")"+j+")",o="(?:"+n+"|"+m+")";this.$rules={start:[{token:"comment",regex:"\\(\\*.*?\\*\\)\\s*?$"},{token:"comment",merge:!0,regex:"\\(\\*.*",next:"comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"'.'"},{token:"string",merge:!0,regex:'"',next:"qstring"},{token:"constant.numeric",regex:"(?:"+o+"|\\d+)[jJ]\\b"},{token:"constant.numeric",regex:o},{token:"constant.numeric",regex:i+"\\b"},{token:function(d){return a.hasOwnProperty(d)?"keyword":b.hasOwnProperty(d)?"constant.language":c.hasOwnProperty(d)?"support.function":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{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:".+"}],qstring:[{token:"string",regex:'"',next:"start"},{token:"string",merge:!0,regex:".+"}]}};d.inherits(g,f),b.OcamlHighlightRules=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})
         
     | 
| 
         @@ -1,539 +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 
     | 
    
         
            -
             *      Sergi Mansilla <sergi AT ajax DOT org>
         
     | 
| 
       23 
     | 
    
         
            -
             *
         
     | 
| 
       24 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       25 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       26 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       27 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       28 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       29 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       30 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       31 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       32 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       33 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       34 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       35 
     | 
    
         
            -
             *
         
     | 
| 
       36 
     | 
    
         
            -
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
       37 
     | 
    
         
            -
             
     | 
| 
       38 
     | 
    
         
            -
            ace.define('ace/mode/ocaml', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/ocaml_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
         
     | 
| 
       39 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
            var oop = require("../lib/oop");
         
     | 
| 
       42 
     | 
    
         
            -
            var TextMode = require("./text").Mode;
         
     | 
| 
       43 
     | 
    
         
            -
            var Tokenizer = require("../tokenizer").Tokenizer;
         
     | 
| 
       44 
     | 
    
         
            -
            var OcamlHighlightRules = require("./ocaml_highlight_rules").OcamlHighlightRules;
         
     | 
| 
       45 
     | 
    
         
            -
            var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
         
     | 
| 
       46 
     | 
    
         
            -
            var Range = require("../range").Range;
         
     | 
| 
       47 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
            var Mode = function() {
         
     | 
| 
       49 
     | 
    
         
            -
                this.$tokenizer = new Tokenizer(new OcamlHighlightRules().getRules());
         
     | 
| 
       50 
     | 
    
         
            -
                this.$outdent   = new MatchingBraceOutdent();
         
     | 
| 
       51 
     | 
    
         
            -
            };
         
     | 
| 
       52 
     | 
    
         
            -
            oop.inherits(Mode, TextMode);
         
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
            var indenter = /(?:[({[=:]|[-=]>|\b(?:else|try|with))\s*$/;
         
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
            (function() {
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
                this.toggleCommentLines = function(state, doc, startRow, endRow) {
         
     | 
| 
       59 
     | 
    
         
            -
                    var i, line;
         
     | 
| 
       60 
     | 
    
         
            -
                    var outdent = true;
         
     | 
| 
       61 
     | 
    
         
            -
                    var re = /^\s*\(\*(.*)\*\)/;
         
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
                    for (i=startRow; i<= endRow; i++) {
         
     | 
| 
       64 
     | 
    
         
            -
                        if (!re.test(doc.getLine(i))) {
         
     | 
| 
       65 
     | 
    
         
            -
                            outdent = false;
         
     | 
| 
       66 
     | 
    
         
            -
                            break;
         
     | 
| 
       67 
     | 
    
         
            -
                        }
         
     | 
| 
       68 
     | 
    
         
            -
                    }
         
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
                    var range = new Range(0, 0, 0, 0);
         
     | 
| 
       71 
     | 
    
         
            -
                    for (i=startRow; i<= endRow; i++) {
         
     | 
| 
       72 
     | 
    
         
            -
                        line = doc.getLine(i);
         
     | 
| 
       73 
     | 
    
         
            -
                        range.start.row  = i;
         
     | 
| 
       74 
     | 
    
         
            -
                        range.end.row    = i;
         
     | 
| 
       75 
     | 
    
         
            -
                        range.end.column = line.length;
         
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
                        doc.replace(range, outdent ? line.match(re)[1] : "(*" + line + "*)");
         
     | 
| 
       78 
     | 
    
         
            -
                    }
         
     | 
| 
       79 
     | 
    
         
            -
                };
         
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
                this.getNextLineIndent = function(state, line, tab) {
         
     | 
| 
       82 
     | 
    
         
            -
                    var indent = this.$getIndent(line);
         
     | 
| 
       83 
     | 
    
         
            -
                    var tokens = this.$tokenizer.getLineTokens(line, state).tokens;
         
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
                    if (!(tokens.length && tokens[tokens.length - 1].type === 'comment') &&
         
     | 
| 
       86 
     | 
    
         
            -
                        state === 'start' && indenter.test(line))
         
     | 
| 
       87 
     | 
    
         
            -
                        indent += tab;
         
     | 
| 
       88 
     | 
    
         
            -
                    return indent;
         
     | 
| 
       89 
     | 
    
         
            -
                };
         
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
                this.checkOutdent = function(state, line, input) {
         
     | 
| 
       92 
     | 
    
         
            -
                    return this.$outdent.checkOutdent(line, input);
         
     | 
| 
       93 
     | 
    
         
            -
                };
         
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
                this.autoOutdent = function(state, doc, row) {
         
     | 
| 
       96 
     | 
    
         
            -
                    this.$outdent.autoOutdent(doc, row);
         
     | 
| 
       97 
     | 
    
         
            -
                };
         
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
            }).call(Mode.prototype);
         
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
            exports.Mode = Mode;
         
     | 
| 
       102 
     | 
    
         
            -
            });
         
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
            /* ***** BEGIN LICENSE BLOCK *****
         
     | 
| 
       105 
     | 
    
         
            -
             * Version: MPL 1.1/GPL 2.0/LGPL 2.1
         
     | 
| 
       106 
     | 
    
         
            -
             *
         
     | 
| 
       107 
     | 
    
         
            -
             * The contents of this file are subject to the Mozilla Public License Version
         
     | 
| 
       108 
     | 
    
         
            -
             * 1.1 (the "License"); you may not use this file except in compliance with
         
     | 
| 
       109 
     | 
    
         
            -
             * the License. You may obtain a copy of the License at
         
     | 
| 
       110 
     | 
    
         
            -
             * http://www.mozilla.org/MPL/
         
     | 
| 
       111 
     | 
    
         
            -
             *
         
     | 
| 
       112 
     | 
    
         
            -
             * Software distributed under the License is distributed on an "AS IS" basis,
         
     | 
| 
       113 
     | 
    
         
            -
             * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
         
     | 
| 
       114 
     | 
    
         
            -
             * for the specific language governing rights and limitations under the
         
     | 
| 
       115 
     | 
    
         
            -
             * License.
         
     | 
| 
       116 
     | 
    
         
            -
             *
         
     | 
| 
       117 
     | 
    
         
            -
             * The Original Code is Ajax.org Code Editor (ACE).
         
     | 
| 
       118 
     | 
    
         
            -
             *
         
     | 
| 
       119 
     | 
    
         
            -
             * The Initial Developer of the Original Code is
         
     | 
| 
       120 
     | 
    
         
            -
             * Ajax.org B.V.
         
     | 
| 
       121 
     | 
    
         
            -
             * Portions created by the Initial Developer are Copyright (C) 2010
         
     | 
| 
       122 
     | 
    
         
            -
             * the Initial Developer. All Rights Reserved.
         
     | 
| 
       123 
     | 
    
         
            -
             *
         
     | 
| 
       124 
     | 
    
         
            -
             * Contributor(s):
         
     | 
| 
       125 
     | 
    
         
            -
             *      Sergi Mansilla <sergi AT ajax DOT org>
         
     | 
| 
       126 
     | 
    
         
            -
             *
         
     | 
| 
       127 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       128 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       129 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       130 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       131 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       132 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       133 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       134 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       135 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       136 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       137 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       138 
     | 
    
         
            -
             *
         
     | 
| 
       139 
     | 
    
         
            -
             * ***** END LICENSE BLOCK *****
         
     | 
| 
       140 
     | 
    
         
            -
             *
         
     | 
| 
       141 
     | 
    
         
            -
             */
         
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
            ace.define('ace/mode/ocaml_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
         
     | 
| 
       144 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
            var oop = require("../lib/oop");
         
     | 
| 
       147 
     | 
    
         
            -
            var lang = require("../lib/lang");
         
     | 
| 
       148 
     | 
    
         
            -
            var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
         
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
            var OcamlHighlightRules = function() {
         
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
                var keywords = lang.arrayToMap((
         
     | 
| 
       153 
     | 
    
         
            -
                    "and|as|assert|begin|class|constraint|do|done|downto|else|end|"  +
         
     | 
| 
       154 
     | 
    
         
            -
                    "exception|external|for|fun|function|functor|if|in|include|"     +
         
     | 
| 
       155 
     | 
    
         
            -
                    "inherit|initializer|lazy|let|match|method|module|mutable|new|"  +
         
     | 
| 
       156 
     | 
    
         
            -
                    "object|of|open|or|private|rec|sig|struct|then|to|try|type|val|" +
         
     | 
| 
       157 
     | 
    
         
            -
                    "virtual|when|while|with").split("|")
         
     | 
| 
       158 
     | 
    
         
            -
                );
         
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
                var builtinConstants = lang.arrayToMap(
         
     | 
| 
       161 
     | 
    
         
            -
                    ("true|false").split("|")
         
     | 
| 
       162 
     | 
    
         
            -
                );
         
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
                var builtinFunctions = lang.arrayToMap((
         
     | 
| 
       165 
     | 
    
         
            -
                    "abs|abs_big_int|abs_float|abs_num|abstract_tag|accept|access|acos|add|" +
         
     | 
| 
       166 
     | 
    
         
            -
                    "add_available_units|add_big_int|add_buffer|add_channel|add_char|" +
         
     | 
| 
       167 
     | 
    
         
            -
                    "add_initializer|add_int_big_int|add_interfaces|add_num|add_string|" +
         
     | 
| 
       168 
     | 
    
         
            -
                    "add_substitute|add_substring|alarm|allocated_bytes|allow_only|" +
         
     | 
| 
       169 
     | 
    
         
            -
                    "allow_unsafe_modules|always|append|appname_get|appname_set|" +
         
     | 
| 
       170 
     | 
    
         
            -
                    "approx_num_exp|approx_num_fix|arg|argv|arith_status|array|" +
         
     | 
| 
       171 
     | 
    
         
            -
                    "array1_of_genarray|array2_of_genarray|array3_of_genarray|asin|asr|" +
         
     | 
| 
       172 
     | 
    
         
            -
                    "assoc|assq|at_exit|atan|atan2|auto_synchronize|background|basename|" +
         
     | 
| 
       173 
     | 
    
         
            -
                    "beginning_of_input|big_int_of_int|big_int_of_num|big_int_of_string|bind|" +
         
     | 
| 
       174 
     | 
    
         
            -
                    "bind_class|bind_tag|bits|bits_of_float|black|blit|blit_image|blue|bool|" +
         
     | 
| 
       175 
     | 
    
         
            -
                    "bool_of_string|bounded_full_split|bounded_split|bounded_split_delim|" +
         
     | 
| 
       176 
     | 
    
         
            -
                    "bprintf|break|broadcast|bscanf|button_down|c_layout|capitalize|cardinal|" +
         
     | 
| 
       177 
     | 
    
         
            -
                    "cardinal|catch|catch_break|ceil|ceiling_num|channel|char|char_of_int|" +
         
     | 
| 
       178 
     | 
    
         
            -
                    "chdir|check|check_suffix|chmod|choose|chop_extension|chop_suffix|chown|" +
         
     | 
| 
       179 
     | 
    
         
            -
                    "chown|chr|chroot|classify_float|clear|clear_available_units|" +
         
     | 
| 
       180 
     | 
    
         
            -
                    "clear_close_on_exec|clear_graph|clear_nonblock|clear_parser|" +
         
     | 
| 
       181 
     | 
    
         
            -
                    "close|close|closeTk|close_box|close_graph|close_in|close_in_noerr|" +
         
     | 
| 
       182 
     | 
    
         
            -
                    "close_out|close_out_noerr|close_process|close_process|" +
         
     | 
| 
       183 
     | 
    
         
            -
                    "close_process_full|close_process_in|close_process_out|close_subwindow|" +
         
     | 
| 
       184 
     | 
    
         
            -
                    "close_tag|close_tbox|closedir|closedir|closure_tag|code|combine|" +
         
     | 
| 
       185 
     | 
    
         
            -
                    "combine|combine|command|compact|compare|compare_big_int|compare_num|" +
         
     | 
| 
       186 
     | 
    
         
            -
                    "complex32|complex64|concat|conj|connect|contains|contains_from|contents|" +
         
     | 
| 
       187 
     | 
    
         
            -
                    "copy|cos|cosh|count|count|counters|create|create_alarm|create_image|" +
         
     | 
| 
       188 
     | 
    
         
            -
                    "create_matrix|create_matrix|create_matrix|create_object|" +
         
     | 
| 
       189 
     | 
    
         
            -
                    "create_object_and_run_initializers|create_object_opt|create_process|" +
         
     | 
| 
       190 
     | 
    
         
            -
                    "create_process|create_process_env|create_process_env|create_table|" +
         
     | 
| 
       191 
     | 
    
         
            -
                    "current|current_dir_name|current_point|current_x|current_y|curveto|" +
         
     | 
| 
       192 
     | 
    
         
            -
                    "custom_tag|cyan|data_size|decr|decr_num|default_available_units|delay|" +
         
     | 
| 
       193 
     | 
    
         
            -
                    "delete_alarm|descr_of_in_channel|descr_of_out_channel|destroy|diff|dim|" +
         
     | 
| 
       194 
     | 
    
         
            -
                    "dim1|dim2|dim3|dims|dirname|display_mode|div|div_big_int|div_num|" +
         
     | 
| 
       195 
     | 
    
         
            -
                    "double_array_tag|double_tag|draw_arc|draw_char|draw_circle|draw_ellipse|" +
         
     | 
| 
       196 
     | 
    
         
            -
                    "draw_image|draw_poly|draw_poly_line|draw_rect|draw_segments|draw_string|" +
         
     | 
| 
       197 
     | 
    
         
            -
                    "dummy_pos|dummy_table|dump_image|dup|dup2|elements|empty|end_of_input|" +
         
     | 
| 
       198 
     | 
    
         
            -
                    "environment|eprintf|epsilon_float|eq_big_int|eq_num|equal|err_formatter|" +
         
     | 
| 
       199 
     | 
    
         
            -
                    "error_message|escaped|establish_server|executable_name|execv|execve|execvp|" +
         
     | 
| 
       200 
     | 
    
         
            -
                    "execvpe|exists|exists2|exit|exp|failwith|fast_sort|fchmod|fchown|field|" +
         
     | 
| 
       201 
     | 
    
         
            -
                    "file|file_exists|fill|fill_arc|fill_circle|fill_ellipse|fill_poly|fill_rect|" +
         
     | 
| 
       202 
     | 
    
         
            -
                    "filter|final_tag|finalise|find|find_all|first_chars|firstkey|flatten|" +
         
     | 
| 
       203 
     | 
    
         
            -
                    "float|float32|float64|float_of_big_int|float_of_bits|float_of_int|" +
         
     | 
| 
       204 
     | 
    
         
            -
                    "float_of_num|float_of_string|floor|floor_num|flush|flush_all|flush_input|" +
         
     | 
| 
       205 
     | 
    
         
            -
                    "flush_str_formatter|fold|fold_left|fold_left2|fold_right|fold_right2|" +
         
     | 
| 
       206 
     | 
    
         
            -
                    "for_all|for_all2|force|force_newline|force_val|foreground|fork|" +
         
     | 
| 
       207 
     | 
    
         
            -
                    "format_of_string|formatter_of_buffer|formatter_of_out_channel|" +
         
     | 
| 
       208 
     | 
    
         
            -
                    "fortran_layout|forward_tag|fprintf|frexp|from|from_channel|from_file|" +
         
     | 
| 
       209 
     | 
    
         
            -
                    "from_file_bin|from_function|from_string|fscanf|fst|fstat|ftruncate|" +
         
     | 
| 
       210 
     | 
    
         
            -
                    "full_init|full_major|full_split|gcd_big_int|ge_big_int|ge_num|" +
         
     | 
| 
       211 
     | 
    
         
            -
                    "genarray_of_array1|genarray_of_array2|genarray_of_array3|get|" +
         
     | 
| 
       212 
     | 
    
         
            -
                    "get_all_formatter_output_functions|get_approx_printing|get_copy|" +
         
     | 
| 
       213 
     | 
    
         
            -
                    "get_ellipsis_text|get_error_when_null_denominator|get_floating_precision|" +
         
     | 
| 
       214 
     | 
    
         
            -
                    "get_formatter_output_functions|get_formatter_tag_functions|get_image|" +
         
     | 
| 
       215 
     | 
    
         
            -
                    "get_margin|get_mark_tags|get_max_boxes|get_max_indent|get_method|" +
         
     | 
| 
       216 
     | 
    
         
            -
                    "get_method_label|get_normalize_ratio|get_normalize_ratio_when_printing|" +
         
     | 
| 
       217 
     | 
    
         
            -
                    "get_print_tags|get_state|get_variable|getcwd|getegid|getegid|getenv|" +
         
     | 
| 
       218 
     | 
    
         
            -
                    "getenv|getenv|geteuid|geteuid|getgid|getgid|getgrgid|getgrgid|getgrnam|" +
         
     | 
| 
       219 
     | 
    
         
            -
                    "getgrnam|getgroups|gethostbyaddr|gethostbyname|gethostname|getitimer|" +
         
     | 
| 
       220 
     | 
    
         
            -
                    "getlogin|getpeername|getpid|getppid|getprotobyname|getprotobynumber|" +
         
     | 
| 
       221 
     | 
    
         
            -
                    "getpwnam|getpwuid|getservbyname|getservbyport|getsockname|getsockopt|" +
         
     | 
| 
       222 
     | 
    
         
            -
                    "getsockopt_float|getsockopt_int|getsockopt_optint|gettimeofday|getuid|" +
         
     | 
| 
       223 
     | 
    
         
            -
                    "global_replace|global_substitute|gmtime|green|grid|group_beginning|" +
         
     | 
| 
       224 
     | 
    
         
            -
                    "group_end|gt_big_int|gt_num|guard|handle_unix_error|hash|hash_param|" +
         
     | 
| 
       225 
     | 
    
         
            -
                    "hd|header_size|i|id|ignore|in_channel_length|in_channel_of_descr|incr|" +
         
     | 
| 
       226 
     | 
    
         
            -
                    "incr_num|index|index_from|inet_addr_any|inet_addr_of_string|infinity|" +
         
     | 
| 
       227 
     | 
    
         
            -
                    "infix_tag|init|init_class|input|input_binary_int|input_byte|input_char|" +
         
     | 
| 
       228 
     | 
    
         
            -
                    "input_line|input_value|int|int16_signed|int16_unsigned|int32|int64|" +
         
     | 
| 
       229 
     | 
    
         
            -
                    "int8_signed|int8_unsigned|int_of_big_int|int_of_char|int_of_float|" +
         
     | 
| 
       230 
     | 
    
         
            -
                    "int_of_num|int_of_string|integer_num|inter|interactive|inv|invalid_arg|" +
         
     | 
| 
       231 
     | 
    
         
            -
                    "is_block|is_empty|is_implicit|is_int|is_int_big_int|is_integer_num|" +
         
     | 
| 
       232 
     | 
    
         
            -
                    "is_relative|iter|iter2|iteri|join|junk|key_pressed|kill|kind|kprintf|" +
         
     | 
| 
       233 
     | 
    
         
            -
                    "kscanf|land|last_chars|layout|lazy_from_fun|lazy_from_val|lazy_is_val|" +
         
     | 
| 
       234 
     | 
    
         
            -
                    "lazy_tag|ldexp|le_big_int|le_num|length|lexeme|lexeme_char|lexeme_end|" +
         
     | 
| 
       235 
     | 
    
         
            -
                    "lexeme_end_p|lexeme_start|lexeme_start_p|lineto|link|list|listen|lnot|" +
         
     | 
| 
       236 
     | 
    
         
            -
                    "loadfile|loadfile_private|localtime|lock|lockf|log|log10|logand|lognot|" +
         
     | 
| 
       237 
     | 
    
         
            -
                    "logor|logxor|lor|lower_window|lowercase|lseek|lsl|lsr|lstat|lt_big_int|" +
         
     | 
| 
       238 
     | 
    
         
            -
                    "lt_num|lxor|magenta|magic|mainLoop|major|major_slice|make|make_formatter|" +
         
     | 
| 
       239 
     | 
    
         
            -
                    "make_image|make_lexer|make_matrix|make_self_init|map|map2|map_file|mapi|" +
         
     | 
| 
       240 
     | 
    
         
            -
                    "marshal|match_beginning|match_end|matched_group|matched_string|max|" +
         
     | 
| 
       241 
     | 
    
         
            -
                    "max_array_length|max_big_int|max_elt|max_float|max_int|max_num|" +
         
     | 
| 
       242 
     | 
    
         
            -
                    "max_string_length|mem|mem_assoc|mem_assq|memq|merge|min|min_big_int|" +
         
     | 
| 
       243 
     | 
    
         
            -
                    "min_elt|min_float|min_int|min_num|minor|minus_big_int|minus_num|" +
         
     | 
| 
       244 
     | 
    
         
            -
                    "minus_one|mkdir|mkfifo|mktime|mod|mod_big_int|mod_float|mod_num|modf|" +
         
     | 
| 
       245 
     | 
    
         
            -
                    "mouse_pos|moveto|mul|mult_big_int|mult_int_big_int|mult_num|nan|narrow|" +
         
     | 
| 
       246 
     | 
    
         
            -
                    "nat_of_num|nativeint|neg|neg_infinity|new_block|new_channel|new_method|" +
         
     | 
| 
       247 
     | 
    
         
            -
                    "new_variable|next|nextkey|nice|nice|no_scan_tag|norm|norm2|not|npeek|" +
         
     | 
| 
       248 
     | 
    
         
            -
                    "nth|nth_dim|num_digits_big_int|num_dims|num_of_big_int|num_of_int|" +
         
     | 
| 
       249 
     | 
    
         
            -
                    "num_of_nat|num_of_ratio|num_of_string|O|obj|object_tag|ocaml_version|" +
         
     | 
| 
       250 
     | 
    
         
            -
                    "of_array|of_channel|of_float|of_int|of_int32|of_list|of_nativeint|" +
         
     | 
| 
       251 
     | 
    
         
            -
                    "of_string|one|openTk|open_box|open_connection|open_graph|open_hbox|" +
         
     | 
| 
       252 
     | 
    
         
            -
                    "open_hovbox|open_hvbox|open_in|open_in_bin|open_in_gen|open_out|" +
         
     | 
| 
       253 
     | 
    
         
            -
                    "open_out_bin|open_out_gen|open_process|open_process_full|open_process_in|" +
         
     | 
| 
       254 
     | 
    
         
            -
                    "open_process_out|open_subwindow|open_tag|open_tbox|open_temp_file|" +
         
     | 
| 
       255 
     | 
    
         
            -
                    "open_vbox|opendbm|opendir|openfile|or|os_type|out_channel_length|" +
         
     | 
| 
       256 
     | 
    
         
            -
                    "out_channel_of_descr|output|output_binary_int|output_buffer|output_byte|" +
         
     | 
| 
       257 
     | 
    
         
            -
                    "output_char|output_string|output_value|over_max_boxes|pack|params|" +
         
     | 
| 
       258 
     | 
    
         
            -
                    "parent_dir_name|parse|parse_argv|partition|pause|peek|pipe|pixels|" +
         
     | 
| 
       259 
     | 
    
         
            -
                    "place|plot|plots|point_color|polar|poll|pop|pos_in|pos_out|pow|" +
         
     | 
| 
       260 
     | 
    
         
            -
                    "power_big_int_positive_big_int|power_big_int_positive_int|" +
         
     | 
| 
       261 
     | 
    
         
            -
                    "power_int_positive_big_int|power_int_positive_int|power_num|" +
         
     | 
| 
       262 
     | 
    
         
            -
                    "pp_close_box|pp_close_tag|pp_close_tbox|pp_force_newline|" +
         
     | 
| 
       263 
     | 
    
         
            -
                    "pp_get_all_formatter_output_functions|pp_get_ellipsis_text|" +
         
     | 
| 
       264 
     | 
    
         
            -
                    "pp_get_formatter_output_functions|pp_get_formatter_tag_functions|" +
         
     | 
| 
       265 
     | 
    
         
            -
                    "pp_get_margin|pp_get_mark_tags|pp_get_max_boxes|pp_get_max_indent|" +
         
     | 
| 
       266 
     | 
    
         
            -
                    "pp_get_print_tags|pp_open_box|pp_open_hbox|pp_open_hovbox|pp_open_hvbox|" +
         
     | 
| 
       267 
     | 
    
         
            -
                    "pp_open_tag|pp_open_tbox|pp_open_vbox|pp_over_max_boxes|pp_print_as|" +
         
     | 
| 
       268 
     | 
    
         
            -
                    "pp_print_bool|pp_print_break|pp_print_char|pp_print_cut|pp_print_float|" +
         
     | 
| 
       269 
     | 
    
         
            -
                    "pp_print_flush|pp_print_if_newline|pp_print_int|pp_print_newline|" +
         
     | 
| 
       270 
     | 
    
         
            -
                    "pp_print_space|pp_print_string|pp_print_tab|pp_print_tbreak|" +
         
     | 
| 
       271 
     | 
    
         
            -
                    "pp_set_all_formatter_output_functions|pp_set_ellipsis_text|" +
         
     | 
| 
       272 
     | 
    
         
            -
                    "pp_set_formatter_out_channel|pp_set_formatter_output_functions|" +
         
     | 
| 
       273 
     | 
    
         
            -
                    "pp_set_formatter_tag_functions|pp_set_margin|pp_set_mark_tags|" +
         
     | 
| 
       274 
     | 
    
         
            -
                    "pp_set_max_boxes|pp_set_max_indent|pp_set_print_tags|pp_set_tab|" +
         
     | 
| 
       275 
     | 
    
         
            -
                    "pp_set_tags|pred|pred_big_int|pred_num|prerr_char|prerr_endline|" +
         
     | 
| 
       276 
     | 
    
         
            -
                    "prerr_float|prerr_int|prerr_newline|prerr_string|print|print_as|" +
         
     | 
| 
       277 
     | 
    
         
            -
                    "print_bool|print_break|print_char|print_cut|print_endline|print_float|" +
         
     | 
| 
       278 
     | 
    
         
            -
                    "print_flush|print_if_newline|print_int|print_newline|print_space|" +
         
     | 
| 
       279 
     | 
    
         
            -
                    "print_stat|print_string|print_tab|print_tbreak|printf|prohibit|" +
         
     | 
| 
       280 
     | 
    
         
            -
                    "public_method_label|push|putenv|quo_num|quomod_big_int|quote|raise|" +
         
     | 
| 
       281 
     | 
    
         
            -
                    "raise_window|ratio_of_num|rcontains_from|read|read_float|read_int|" +
         
     | 
| 
       282 
     | 
    
         
            -
                    "read_key|read_line|readdir|readdir|readlink|really_input|receive|recv|" +
         
     | 
| 
       283 
     | 
    
         
            -
                    "recvfrom|red|ref|regexp|regexp_case_fold|regexp_string|" +
         
     | 
| 
       284 
     | 
    
         
            -
                    "regexp_string_case_fold|register|register_exception|rem|remember_mode|" +
         
     | 
| 
       285 
     | 
    
         
            -
                    "remove|remove_assoc|remove_assq|rename|replace|replace_first|" +
         
     | 
| 
       286 
     | 
    
         
            -
                    "replace_matched|repr|reset|reshape|reshape_1|reshape_2|reshape_3|rev|" +
         
     | 
| 
       287 
     | 
    
         
            -
                    "rev_append|rev_map|rev_map2|rewinddir|rgb|rhs_end|rhs_end_pos|rhs_start|" +
         
     | 
| 
       288 
     | 
    
         
            -
                    "rhs_start_pos|rindex|rindex_from|rlineto|rmdir|rmoveto|round_num|" +
         
     | 
| 
       289 
     | 
    
         
            -
                    "run_initializers|run_initializers_opt|scanf|search_backward|" +
         
     | 
| 
       290 
     | 
    
         
            -
                    "search_forward|seek_in|seek_out|select|self|self_init|send|sendto|set|" +
         
     | 
| 
       291 
     | 
    
         
            -
                    "set_all_formatter_output_functions|set_approx_printing|" +
         
     | 
| 
       292 
     | 
    
         
            -
                    "set_binary_mode_in|set_binary_mode_out|set_close_on_exec|" +
         
     | 
| 
       293 
     | 
    
         
            -
                    "set_close_on_exec|set_color|set_ellipsis_text|" +
         
     | 
| 
       294 
     | 
    
         
            -
                    "set_error_when_null_denominator|set_field|set_floating_precision|" +
         
     | 
| 
       295 
     | 
    
         
            -
                    "set_font|set_formatter_out_channel|set_formatter_output_functions|" +
         
     | 
| 
       296 
     | 
    
         
            -
                    "set_formatter_tag_functions|set_line_width|set_margin|set_mark_tags|" +
         
     | 
| 
       297 
     | 
    
         
            -
                    "set_max_boxes|set_max_indent|set_method|set_nonblock|set_nonblock|" +
         
     | 
| 
       298 
     | 
    
         
            -
                    "set_normalize_ratio|set_normalize_ratio_when_printing|set_print_tags|" +
         
     | 
| 
       299 
     | 
    
         
            -
                    "set_signal|set_state|set_tab|set_tag|set_tags|set_text_size|" +
         
     | 
| 
       300 
     | 
    
         
            -
                    "set_window_title|setgid|setgid|setitimer|setitimer|setsid|setsid|" +
         
     | 
| 
       301 
     | 
    
         
            -
                    "setsockopt|setsockopt|setsockopt_float|setsockopt_float|setsockopt_int|" +
         
     | 
| 
       302 
     | 
    
         
            -
                    "setsockopt_int|setsockopt_optint|setsockopt_optint|setuid|setuid|" +
         
     | 
| 
       303 
     | 
    
         
            -
                    "shift_left|shift_left|shift_left|shift_right|shift_right|shift_right|" +
         
     | 
| 
       304 
     | 
    
         
            -
                    "shift_right_logical|shift_right_logical|shift_right_logical|show_buckets|" +
         
     | 
| 
       305 
     | 
    
         
            -
                    "shutdown|shutdown|shutdown_connection|shutdown_connection|sigabrt|" +
         
     | 
| 
       306 
     | 
    
         
            -
                    "sigalrm|sigchld|sigcont|sigfpe|sighup|sigill|sigint|sigkill|sign_big_int|" +
         
     | 
| 
       307 
     | 
    
         
            -
                    "sign_num|signal|signal|sigpending|sigpending|sigpipe|sigprocmask|" +
         
     | 
| 
       308 
     | 
    
         
            -
                    "sigprocmask|sigprof|sigquit|sigsegv|sigstop|sigsuspend|sigsuspend|" +
         
     | 
| 
       309 
     | 
    
         
            -
                    "sigterm|sigtstp|sigttin|sigttou|sigusr1|sigusr2|sigvtalrm|sin|singleton|" +
         
     | 
| 
       310 
     | 
    
         
            -
                    "sinh|size|size|size_x|size_y|sleep|sleep|sleep|slice_left|slice_left|" +
         
     | 
| 
       311 
     | 
    
         
            -
                    "slice_left_1|slice_left_2|slice_right|slice_right|slice_right_1|" +
         
     | 
| 
       312 
     | 
    
         
            -
                    "slice_right_2|snd|socket|socket|socket|socketpair|socketpair|sort|sound|" +
         
     | 
| 
       313 
     | 
    
         
            -
                    "split|split_delim|sprintf|sprintf|sqrt|sqrt|sqrt_big_int|square_big_int|" +
         
     | 
| 
       314 
     | 
    
         
            -
                    "square_num|sscanf|stable_sort|stable_sort|stable_sort|stable_sort|stable_sort|" +
         
     | 
| 
       315 
     | 
    
         
            -
                    "stable_sort|stat|stat|stat|stat|stat|stats|stats|std_formatter|stdbuf|" +
         
     | 
| 
       316 
     | 
    
         
            -
                    "stderr|stderr|stderr|stdib|stdin|stdin|stdin|stdout|stdout|stdout|" +
         
     | 
| 
       317 
     | 
    
         
            -
                    "str_formatter|string|string_after|string_before|string_match|" +
         
     | 
| 
       318 
     | 
    
         
            -
                    "string_of_big_int|string_of_bool|string_of_float|string_of_format|" +
         
     | 
| 
       319 
     | 
    
         
            -
                    "string_of_inet_addr|string_of_inet_addr|string_of_int|string_of_num|" +
         
     | 
| 
       320 
     | 
    
         
            -
                    "string_partial_match|string_tag|sub|sub|sub_big_int|sub_left|sub_num|" +
         
     | 
| 
       321 
     | 
    
         
            -
                    "sub_right|subset|subset|substitute_first|substring|succ|succ|" +
         
     | 
| 
       322 
     | 
    
         
            -
                    "succ|succ|succ_big_int|succ_num|symbol_end|symbol_end_pos|symbol_start|" +
         
     | 
| 
       323 
     | 
    
         
            -
                    "symbol_start_pos|symlink|symlink|sync|synchronize|system|system|system|" +
         
     | 
| 
       324 
     | 
    
         
            -
                    "tag|take|tan|tanh|tcdrain|tcdrain|tcflow|tcflow|tcflush|tcflush|" +
         
     | 
| 
       325 
     | 
    
         
            -
                    "tcgetattr|tcgetattr|tcsendbreak|tcsendbreak|tcsetattr|tcsetattr|" +
         
     | 
| 
       326 
     | 
    
         
            -
                    "temp_file|text_size|time|time|time|timed_read|timed_write|times|times|" +
         
     | 
| 
       327 
     | 
    
         
            -
                    "tl|tl|tl|to_buffer|to_channel|to_float|to_hex|to_int|to_int32|to_list|" +
         
     | 
| 
       328 
     | 
    
         
            -
                    "to_list|to_list|to_nativeint|to_string|to_string|to_string|to_string|" +
         
     | 
| 
       329 
     | 
    
         
            -
                    "to_string|top|top|total_size|transfer|transp|truncate|truncate|truncate|" +
         
     | 
| 
       330 
     | 
    
         
            -
                    "truncate|truncate|truncate|try_lock|umask|umask|uncapitalize|uncapitalize|" +
         
     | 
| 
       331 
     | 
    
         
            -
                    "uncapitalize|union|union|unit_big_int|unlink|unlink|unlock|unmarshal|" +
         
     | 
| 
       332 
     | 
    
         
            -
                    "unsafe_blit|unsafe_fill|unsafe_get|unsafe_get|unsafe_set|unsafe_set|" +
         
     | 
| 
       333 
     | 
    
         
            -
                    "update|uppercase|uppercase|uppercase|uppercase|usage|utimes|utimes|wait|" +
         
     | 
| 
       334 
     | 
    
         
            -
                    "wait|wait|wait|wait_next_event|wait_pid|wait_read|wait_signal|" +
         
     | 
| 
       335 
     | 
    
         
            -
                    "wait_timed_read|wait_timed_write|wait_write|waitpid|white|" +
         
     | 
| 
       336 
     | 
    
         
            -
                    "widen|window_id|word_size|wrap|wrap_abort|write|yellow|yield|zero|zero_big_int|" +
         
     | 
| 
       337 
     | 
    
         
            -
             
     | 
| 
       338 
     | 
    
         
            -
                    "Arg|Arith_status|Array|Array1|Array2|Array3|ArrayLabels|Big_int|Bigarray|" +
         
     | 
| 
       339 
     | 
    
         
            -
                    "Buffer|Callback|CamlinternalOO|Char|Complex|Condition|Dbm|Digest|Dynlink|" +
         
     | 
| 
       340 
     | 
    
         
            -
                    "Event|Filename|Format|Gc|Genarray|Genlex|Graphics|GraphicsX11|Hashtbl|" +
         
     | 
| 
       341 
     | 
    
         
            -
                    "Int32|Int64|LargeFile|Lazy|Lexing|List|ListLabels|Make|Map|Marshal|" +
         
     | 
| 
       342 
     | 
    
         
            -
                    "MoreLabels|Mutex|Nativeint|Num|Obj|Oo|Parsing|Pervasives|Printexc|" +
         
     | 
| 
       343 
     | 
    
         
            -
                    "Printf|Queue|Random|Scanf|Scanning|Set|Sort|Stack|State|StdLabels|Str|" +
         
     | 
| 
       344 
     | 
    
         
            -
                    "Stream|String|StringLabels|Sys|Thread|ThreadUnix|Tk|Unix|UnixLabels|Weak"
         
     | 
| 
       345 
     | 
    
         
            -
                ).split("|"));
         
     | 
| 
       346 
     | 
    
         
            -
             
     | 
| 
       347 
     | 
    
         
            -
                var decimalInteger = "(?:(?:[1-9]\\d*)|(?:0))";
         
     | 
| 
       348 
     | 
    
         
            -
                var octInteger = "(?:0[oO]?[0-7]+)";
         
     | 
| 
       349 
     | 
    
         
            -
                var hexInteger = "(?:0[xX][\\dA-Fa-f]+)";
         
     | 
| 
       350 
     | 
    
         
            -
                var binInteger = "(?:0[bB][01]+)";
         
     | 
| 
       351 
     | 
    
         
            -
                var integer = "(?:" + decimalInteger + "|" + octInteger + "|" + hexInteger + "|" + binInteger + ")";
         
     | 
| 
       352 
     | 
    
         
            -
             
     | 
| 
       353 
     | 
    
         
            -
                var exponent = "(?:[eE][+-]?\\d+)";
         
     | 
| 
       354 
     | 
    
         
            -
                var fraction = "(?:\\.\\d+)";
         
     | 
| 
       355 
     | 
    
         
            -
                var intPart = "(?:\\d+)";
         
     | 
| 
       356 
     | 
    
         
            -
                var pointFloat = "(?:(?:" + intPart + "?" + fraction + ")|(?:" + intPart + "\\.))";
         
     | 
| 
       357 
     | 
    
         
            -
                var exponentFloat = "(?:(?:" + pointFloat + "|" +  intPart + ")" + exponent + ")";
         
     | 
| 
       358 
     | 
    
         
            -
                var floatNumber = "(?:" + exponentFloat + "|" + pointFloat + ")";
         
     | 
| 
       359 
     | 
    
         
            -
             
     | 
| 
       360 
     | 
    
         
            -
                this.$rules = {
         
     | 
| 
       361 
     | 
    
         
            -
                    "start" : [
         
     | 
| 
       362 
     | 
    
         
            -
                        {
         
     | 
| 
       363 
     | 
    
         
            -
                            token : "comment",
         
     | 
| 
       364 
     | 
    
         
            -
                            regex : '\\(\\*.*?\\*\\)\\s*?$'
         
     | 
| 
       365 
     | 
    
         
            -
                        },
         
     | 
| 
       366 
     | 
    
         
            -
                        {
         
     | 
| 
       367 
     | 
    
         
            -
                            token : "comment",
         
     | 
| 
       368 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       369 
     | 
    
         
            -
                            regex : '\\(\\*.*',
         
     | 
| 
       370 
     | 
    
         
            -
                            next : "comment"
         
     | 
| 
       371 
     | 
    
         
            -
                        },
         
     | 
| 
       372 
     | 
    
         
            -
                        {
         
     | 
| 
       373 
     | 
    
         
            -
                            token : "string", // single line
         
     | 
| 
       374 
     | 
    
         
            -
                            regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
         
     | 
| 
       375 
     | 
    
         
            -
                        },
         
     | 
| 
       376 
     | 
    
         
            -
                        {
         
     | 
| 
       377 
     | 
    
         
            -
                            token : "string", // single char
         
     | 
| 
       378 
     | 
    
         
            -
                            regex : "'.'"
         
     | 
| 
       379 
     | 
    
         
            -
                        },
         
     | 
| 
       380 
     | 
    
         
            -
                        {
         
     | 
| 
       381 
     | 
    
         
            -
                            token : "string", // " string
         
     | 
| 
       382 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       383 
     | 
    
         
            -
                            regex : '"',
         
     | 
| 
       384 
     | 
    
         
            -
                            next  : "qstring"
         
     | 
| 
       385 
     | 
    
         
            -
                        },
         
     | 
| 
       386 
     | 
    
         
            -
                        {
         
     | 
| 
       387 
     | 
    
         
            -
                            token : "constant.numeric", // imaginary
         
     | 
| 
       388 
     | 
    
         
            -
                            regex : "(?:" + floatNumber + "|\\d+)[jJ]\\b"
         
     | 
| 
       389 
     | 
    
         
            -
                        },
         
     | 
| 
       390 
     | 
    
         
            -
                        {
         
     | 
| 
       391 
     | 
    
         
            -
                            token : "constant.numeric", // float
         
     | 
| 
       392 
     | 
    
         
            -
                            regex : floatNumber
         
     | 
| 
       393 
     | 
    
         
            -
                        },
         
     | 
| 
       394 
     | 
    
         
            -
                        {
         
     | 
| 
       395 
     | 
    
         
            -
                            token : "constant.numeric", // integer
         
     | 
| 
       396 
     | 
    
         
            -
                            regex : integer + "\\b"
         
     | 
| 
       397 
     | 
    
         
            -
                        },
         
     | 
| 
       398 
     | 
    
         
            -
                        {
         
     | 
| 
       399 
     | 
    
         
            -
                            token : function(value) {
         
     | 
| 
       400 
     | 
    
         
            -
                                if (keywords.hasOwnProperty(value))
         
     | 
| 
       401 
     | 
    
         
            -
                                    return "keyword";
         
     | 
| 
       402 
     | 
    
         
            -
                                else if (builtinConstants.hasOwnProperty(value))
         
     | 
| 
       403 
     | 
    
         
            -
                                    return "constant.language";
         
     | 
| 
       404 
     | 
    
         
            -
                                else if (builtinFunctions.hasOwnProperty(value))
         
     | 
| 
       405 
     | 
    
         
            -
                                    return "support.function";
         
     | 
| 
       406 
     | 
    
         
            -
                                else
         
     | 
| 
       407 
     | 
    
         
            -
                                    return "identifier";
         
     | 
| 
       408 
     | 
    
         
            -
                            },
         
     | 
| 
       409 
     | 
    
         
            -
                            regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
         
     | 
| 
       410 
     | 
    
         
            -
                        },
         
     | 
| 
       411 
     | 
    
         
            -
                        {
         
     | 
| 
       412 
     | 
    
         
            -
                            token : "keyword.operator",
         
     | 
| 
       413 
     | 
    
         
            -
                            regex : "\\+\\.|\\-\\.|\\*\\.|\\/\\.|#|;;|\\+|\\-|\\*|\\*\\*\\/|\\/\\/|%|<<|>>|&|\\||\\^|~|<|>|<=|=>|==|!=|<>|<-|="
         
     | 
| 
       414 
     | 
    
         
            -
                        },
         
     | 
| 
       415 
     | 
    
         
            -
                        {
         
     | 
| 
       416 
     | 
    
         
            -
                            token : "paren.lparen",
         
     | 
| 
       417 
     | 
    
         
            -
                            regex : "[[({]"
         
     | 
| 
       418 
     | 
    
         
            -
                        },
         
     | 
| 
       419 
     | 
    
         
            -
                        {
         
     | 
| 
       420 
     | 
    
         
            -
                            token : "paren.rparen",
         
     | 
| 
       421 
     | 
    
         
            -
                            regex : "[\\])}]"
         
     | 
| 
       422 
     | 
    
         
            -
                        },
         
     | 
| 
       423 
     | 
    
         
            -
                        {
         
     | 
| 
       424 
     | 
    
         
            -
                            token : "text",
         
     | 
| 
       425 
     | 
    
         
            -
                            regex : "\\s+"
         
     | 
| 
       426 
     | 
    
         
            -
                        }
         
     | 
| 
       427 
     | 
    
         
            -
                    ],
         
     | 
| 
       428 
     | 
    
         
            -
                    "comment" : [
         
     | 
| 
       429 
     | 
    
         
            -
                        {
         
     | 
| 
       430 
     | 
    
         
            -
                            token : "comment", // closing comment
         
     | 
| 
       431 
     | 
    
         
            -
                            regex : ".*?\\*\\)",
         
     | 
| 
       432 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       433 
     | 
    
         
            -
                        },
         
     | 
| 
       434 
     | 
    
         
            -
                        {
         
     | 
| 
       435 
     | 
    
         
            -
                            token : "comment", // comment spanning whole line
         
     | 
| 
       436 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       437 
     | 
    
         
            -
                            regex : ".+"
         
     | 
| 
       438 
     | 
    
         
            -
                        }
         
     | 
| 
       439 
     | 
    
         
            -
                    ],
         
     | 
| 
       440 
     | 
    
         
            -
             
     | 
| 
       441 
     | 
    
         
            -
                    "qstring" : [
         
     | 
| 
       442 
     | 
    
         
            -
                        {
         
     | 
| 
       443 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       444 
     | 
    
         
            -
                            regex : '"',
         
     | 
| 
       445 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       446 
     | 
    
         
            -
                        }, {
         
     | 
| 
       447 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       448 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       449 
     | 
    
         
            -
                            regex : '.+'
         
     | 
| 
       450 
     | 
    
         
            -
                        }
         
     | 
| 
       451 
     | 
    
         
            -
                    ]
         
     | 
| 
       452 
     | 
    
         
            -
                };
         
     | 
| 
       453 
     | 
    
         
            -
            };
         
     | 
| 
       454 
     | 
    
         
            -
             
     | 
| 
       455 
     | 
    
         
            -
            oop.inherits(OcamlHighlightRules, TextHighlightRules);
         
     | 
| 
       456 
     | 
    
         
            -
             
     | 
| 
       457 
     | 
    
         
            -
            exports.OcamlHighlightRules = OcamlHighlightRules;
         
     | 
| 
       458 
     | 
    
         
            -
            });
         
     | 
| 
       459 
     | 
    
         
            -
            /* ***** BEGIN LICENSE BLOCK *****
         
     | 
| 
       460 
     | 
    
         
            -
             * Version: MPL 1.1/GPL 2.0/LGPL 2.1
         
     | 
| 
       461 
     | 
    
         
            -
             *
         
     | 
| 
       462 
     | 
    
         
            -
             * The contents of this file are subject to the Mozilla Public License Version
         
     | 
| 
       463 
     | 
    
         
            -
             * 1.1 (the "License"); you may not use this file except in compliance with
         
     | 
| 
       464 
     | 
    
         
            -
             * the License. You may obtain a copy of the License at
         
     | 
| 
       465 
     | 
    
         
            -
             * http://www.mozilla.org/MPL/
         
     | 
| 
       466 
     | 
    
         
            -
             *
         
     | 
| 
       467 
     | 
    
         
            -
             * Software distributed under the License is distributed on an "AS IS" basis,
         
     | 
| 
       468 
     | 
    
         
            -
             * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
         
     | 
| 
       469 
     | 
    
         
            -
             * for the specific language governing rights and limitations under the
         
     | 
| 
       470 
     | 
    
         
            -
             * License.
         
     | 
| 
       471 
     | 
    
         
            -
             *
         
     | 
| 
       472 
     | 
    
         
            -
             * The Original Code is Ajax.org Code Editor (ACE).
         
     | 
| 
       473 
     | 
    
         
            -
             *
         
     | 
| 
       474 
     | 
    
         
            -
             * The Initial Developer of the Original Code is
         
     | 
| 
       475 
     | 
    
         
            -
             * Ajax.org B.V.
         
     | 
| 
       476 
     | 
    
         
            -
             * Portions created by the Initial Developer are Copyright (C) 2010
         
     | 
| 
       477 
     | 
    
         
            -
             * the Initial Developer. All Rights Reserved.
         
     | 
| 
       478 
     | 
    
         
            -
             *
         
     | 
| 
       479 
     | 
    
         
            -
             * Contributor(s):
         
     | 
| 
       480 
     | 
    
         
            -
             *      Fabian Jakobs <fabian AT ajax DOT org>
         
     | 
| 
       481 
     | 
    
         
            -
             *
         
     | 
| 
       482 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       483 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       484 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       485 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       486 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       487 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       488 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       489 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       490 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       491 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       492 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       493 
     | 
    
         
            -
             *
         
     | 
| 
       494 
     | 
    
         
            -
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
       495 
     | 
    
         
            -
             
     | 
| 
       496 
     | 
    
         
            -
            ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
       497 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       498 
     | 
    
         
            -
             
     | 
| 
       499 
     | 
    
         
            -
            var Range = require("../range").Range;
         
     | 
| 
       500 
     | 
    
         
            -
             
     | 
| 
       501 
     | 
    
         
            -
            var MatchingBraceOutdent = function() {};
         
     | 
| 
       502 
     | 
    
         
            -
             
     | 
| 
       503 
     | 
    
         
            -
            (function() {
         
     | 
| 
       504 
     | 
    
         
            -
             
     | 
| 
       505 
     | 
    
         
            -
                this.checkOutdent = function(line, input) {
         
     | 
| 
       506 
     | 
    
         
            -
                    if (! /^\s+$/.test(line))
         
     | 
| 
       507 
     | 
    
         
            -
                        return false;
         
     | 
| 
       508 
     | 
    
         
            -
             
     | 
| 
       509 
     | 
    
         
            -
                    return /^\s*\}/.test(input);
         
     | 
| 
       510 
     | 
    
         
            -
                };
         
     | 
| 
       511 
     | 
    
         
            -
             
     | 
| 
       512 
     | 
    
         
            -
                this.autoOutdent = function(doc, row) {
         
     | 
| 
       513 
     | 
    
         
            -
                    var line = doc.getLine(row);
         
     | 
| 
       514 
     | 
    
         
            -
                    var match = line.match(/^(\s*\})/);
         
     | 
| 
       515 
     | 
    
         
            -
             
     | 
| 
       516 
     | 
    
         
            -
                    if (!match) return 0;
         
     | 
| 
       517 
     | 
    
         
            -
             
     | 
| 
       518 
     | 
    
         
            -
                    var column = match[1].length;
         
     | 
| 
       519 
     | 
    
         
            -
                    var openBracePos = doc.findMatchingBracket({row: row, column: column});
         
     | 
| 
       520 
     | 
    
         
            -
             
     | 
| 
       521 
     | 
    
         
            -
                    if (!openBracePos || openBracePos.row == row) return 0;
         
     | 
| 
       522 
     | 
    
         
            -
             
     | 
| 
       523 
     | 
    
         
            -
                    var indent = this.$getIndent(doc.getLine(openBracePos.row));
         
     | 
| 
       524 
     | 
    
         
            -
                    doc.replace(new Range(row, 0, row, column-1), indent);
         
     | 
| 
       525 
     | 
    
         
            -
                };
         
     | 
| 
       526 
     | 
    
         
            -
             
     | 
| 
       527 
     | 
    
         
            -
                this.$getIndent = function(line) {
         
     | 
| 
       528 
     | 
    
         
            -
                    var match = line.match(/^(\s+)/);
         
     | 
| 
       529 
     | 
    
         
            -
                    if (match) {
         
     | 
| 
       530 
     | 
    
         
            -
                        return match[1];
         
     | 
| 
       531 
     | 
    
         
            -
                    }
         
     | 
| 
       532 
     | 
    
         
            -
             
     | 
| 
       533 
     | 
    
         
            -
                    return "";
         
     | 
| 
       534 
     | 
    
         
            -
                };
         
     | 
| 
       535 
     | 
    
         
            -
             
     | 
| 
       536 
     | 
    
         
            -
            }).call(MatchingBraceOutdent.prototype);
         
     | 
| 
       537 
     | 
    
         
            -
             
     | 
| 
       538 
     | 
    
         
            -
            exports.MatchingBraceOutdent = MatchingBraceOutdent;
         
     | 
| 
       539 
     | 
    
         
            -
            });
         
     |