ace-rails-ap 0.0.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ace/rails/version.rb +1 -1
- data/vendor/assets/javascripts/ace.js +15680 -1
- data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
- data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
- data/vendor/assets/javascripts/mode-c9search.js +275 -0
- data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
- data/vendor/assets/javascripts/mode-clojure.js +364 -1
- data/vendor/assets/javascripts/mode-coffee.js +527 -1
- data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
- data/vendor/assets/javascripts/mode-csharp.js +633 -1
- data/vendor/assets/javascripts/mode-css.js +499 -1
- data/vendor/assets/javascripts/mode-diff.js +250 -0
- data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
- data/vendor/assets/javascripts/mode-golang.js +681 -1
- data/vendor/assets/javascripts/mode-groovy.js +1240 -1
- data/vendor/assets/javascripts/mode-haxe.js +633 -1
- data/vendor/assets/javascripts/mode-html.js +2064 -1
- data/vendor/assets/javascripts/mode-java.js +1202 -1
- data/vendor/assets/javascripts/mode-javascript.js +1069 -1
- data/vendor/assets/javascripts/mode-json.js +588 -1
- data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
- data/vendor/assets/javascripts/mode-latex.js +95 -1
- data/vendor/assets/javascripts/mode-less.js +512 -1
- data/vendor/assets/javascripts/mode-liquid.js +1125 -1
- data/vendor/assets/javascripts/mode-lua.js +551 -1
- data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
- data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
- data/vendor/assets/javascripts/mode-markdown.js +2369 -1
- data/vendor/assets/javascripts/mode-ocaml.js +464 -1
- data/vendor/assets/javascripts/mode-perl.js +432 -1
- data/vendor/assets/javascripts/mode-pgsql.js +970 -1
- data/vendor/assets/javascripts/mode-php.js +1718 -1
- data/vendor/assets/javascripts/mode-powershell.js +610 -1
- data/vendor/assets/javascripts/mode-python.js +397 -1
- data/vendor/assets/javascripts/mode-ruby.js +318 -1
- data/vendor/assets/javascripts/mode-scad.js +732 -1
- data/vendor/assets/javascripts/mode-scala.js +1237 -1
- data/vendor/assets/javascripts/mode-scss.js +537 -1
- data/vendor/assets/javascripts/mode-sh.js +250 -1
- data/vendor/assets/javascripts/mode-sql.js +140 -1
- data/vendor/assets/javascripts/mode-svg.js +1681 -1
- data/vendor/assets/javascripts/mode-tcl.js +320 -0
- data/vendor/assets/javascripts/mode-textile.js +182 -1
- data/vendor/assets/javascripts/mode-xml.js +829 -1
- data/vendor/assets/javascripts/mode-xquery.js +605 -1
- data/vendor/assets/javascripts/mode-yaml.js +189 -0
- data/vendor/assets/javascripts/theme-chrome.js +213 -1
- data/vendor/assets/javascripts/theme-clouds.js +167 -1
- data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
- data/vendor/assets/javascripts/theme-cobalt.js +194 -1
- data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
- data/vendor/assets/javascripts/theme-dawn.js +198 -1
- data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
- data/vendor/assets/javascripts/theme-eclipse.js +157 -1
- data/vendor/assets/javascripts/theme-github.js +182 -0
- data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
- data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
- data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
- data/vendor/assets/javascripts/theme-monokai.js +194 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
- data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
- data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
- data/vendor/assets/javascripts/theme-textmate.js +216 -0
- data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
- data/vendor/assets/javascripts/theme-twilight.js +211 -1
- data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
- data/vendor/assets/javascripts/worker-coffee.js +83 -893
- data/vendor/assets/javascripts/worker-css.js +88 -1402
- data/vendor/assets/javascripts/worker-javascript.js +97 -812
- data/vendor/assets/javascripts/worker-json.js +84 -761
- data/vendor/assets/javascripts/worker-xquery.js +66464 -0
- metadata +12 -195
- data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
- data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
- data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
- data/vendor/assets/javascripts/ace-compat.js +0 -1
- data/vendor/assets/javascripts/ace-noconflict.js +0 -10
- data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
- data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
- data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
- data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
- data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
- data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
- data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
- data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
- data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
- data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
- data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
- data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
- data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
- data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
- data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
- data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
- data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
- data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
- data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
- data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
- data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
- data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
- data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
- data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
- data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
- data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
- data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
- data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
- data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
- data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
- data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
- data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
- data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
- data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
- data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
- data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
- data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
- data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
- data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
- data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
- data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
- data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
- data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
- data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
- data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
- data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
- data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
- data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
- data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
- data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
- data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
- data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
- data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
- data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
- data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
- data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
- data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
- data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
- data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
- data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
- data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
- data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
- data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
- data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
- data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
- data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
- data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
- data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
- data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
- data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
- data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
- data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
- data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
- data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
- data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
- data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
- data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
- data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
- data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
- data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
- data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
- data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
- data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
- data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
- data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -1 +1,464 @@
|
|
1
|
-
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}),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}),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
|
+
/* ***** 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
|
+
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
|
+
|
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
|
+
define('ace/mode/ocaml_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
105
|
+
|
106
|
+
|
107
|
+
var oop = require("../lib/oop");
|
108
|
+
var lang = require("../lib/lang");
|
109
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
110
|
+
|
111
|
+
var OcamlHighlightRules = function() {
|
112
|
+
|
113
|
+
var keywords = lang.arrayToMap((
|
114
|
+
"and|as|assert|begin|class|constraint|do|done|downto|else|end|" +
|
115
|
+
"exception|external|for|fun|function|functor|if|in|include|" +
|
116
|
+
"inherit|initializer|lazy|let|match|method|module|mutable|new|" +
|
117
|
+
"object|of|open|or|private|rec|sig|struct|then|to|try|type|val|" +
|
118
|
+
"virtual|when|while|with").split("|")
|
119
|
+
);
|
120
|
+
|
121
|
+
var builtinConstants = lang.arrayToMap(
|
122
|
+
("true|false").split("|")
|
123
|
+
);
|
124
|
+
|
125
|
+
var builtinFunctions = lang.arrayToMap((
|
126
|
+
"abs|abs_big_int|abs_float|abs_num|abstract_tag|accept|access|acos|add|" +
|
127
|
+
"add_available_units|add_big_int|add_buffer|add_channel|add_char|" +
|
128
|
+
"add_initializer|add_int_big_int|add_interfaces|add_num|add_string|" +
|
129
|
+
"add_substitute|add_substring|alarm|allocated_bytes|allow_only|" +
|
130
|
+
"allow_unsafe_modules|always|append|appname_get|appname_set|" +
|
131
|
+
"approx_num_exp|approx_num_fix|arg|argv|arith_status|array|" +
|
132
|
+
"array1_of_genarray|array2_of_genarray|array3_of_genarray|asin|asr|" +
|
133
|
+
"assoc|assq|at_exit|atan|atan2|auto_synchronize|background|basename|" +
|
134
|
+
"beginning_of_input|big_int_of_int|big_int_of_num|big_int_of_string|bind|" +
|
135
|
+
"bind_class|bind_tag|bits|bits_of_float|black|blit|blit_image|blue|bool|" +
|
136
|
+
"bool_of_string|bounded_full_split|bounded_split|bounded_split_delim|" +
|
137
|
+
"bprintf|break|broadcast|bscanf|button_down|c_layout|capitalize|cardinal|" +
|
138
|
+
"cardinal|catch|catch_break|ceil|ceiling_num|channel|char|char_of_int|" +
|
139
|
+
"chdir|check|check_suffix|chmod|choose|chop_extension|chop_suffix|chown|" +
|
140
|
+
"chown|chr|chroot|classify_float|clear|clear_available_units|" +
|
141
|
+
"clear_close_on_exec|clear_graph|clear_nonblock|clear_parser|" +
|
142
|
+
"close|close|closeTk|close_box|close_graph|close_in|close_in_noerr|" +
|
143
|
+
"close_out|close_out_noerr|close_process|close_process|" +
|
144
|
+
"close_process_full|close_process_in|close_process_out|close_subwindow|" +
|
145
|
+
"close_tag|close_tbox|closedir|closedir|closure_tag|code|combine|" +
|
146
|
+
"combine|combine|command|compact|compare|compare_big_int|compare_num|" +
|
147
|
+
"complex32|complex64|concat|conj|connect|contains|contains_from|contents|" +
|
148
|
+
"copy|cos|cosh|count|count|counters|create|create_alarm|create_image|" +
|
149
|
+
"create_matrix|create_matrix|create_matrix|create_object|" +
|
150
|
+
"create_object_and_run_initializers|create_object_opt|create_process|" +
|
151
|
+
"create_process|create_process_env|create_process_env|create_table|" +
|
152
|
+
"current|current_dir_name|current_point|current_x|current_y|curveto|" +
|
153
|
+
"custom_tag|cyan|data_size|decr|decr_num|default_available_units|delay|" +
|
154
|
+
"delete_alarm|descr_of_in_channel|descr_of_out_channel|destroy|diff|dim|" +
|
155
|
+
"dim1|dim2|dim3|dims|dirname|display_mode|div|div_big_int|div_num|" +
|
156
|
+
"double_array_tag|double_tag|draw_arc|draw_char|draw_circle|draw_ellipse|" +
|
157
|
+
"draw_image|draw_poly|draw_poly_line|draw_rect|draw_segments|draw_string|" +
|
158
|
+
"dummy_pos|dummy_table|dump_image|dup|dup2|elements|empty|end_of_input|" +
|
159
|
+
"environment|eprintf|epsilon_float|eq_big_int|eq_num|equal|err_formatter|" +
|
160
|
+
"error_message|escaped|establish_server|executable_name|execv|execve|execvp|" +
|
161
|
+
"execvpe|exists|exists2|exit|exp|failwith|fast_sort|fchmod|fchown|field|" +
|
162
|
+
"file|file_exists|fill|fill_arc|fill_circle|fill_ellipse|fill_poly|fill_rect|" +
|
163
|
+
"filter|final_tag|finalise|find|find_all|first_chars|firstkey|flatten|" +
|
164
|
+
"float|float32|float64|float_of_big_int|float_of_bits|float_of_int|" +
|
165
|
+
"float_of_num|float_of_string|floor|floor_num|flush|flush_all|flush_input|" +
|
166
|
+
"flush_str_formatter|fold|fold_left|fold_left2|fold_right|fold_right2|" +
|
167
|
+
"for_all|for_all2|force|force_newline|force_val|foreground|fork|" +
|
168
|
+
"format_of_string|formatter_of_buffer|formatter_of_out_channel|" +
|
169
|
+
"fortran_layout|forward_tag|fprintf|frexp|from|from_channel|from_file|" +
|
170
|
+
"from_file_bin|from_function|from_string|fscanf|fst|fstat|ftruncate|" +
|
171
|
+
"full_init|full_major|full_split|gcd_big_int|ge_big_int|ge_num|" +
|
172
|
+
"genarray_of_array1|genarray_of_array2|genarray_of_array3|get|" +
|
173
|
+
"get_all_formatter_output_functions|get_approx_printing|get_copy|" +
|
174
|
+
"get_ellipsis_text|get_error_when_null_denominator|get_floating_precision|" +
|
175
|
+
"get_formatter_output_functions|get_formatter_tag_functions|get_image|" +
|
176
|
+
"get_margin|get_mark_tags|get_max_boxes|get_max_indent|get_method|" +
|
177
|
+
"get_method_label|get_normalize_ratio|get_normalize_ratio_when_printing|" +
|
178
|
+
"get_print_tags|get_state|get_variable|getcwd|getegid|getegid|getenv|" +
|
179
|
+
"getenv|getenv|geteuid|geteuid|getgid|getgid|getgrgid|getgrgid|getgrnam|" +
|
180
|
+
"getgrnam|getgroups|gethostbyaddr|gethostbyname|gethostname|getitimer|" +
|
181
|
+
"getlogin|getpeername|getpid|getppid|getprotobyname|getprotobynumber|" +
|
182
|
+
"getpwnam|getpwuid|getservbyname|getservbyport|getsockname|getsockopt|" +
|
183
|
+
"getsockopt_float|getsockopt_int|getsockopt_optint|gettimeofday|getuid|" +
|
184
|
+
"global_replace|global_substitute|gmtime|green|grid|group_beginning|" +
|
185
|
+
"group_end|gt_big_int|gt_num|guard|handle_unix_error|hash|hash_param|" +
|
186
|
+
"hd|header_size|i|id|ignore|in_channel_length|in_channel_of_descr|incr|" +
|
187
|
+
"incr_num|index|index_from|inet_addr_any|inet_addr_of_string|infinity|" +
|
188
|
+
"infix_tag|init|init_class|input|input_binary_int|input_byte|input_char|" +
|
189
|
+
"input_line|input_value|int|int16_signed|int16_unsigned|int32|int64|" +
|
190
|
+
"int8_signed|int8_unsigned|int_of_big_int|int_of_char|int_of_float|" +
|
191
|
+
"int_of_num|int_of_string|integer_num|inter|interactive|inv|invalid_arg|" +
|
192
|
+
"is_block|is_empty|is_implicit|is_int|is_int_big_int|is_integer_num|" +
|
193
|
+
"is_relative|iter|iter2|iteri|join|junk|key_pressed|kill|kind|kprintf|" +
|
194
|
+
"kscanf|land|last_chars|layout|lazy_from_fun|lazy_from_val|lazy_is_val|" +
|
195
|
+
"lazy_tag|ldexp|le_big_int|le_num|length|lexeme|lexeme_char|lexeme_end|" +
|
196
|
+
"lexeme_end_p|lexeme_start|lexeme_start_p|lineto|link|list|listen|lnot|" +
|
197
|
+
"loadfile|loadfile_private|localtime|lock|lockf|log|log10|logand|lognot|" +
|
198
|
+
"logor|logxor|lor|lower_window|lowercase|lseek|lsl|lsr|lstat|lt_big_int|" +
|
199
|
+
"lt_num|lxor|magenta|magic|mainLoop|major|major_slice|make|make_formatter|" +
|
200
|
+
"make_image|make_lexer|make_matrix|make_self_init|map|map2|map_file|mapi|" +
|
201
|
+
"marshal|match_beginning|match_end|matched_group|matched_string|max|" +
|
202
|
+
"max_array_length|max_big_int|max_elt|max_float|max_int|max_num|" +
|
203
|
+
"max_string_length|mem|mem_assoc|mem_assq|memq|merge|min|min_big_int|" +
|
204
|
+
"min_elt|min_float|min_int|min_num|minor|minus_big_int|minus_num|" +
|
205
|
+
"minus_one|mkdir|mkfifo|mktime|mod|mod_big_int|mod_float|mod_num|modf|" +
|
206
|
+
"mouse_pos|moveto|mul|mult_big_int|mult_int_big_int|mult_num|nan|narrow|" +
|
207
|
+
"nat_of_num|nativeint|neg|neg_infinity|new_block|new_channel|new_method|" +
|
208
|
+
"new_variable|next|nextkey|nice|nice|no_scan_tag|norm|norm2|not|npeek|" +
|
209
|
+
"nth|nth_dim|num_digits_big_int|num_dims|num_of_big_int|num_of_int|" +
|
210
|
+
"num_of_nat|num_of_ratio|num_of_string|O|obj|object_tag|ocaml_version|" +
|
211
|
+
"of_array|of_channel|of_float|of_int|of_int32|of_list|of_nativeint|" +
|
212
|
+
"of_string|one|openTk|open_box|open_connection|open_graph|open_hbox|" +
|
213
|
+
"open_hovbox|open_hvbox|open_in|open_in_bin|open_in_gen|open_out|" +
|
214
|
+
"open_out_bin|open_out_gen|open_process|open_process_full|open_process_in|" +
|
215
|
+
"open_process_out|open_subwindow|open_tag|open_tbox|open_temp_file|" +
|
216
|
+
"open_vbox|opendbm|opendir|openfile|or|os_type|out_channel_length|" +
|
217
|
+
"out_channel_of_descr|output|output_binary_int|output_buffer|output_byte|" +
|
218
|
+
"output_char|output_string|output_value|over_max_boxes|pack|params|" +
|
219
|
+
"parent_dir_name|parse|parse_argv|partition|pause|peek|pipe|pixels|" +
|
220
|
+
"place|plot|plots|point_color|polar|poll|pop|pos_in|pos_out|pow|" +
|
221
|
+
"power_big_int_positive_big_int|power_big_int_positive_int|" +
|
222
|
+
"power_int_positive_big_int|power_int_positive_int|power_num|" +
|
223
|
+
"pp_close_box|pp_close_tag|pp_close_tbox|pp_force_newline|" +
|
224
|
+
"pp_get_all_formatter_output_functions|pp_get_ellipsis_text|" +
|
225
|
+
"pp_get_formatter_output_functions|pp_get_formatter_tag_functions|" +
|
226
|
+
"pp_get_margin|pp_get_mark_tags|pp_get_max_boxes|pp_get_max_indent|" +
|
227
|
+
"pp_get_print_tags|pp_open_box|pp_open_hbox|pp_open_hovbox|pp_open_hvbox|" +
|
228
|
+
"pp_open_tag|pp_open_tbox|pp_open_vbox|pp_over_max_boxes|pp_print_as|" +
|
229
|
+
"pp_print_bool|pp_print_break|pp_print_char|pp_print_cut|pp_print_float|" +
|
230
|
+
"pp_print_flush|pp_print_if_newline|pp_print_int|pp_print_newline|" +
|
231
|
+
"pp_print_space|pp_print_string|pp_print_tab|pp_print_tbreak|" +
|
232
|
+
"pp_set_all_formatter_output_functions|pp_set_ellipsis_text|" +
|
233
|
+
"pp_set_formatter_out_channel|pp_set_formatter_output_functions|" +
|
234
|
+
"pp_set_formatter_tag_functions|pp_set_margin|pp_set_mark_tags|" +
|
235
|
+
"pp_set_max_boxes|pp_set_max_indent|pp_set_print_tags|pp_set_tab|" +
|
236
|
+
"pp_set_tags|pred|pred_big_int|pred_num|prerr_char|prerr_endline|" +
|
237
|
+
"prerr_float|prerr_int|prerr_newline|prerr_string|print|print_as|" +
|
238
|
+
"print_bool|print_break|print_char|print_cut|print_endline|print_float|" +
|
239
|
+
"print_flush|print_if_newline|print_int|print_newline|print_space|" +
|
240
|
+
"print_stat|print_string|print_tab|print_tbreak|printf|prohibit|" +
|
241
|
+
"public_method_label|push|putenv|quo_num|quomod_big_int|quote|raise|" +
|
242
|
+
"raise_window|ratio_of_num|rcontains_from|read|read_float|read_int|" +
|
243
|
+
"read_key|read_line|readdir|readdir|readlink|really_input|receive|recv|" +
|
244
|
+
"recvfrom|red|ref|regexp|regexp_case_fold|regexp_string|" +
|
245
|
+
"regexp_string_case_fold|register|register_exception|rem|remember_mode|" +
|
246
|
+
"remove|remove_assoc|remove_assq|rename|replace|replace_first|" +
|
247
|
+
"replace_matched|repr|reset|reshape|reshape_1|reshape_2|reshape_3|rev|" +
|
248
|
+
"rev_append|rev_map|rev_map2|rewinddir|rgb|rhs_end|rhs_end_pos|rhs_start|" +
|
249
|
+
"rhs_start_pos|rindex|rindex_from|rlineto|rmdir|rmoveto|round_num|" +
|
250
|
+
"run_initializers|run_initializers_opt|scanf|search_backward|" +
|
251
|
+
"search_forward|seek_in|seek_out|select|self|self_init|send|sendto|set|" +
|
252
|
+
"set_all_formatter_output_functions|set_approx_printing|" +
|
253
|
+
"set_binary_mode_in|set_binary_mode_out|set_close_on_exec|" +
|
254
|
+
"set_close_on_exec|set_color|set_ellipsis_text|" +
|
255
|
+
"set_error_when_null_denominator|set_field|set_floating_precision|" +
|
256
|
+
"set_font|set_formatter_out_channel|set_formatter_output_functions|" +
|
257
|
+
"set_formatter_tag_functions|set_line_width|set_margin|set_mark_tags|" +
|
258
|
+
"set_max_boxes|set_max_indent|set_method|set_nonblock|set_nonblock|" +
|
259
|
+
"set_normalize_ratio|set_normalize_ratio_when_printing|set_print_tags|" +
|
260
|
+
"set_signal|set_state|set_tab|set_tag|set_tags|set_text_size|" +
|
261
|
+
"set_window_title|setgid|setgid|setitimer|setitimer|setsid|setsid|" +
|
262
|
+
"setsockopt|setsockopt|setsockopt_float|setsockopt_float|setsockopt_int|" +
|
263
|
+
"setsockopt_int|setsockopt_optint|setsockopt_optint|setuid|setuid|" +
|
264
|
+
"shift_left|shift_left|shift_left|shift_right|shift_right|shift_right|" +
|
265
|
+
"shift_right_logical|shift_right_logical|shift_right_logical|show_buckets|" +
|
266
|
+
"shutdown|shutdown|shutdown_connection|shutdown_connection|sigabrt|" +
|
267
|
+
"sigalrm|sigchld|sigcont|sigfpe|sighup|sigill|sigint|sigkill|sign_big_int|" +
|
268
|
+
"sign_num|signal|signal|sigpending|sigpending|sigpipe|sigprocmask|" +
|
269
|
+
"sigprocmask|sigprof|sigquit|sigsegv|sigstop|sigsuspend|sigsuspend|" +
|
270
|
+
"sigterm|sigtstp|sigttin|sigttou|sigusr1|sigusr2|sigvtalrm|sin|singleton|" +
|
271
|
+
"sinh|size|size|size_x|size_y|sleep|sleep|sleep|slice_left|slice_left|" +
|
272
|
+
"slice_left_1|slice_left_2|slice_right|slice_right|slice_right_1|" +
|
273
|
+
"slice_right_2|snd|socket|socket|socket|socketpair|socketpair|sort|sound|" +
|
274
|
+
"split|split_delim|sprintf|sprintf|sqrt|sqrt|sqrt_big_int|square_big_int|" +
|
275
|
+
"square_num|sscanf|stable_sort|stable_sort|stable_sort|stable_sort|stable_sort|" +
|
276
|
+
"stable_sort|stat|stat|stat|stat|stat|stats|stats|std_formatter|stdbuf|" +
|
277
|
+
"stderr|stderr|stderr|stdib|stdin|stdin|stdin|stdout|stdout|stdout|" +
|
278
|
+
"str_formatter|string|string_after|string_before|string_match|" +
|
279
|
+
"string_of_big_int|string_of_bool|string_of_float|string_of_format|" +
|
280
|
+
"string_of_inet_addr|string_of_inet_addr|string_of_int|string_of_num|" +
|
281
|
+
"string_partial_match|string_tag|sub|sub|sub_big_int|sub_left|sub_num|" +
|
282
|
+
"sub_right|subset|subset|substitute_first|substring|succ|succ|" +
|
283
|
+
"succ|succ|succ_big_int|succ_num|symbol_end|symbol_end_pos|symbol_start|" +
|
284
|
+
"symbol_start_pos|symlink|symlink|sync|synchronize|system|system|system|" +
|
285
|
+
"tag|take|tan|tanh|tcdrain|tcdrain|tcflow|tcflow|tcflush|tcflush|" +
|
286
|
+
"tcgetattr|tcgetattr|tcsendbreak|tcsendbreak|tcsetattr|tcsetattr|" +
|
287
|
+
"temp_file|text_size|time|time|time|timed_read|timed_write|times|times|" +
|
288
|
+
"tl|tl|tl|to_buffer|to_channel|to_float|to_hex|to_int|to_int32|to_list|" +
|
289
|
+
"to_list|to_list|to_nativeint|to_string|to_string|to_string|to_string|" +
|
290
|
+
"to_string|top|top|total_size|transfer|transp|truncate|truncate|truncate|" +
|
291
|
+
"truncate|truncate|truncate|try_lock|umask|umask|uncapitalize|uncapitalize|" +
|
292
|
+
"uncapitalize|union|union|unit_big_int|unlink|unlink|unlock|unmarshal|" +
|
293
|
+
"unsafe_blit|unsafe_fill|unsafe_get|unsafe_get|unsafe_set|unsafe_set|" +
|
294
|
+
"update|uppercase|uppercase|uppercase|uppercase|usage|utimes|utimes|wait|" +
|
295
|
+
"wait|wait|wait|wait_next_event|wait_pid|wait_read|wait_signal|" +
|
296
|
+
"wait_timed_read|wait_timed_write|wait_write|waitpid|white|" +
|
297
|
+
"widen|window_id|word_size|wrap|wrap_abort|write|yellow|yield|zero|zero_big_int|" +
|
298
|
+
|
299
|
+
"Arg|Arith_status|Array|Array1|Array2|Array3|ArrayLabels|Big_int|Bigarray|" +
|
300
|
+
"Buffer|Callback|CamlinternalOO|Char|Complex|Condition|Dbm|Digest|Dynlink|" +
|
301
|
+
"Event|Filename|Format|Gc|Genarray|Genlex|Graphics|GraphicsX11|Hashtbl|" +
|
302
|
+
"Int32|Int64|LargeFile|Lazy|Lexing|List|ListLabels|Make|Map|Marshal|" +
|
303
|
+
"MoreLabels|Mutex|Nativeint|Num|Obj|Oo|Parsing|Pervasives|Printexc|" +
|
304
|
+
"Printf|Queue|Random|Scanf|Scanning|Set|Sort|Stack|State|StdLabels|Str|" +
|
305
|
+
"Stream|String|StringLabels|Sys|Thread|ThreadUnix|Tk|Unix|UnixLabels|Weak"
|
306
|
+
).split("|"));
|
307
|
+
|
308
|
+
var decimalInteger = "(?:(?:[1-9]\\d*)|(?:0))";
|
309
|
+
var octInteger = "(?:0[oO]?[0-7]+)";
|
310
|
+
var hexInteger = "(?:0[xX][\\dA-Fa-f]+)";
|
311
|
+
var binInteger = "(?:0[bB][01]+)";
|
312
|
+
var integer = "(?:" + decimalInteger + "|" + octInteger + "|" + hexInteger + "|" + binInteger + ")";
|
313
|
+
|
314
|
+
var exponent = "(?:[eE][+-]?\\d+)";
|
315
|
+
var fraction = "(?:\\.\\d+)";
|
316
|
+
var intPart = "(?:\\d+)";
|
317
|
+
var pointFloat = "(?:(?:" + intPart + "?" + fraction + ")|(?:" + intPart + "\\.))";
|
318
|
+
var exponentFloat = "(?:(?:" + pointFloat + "|" + intPart + ")" + exponent + ")";
|
319
|
+
var floatNumber = "(?:" + exponentFloat + "|" + pointFloat + ")";
|
320
|
+
|
321
|
+
this.$rules = {
|
322
|
+
"start" : [
|
323
|
+
{
|
324
|
+
token : "comment",
|
325
|
+
regex : '\\(\\*.*?\\*\\)\\s*?$'
|
326
|
+
},
|
327
|
+
{
|
328
|
+
token : "comment",
|
329
|
+
merge : true,
|
330
|
+
regex : '\\(\\*.*',
|
331
|
+
next : "comment"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
token : "string", // single line
|
335
|
+
regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
336
|
+
},
|
337
|
+
{
|
338
|
+
token : "string", // single char
|
339
|
+
regex : "'.'"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
token : "string", // " string
|
343
|
+
merge : true,
|
344
|
+
regex : '"',
|
345
|
+
next : "qstring"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
token : "constant.numeric", // imaginary
|
349
|
+
regex : "(?:" + floatNumber + "|\\d+)[jJ]\\b"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
token : "constant.numeric", // float
|
353
|
+
regex : floatNumber
|
354
|
+
},
|
355
|
+
{
|
356
|
+
token : "constant.numeric", // integer
|
357
|
+
regex : integer + "\\b"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
token : function(value) {
|
361
|
+
if (keywords.hasOwnProperty(value))
|
362
|
+
return "keyword";
|
363
|
+
else if (builtinConstants.hasOwnProperty(value))
|
364
|
+
return "constant.language";
|
365
|
+
else if (builtinFunctions.hasOwnProperty(value))
|
366
|
+
return "support.function";
|
367
|
+
else
|
368
|
+
return "identifier";
|
369
|
+
},
|
370
|
+
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
token : "keyword.operator",
|
374
|
+
regex : "\\+\\.|\\-\\.|\\*\\.|\\/\\.|#|;;|\\+|\\-|\\*|\\*\\*\\/|\\/\\/|%|<<|>>|&|\\||\\^|~|<|>|<=|=>|==|!=|<>|<-|="
|
375
|
+
},
|
376
|
+
{
|
377
|
+
token : "paren.lparen",
|
378
|
+
regex : "[[({]"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
token : "paren.rparen",
|
382
|
+
regex : "[\\])}]"
|
383
|
+
},
|
384
|
+
{
|
385
|
+
token : "text",
|
386
|
+
regex : "\\s+"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"comment" : [
|
390
|
+
{
|
391
|
+
token : "comment", // closing comment
|
392
|
+
regex : ".*?\\*\\)",
|
393
|
+
next : "start"
|
394
|
+
},
|
395
|
+
{
|
396
|
+
token : "comment", // comment spanning whole line
|
397
|
+
merge : true,
|
398
|
+
regex : ".+"
|
399
|
+
}
|
400
|
+
],
|
401
|
+
|
402
|
+
"qstring" : [
|
403
|
+
{
|
404
|
+
token : "string",
|
405
|
+
regex : '"',
|
406
|
+
next : "start"
|
407
|
+
}, {
|
408
|
+
token : "string",
|
409
|
+
merge : true,
|
410
|
+
regex : '.+'
|
411
|
+
}
|
412
|
+
]
|
413
|
+
};
|
414
|
+
};
|
415
|
+
|
416
|
+
oop.inherits(OcamlHighlightRules, TextHighlightRules);
|
417
|
+
|
418
|
+
exports.OcamlHighlightRules = OcamlHighlightRules;
|
419
|
+
});
|
420
|
+
|
421
|
+
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
422
|
+
|
423
|
+
|
424
|
+
var Range = require("../range").Range;
|
425
|
+
|
426
|
+
var MatchingBraceOutdent = function() {};
|
427
|
+
|
428
|
+
(function() {
|
429
|
+
|
430
|
+
this.checkOutdent = function(line, input) {
|
431
|
+
if (! /^\s+$/.test(line))
|
432
|
+
return false;
|
433
|
+
|
434
|
+
return /^\s*\}/.test(input);
|
435
|
+
};
|
436
|
+
|
437
|
+
this.autoOutdent = function(doc, row) {
|
438
|
+
var line = doc.getLine(row);
|
439
|
+
var match = line.match(/^(\s*\})/);
|
440
|
+
|
441
|
+
if (!match) return 0;
|
442
|
+
|
443
|
+
var column = match[1].length;
|
444
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
445
|
+
|
446
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
447
|
+
|
448
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
449
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
450
|
+
};
|
451
|
+
|
452
|
+
this.$getIndent = function(line) {
|
453
|
+
var match = line.match(/^(\s+)/);
|
454
|
+
if (match) {
|
455
|
+
return match[1];
|
456
|
+
}
|
457
|
+
|
458
|
+
return "";
|
459
|
+
};
|
460
|
+
|
461
|
+
}).call(MatchingBraceOutdent.prototype);
|
462
|
+
|
463
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
464
|
+
});
|