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/ruby",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/ruby_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("./ruby_highlight_rules").RubyHighlightRules,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),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)#/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var h=new i(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);h.start.row=g,h.end.row=g,h.end.column=k[0].length,b.replace(h,k[1])}}else b.indentRows(c,d,"#")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var g=b.match(/^.*[\{\(\[]\s*$/);g&&(d+=c)}return 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/ruby_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("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|validates_inclusion_of|validates_numericality_of|validates_with|validates_each|authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|cache|expire_fragment|expire_cache_for|observe|cache_sweeper|has_many|has_one|belongs_to|has_and_belongs_to_many".split("|")),b=e.arrayToMap("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield".split("|")),c=e.arrayToMap("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING".split("|")),d=e.arrayToMap("$DEBUG|$defout|$FILENAME|$LOAD_PATH|$SAFE|$stdin|$stdout|$stderr|$VERBOSE|$!|root_url|flash|session|cookies|params|request|response|logger".split("|"));this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"comment",merge:!0,regex:"^=begin$",next:"comment"},{token:"string.regexp",regex:"[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",regex:"[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"},{token:"text",regex:"::"},{token:"variable.instancce",regex:"@{1,2}(?:[a-zA-Z_]|d)+"},{token:"variable.class",regex:"[A-Z](?:[a-zA-Z_]|d)+"},{token:"string",regex:"[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"},{token:"constant.numeric",regex:"[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"},{token:function(e){return e=="self"?"variable.language":b.hasOwnProperty(e)?"keyword":c.hasOwnProperty(e)?"constant.language":d.hasOwnProperty(e)?"variable.language":a.hasOwnProperty(e)?"support.function":e=="debugger"?"invalid.deprecated":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:"^=end$",next:"start"},{token:"comment",merge:!0,regex:".+"}]}};d.inherits(g,f),b.RubyHighlightRules=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,391 +0,0 @@
|
|
1
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
-
*
|
4
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
-
* the License. You may obtain a copy of the License at
|
7
|
-
* http://www.mozilla.org/MPL/
|
8
|
-
*
|
9
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
-
* for the specific language governing rights and limitations under the
|
12
|
-
* License.
|
13
|
-
*
|
14
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
-
*
|
16
|
-
* The Initial Developer of the Original Code is
|
17
|
-
* Ajax.org B.V.
|
18
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
-
* the Initial Developer. All Rights Reserved.
|
20
|
-
*
|
21
|
-
* Contributor(s):
|
22
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
23
|
-
* Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
|
24
|
-
*
|
25
|
-
* Alternatively, the contents of this file may be used under the terms of
|
26
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
27
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
28
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
29
|
-
* of those above. If you wish to allow use of your version of this file only
|
30
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
31
|
-
* use your version of this file under the terms of the MPL, indicate your
|
32
|
-
* decision by deleting the provisions above and replace them with the notice
|
33
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
34
|
-
* the provisions above, a recipient may use your version of this file under
|
35
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
36
|
-
*
|
37
|
-
* ***** END LICENSE BLOCK ***** */
|
38
|
-
|
39
|
-
ace.define('ace/mode/ruby', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/ruby_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
|
40
|
-
"use strict";
|
41
|
-
|
42
|
-
var oop = require("../lib/oop");
|
43
|
-
var TextMode = require("./text").Mode;
|
44
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
45
|
-
var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
|
46
|
-
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
47
|
-
var Range = require("../range").Range;
|
48
|
-
|
49
|
-
var Mode = function() {
|
50
|
-
this.$tokenizer = new Tokenizer(new RubyHighlightRules().getRules());
|
51
|
-
this.$outdent = new MatchingBraceOutdent();
|
52
|
-
};
|
53
|
-
oop.inherits(Mode, TextMode);
|
54
|
-
|
55
|
-
(function() {
|
56
|
-
|
57
|
-
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
58
|
-
var outdent = true;
|
59
|
-
var re = /^(\s*)#/;
|
60
|
-
|
61
|
-
for (var i=startRow; i<= endRow; i++) {
|
62
|
-
if (!re.test(doc.getLine(i))) {
|
63
|
-
outdent = false;
|
64
|
-
break;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
|
68
|
-
if (outdent) {
|
69
|
-
var deleteRange = new Range(0, 0, 0, 0);
|
70
|
-
for (var i=startRow; i<= endRow; i++)
|
71
|
-
{
|
72
|
-
var line = doc.getLine(i);
|
73
|
-
var m = line.match(re);
|
74
|
-
deleteRange.start.row = i;
|
75
|
-
deleteRange.end.row = i;
|
76
|
-
deleteRange.end.column = m[0].length;
|
77
|
-
doc.replace(deleteRange, m[1]);
|
78
|
-
}
|
79
|
-
}
|
80
|
-
else {
|
81
|
-
doc.indentRows(startRow, endRow, "#");
|
82
|
-
}
|
83
|
-
};
|
84
|
-
|
85
|
-
this.getNextLineIndent = function(state, line, tab) {
|
86
|
-
var indent = this.$getIndent(line);
|
87
|
-
|
88
|
-
var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
|
89
|
-
var tokens = tokenizedLine.tokens;
|
90
|
-
|
91
|
-
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
92
|
-
return indent;
|
93
|
-
}
|
94
|
-
|
95
|
-
if (state == "start") {
|
96
|
-
var match = line.match(/^.*[\{\(\[]\s*$/);
|
97
|
-
if (match) {
|
98
|
-
indent += tab;
|
99
|
-
}
|
100
|
-
}
|
101
|
-
|
102
|
-
return indent;
|
103
|
-
};
|
104
|
-
|
105
|
-
this.checkOutdent = function(state, line, input) {
|
106
|
-
return this.$outdent.checkOutdent(line, input);
|
107
|
-
};
|
108
|
-
|
109
|
-
this.autoOutdent = function(state, doc, row) {
|
110
|
-
this.$outdent.autoOutdent(doc, row);
|
111
|
-
};
|
112
|
-
|
113
|
-
}).call(Mode.prototype);
|
114
|
-
|
115
|
-
exports.Mode = Mode;
|
116
|
-
});
|
117
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
118
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
119
|
-
*
|
120
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
121
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
122
|
-
* the License. You may obtain a copy of the License at
|
123
|
-
* http://www.mozilla.org/MPL/
|
124
|
-
*
|
125
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
126
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
127
|
-
* for the specific language governing rights and limitations under the
|
128
|
-
* License.
|
129
|
-
*
|
130
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
131
|
-
*
|
132
|
-
* The Initial Developer of the Original Code is
|
133
|
-
* Ajax.org B.V.
|
134
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
135
|
-
* the Initial Developer. All Rights Reserved.
|
136
|
-
*
|
137
|
-
* Contributor(s):
|
138
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
139
|
-
* Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
|
140
|
-
*
|
141
|
-
* Alternatively, the contents of this file may be used under the terms of
|
142
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
143
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
144
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
145
|
-
* of those above. If you wish to allow use of your version of this file only
|
146
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
147
|
-
* use your version of this file under the terms of the MPL, indicate your
|
148
|
-
* decision by deleting the provisions above and replace them with the notice
|
149
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
150
|
-
* the provisions above, a recipient may use your version of this file under
|
151
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
152
|
-
*
|
153
|
-
* ***** END LICENSE BLOCK ***** */
|
154
|
-
|
155
|
-
ace.define('ace/mode/ruby_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
156
|
-
"use strict";
|
157
|
-
|
158
|
-
var oop = require("../lib/oop");
|
159
|
-
var lang = require("../lib/lang");
|
160
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
161
|
-
|
162
|
-
var RubyHighlightRules = function() {
|
163
|
-
|
164
|
-
var builtinFunctions = lang.arrayToMap(
|
165
|
-
("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
|
166
|
-
"assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
|
167
|
-
"assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
|
168
|
-
"assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
|
169
|
-
"assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
|
170
|
-
"assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
|
171
|
-
"attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
|
172
|
-
"caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
|
173
|
-
"exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
|
174
|
-
"gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|" +
|
175
|
-
"link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
|
176
|
-
"p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
|
177
|
-
"raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
|
178
|
-
"set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
|
179
|
-
"throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
|
180
|
-
"render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
|
181
|
-
"content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
|
182
|
-
"fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
|
183
|
-
"time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
|
184
|
-
"select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
|
185
|
-
"file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
|
186
|
-
"protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
|
187
|
-
"send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
|
188
|
-
"validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
|
189
|
-
"validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
|
190
|
-
"authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
|
191
|
-
"filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
|
192
|
-
"translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|" +
|
193
|
-
"cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
|
194
|
-
"has_many|has_one|belongs_to|has_and_belongs_to_many").split("|")
|
195
|
-
);
|
196
|
-
|
197
|
-
var keywords = lang.arrayToMap(
|
198
|
-
("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
|
199
|
-
"__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
|
200
|
-
"redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield").split("|")
|
201
|
-
);
|
202
|
-
|
203
|
-
var buildinConstants = lang.arrayToMap(
|
204
|
-
("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
|
205
|
-
"RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING").split("|")
|
206
|
-
);
|
207
|
-
|
208
|
-
var builtinVariables = lang.arrayToMap(
|
209
|
-
("\$DEBUG|\$defout|\$FILENAME|\$LOAD_PATH|\$SAFE|\$stdin|\$stdout|\$stderr|\$VERBOSE|" +
|
210
|
-
"$!|root_url|flash|session|cookies|params|request|response|logger").split("|")
|
211
|
-
);
|
212
|
-
|
213
|
-
// regexp must not have capturing parentheses. Use (?:) instead.
|
214
|
-
// regexps are ordered -> the first match is used
|
215
|
-
|
216
|
-
this.$rules = {
|
217
|
-
"start" : [
|
218
|
-
{
|
219
|
-
token : "comment",
|
220
|
-
regex : "#.*$"
|
221
|
-
}, {
|
222
|
-
token : "comment", // multi line comment
|
223
|
-
merge : true,
|
224
|
-
regex : "^\=begin$",
|
225
|
-
next : "comment"
|
226
|
-
}, {
|
227
|
-
token : "string.regexp",
|
228
|
-
regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
|
229
|
-
}, {
|
230
|
-
token : "string", // single line
|
231
|
-
regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
232
|
-
}, {
|
233
|
-
token : "string", // single line
|
234
|
-
regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
|
235
|
-
}, {
|
236
|
-
token : "string", // backtick string
|
237
|
-
regex : "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
|
238
|
-
}, {
|
239
|
-
token : "text", // namespaces aren't symbols
|
240
|
-
regex : "::"
|
241
|
-
}, {
|
242
|
-
token : "variable.instancce", // instance variable
|
243
|
-
regex : "@{1,2}(?:[a-zA-Z_]|\d)+"
|
244
|
-
}, {
|
245
|
-
token : "variable.class", // class name
|
246
|
-
regex : "[A-Z](?:[a-zA-Z_]|\d)+"
|
247
|
-
}, {
|
248
|
-
token : "string", // symbol
|
249
|
-
regex : "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
|
250
|
-
}, {
|
251
|
-
token : "constant.numeric", // hex
|
252
|
-
regex : "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
|
253
|
-
}, {
|
254
|
-
token : "constant.numeric", // float
|
255
|
-
regex : "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"
|
256
|
-
}, {
|
257
|
-
token : "constant.language.boolean",
|
258
|
-
regex : "(?:true|false)\\b"
|
259
|
-
}, {
|
260
|
-
token : function(value) {
|
261
|
-
if (value == "self")
|
262
|
-
return "variable.language";
|
263
|
-
else if (keywords.hasOwnProperty(value))
|
264
|
-
return "keyword";
|
265
|
-
else if (buildinConstants.hasOwnProperty(value))
|
266
|
-
return "constant.language";
|
267
|
-
else if (builtinVariables.hasOwnProperty(value))
|
268
|
-
return "variable.language";
|
269
|
-
else if (builtinFunctions.hasOwnProperty(value))
|
270
|
-
return "support.function";
|
271
|
-
else if (value == "debugger")
|
272
|
-
return "invalid.deprecated";
|
273
|
-
else
|
274
|
-
return "identifier";
|
275
|
-
},
|
276
|
-
// TODO: Unicode escape sequences
|
277
|
-
// TODO: Unicode identifiers
|
278
|
-
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
279
|
-
}, {
|
280
|
-
token : "keyword.operator",
|
281
|
-
regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"
|
282
|
-
}, {
|
283
|
-
token : "paren.lparen",
|
284
|
-
regex : "[[({]"
|
285
|
-
}, {
|
286
|
-
token : "paren.rparen",
|
287
|
-
regex : "[\\])}]"
|
288
|
-
}, {
|
289
|
-
token : "text",
|
290
|
-
regex : "\\s+"
|
291
|
-
}
|
292
|
-
],
|
293
|
-
"comment" : [
|
294
|
-
{
|
295
|
-
token : "comment", // closing comment
|
296
|
-
regex : "^\=end$",
|
297
|
-
next : "start"
|
298
|
-
}, {
|
299
|
-
token : "comment", // comment spanning whole line
|
300
|
-
merge : true,
|
301
|
-
regex : ".+"
|
302
|
-
}
|
303
|
-
]
|
304
|
-
};
|
305
|
-
};
|
306
|
-
|
307
|
-
oop.inherits(RubyHighlightRules, TextHighlightRules);
|
308
|
-
|
309
|
-
exports.RubyHighlightRules = RubyHighlightRules;
|
310
|
-
});
|
311
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
312
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
313
|
-
*
|
314
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
315
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
316
|
-
* the License. You may obtain a copy of the License at
|
317
|
-
* http://www.mozilla.org/MPL/
|
318
|
-
*
|
319
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
320
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
321
|
-
* for the specific language governing rights and limitations under the
|
322
|
-
* License.
|
323
|
-
*
|
324
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
325
|
-
*
|
326
|
-
* The Initial Developer of the Original Code is
|
327
|
-
* Ajax.org B.V.
|
328
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
329
|
-
* the Initial Developer. All Rights Reserved.
|
330
|
-
*
|
331
|
-
* Contributor(s):
|
332
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
333
|
-
*
|
334
|
-
* Alternatively, the contents of this file may be used under the terms of
|
335
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
336
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
337
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
338
|
-
* of those above. If you wish to allow use of your version of this file only
|
339
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
340
|
-
* use your version of this file under the terms of the MPL, indicate your
|
341
|
-
* decision by deleting the provisions above and replace them with the notice
|
342
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
343
|
-
* the provisions above, a recipient may use your version of this file under
|
344
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
345
|
-
*
|
346
|
-
* ***** END LICENSE BLOCK ***** */
|
347
|
-
|
348
|
-
ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
349
|
-
"use strict";
|
350
|
-
|
351
|
-
var Range = require("../range").Range;
|
352
|
-
|
353
|
-
var MatchingBraceOutdent = function() {};
|
354
|
-
|
355
|
-
(function() {
|
356
|
-
|
357
|
-
this.checkOutdent = function(line, input) {
|
358
|
-
if (! /^\s+$/.test(line))
|
359
|
-
return false;
|
360
|
-
|
361
|
-
return /^\s*\}/.test(input);
|
362
|
-
};
|
363
|
-
|
364
|
-
this.autoOutdent = function(doc, row) {
|
365
|
-
var line = doc.getLine(row);
|
366
|
-
var match = line.match(/^(\s*\})/);
|
367
|
-
|
368
|
-
if (!match) return 0;
|
369
|
-
|
370
|
-
var column = match[1].length;
|
371
|
-
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
372
|
-
|
373
|
-
if (!openBracePos || openBracePos.row == row) return 0;
|
374
|
-
|
375
|
-
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
376
|
-
doc.replace(new Range(row, 0, row, column-1), indent);
|
377
|
-
};
|
378
|
-
|
379
|
-
this.$getIndent = function(line) {
|
380
|
-
var match = line.match(/^(\s+)/);
|
381
|
-
if (match) {
|
382
|
-
return match[1];
|
383
|
-
}
|
384
|
-
|
385
|
-
return "";
|
386
|
-
};
|
387
|
-
|
388
|
-
}).call(MatchingBraceOutdent.prototype);
|
389
|
-
|
390
|
-
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
391
|
-
});
|
@@ -1,391 +0,0 @@
|
|
1
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
-
*
|
4
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
-
* the License. You may obtain a copy of the License at
|
7
|
-
* http://www.mozilla.org/MPL/
|
8
|
-
*
|
9
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
-
* for the specific language governing rights and limitations under the
|
12
|
-
* License.
|
13
|
-
*
|
14
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
-
*
|
16
|
-
* The Initial Developer of the Original Code is
|
17
|
-
* Ajax.org B.V.
|
18
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
-
* the Initial Developer. All Rights Reserved.
|
20
|
-
*
|
21
|
-
* Contributor(s):
|
22
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
23
|
-
* Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
|
24
|
-
*
|
25
|
-
* Alternatively, the contents of this file may be used under the terms of
|
26
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
27
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
28
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
29
|
-
* of those above. If you wish to allow use of your version of this file only
|
30
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
31
|
-
* use your version of this file under the terms of the MPL, indicate your
|
32
|
-
* decision by deleting the provisions above and replace them with the notice
|
33
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
34
|
-
* the provisions above, a recipient may use your version of this file under
|
35
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
36
|
-
*
|
37
|
-
* ***** END LICENSE BLOCK ***** */
|
38
|
-
|
39
|
-
define('ace/mode/ruby', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/ruby_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
|
40
|
-
"use strict";
|
41
|
-
|
42
|
-
var oop = require("../lib/oop");
|
43
|
-
var TextMode = require("./text").Mode;
|
44
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
45
|
-
var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
|
46
|
-
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
47
|
-
var Range = require("../range").Range;
|
48
|
-
|
49
|
-
var Mode = function() {
|
50
|
-
this.$tokenizer = new Tokenizer(new RubyHighlightRules().getRules());
|
51
|
-
this.$outdent = new MatchingBraceOutdent();
|
52
|
-
};
|
53
|
-
oop.inherits(Mode, TextMode);
|
54
|
-
|
55
|
-
(function() {
|
56
|
-
|
57
|
-
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
58
|
-
var outdent = true;
|
59
|
-
var re = /^(\s*)#/;
|
60
|
-
|
61
|
-
for (var i=startRow; i<= endRow; i++) {
|
62
|
-
if (!re.test(doc.getLine(i))) {
|
63
|
-
outdent = false;
|
64
|
-
break;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
|
68
|
-
if (outdent) {
|
69
|
-
var deleteRange = new Range(0, 0, 0, 0);
|
70
|
-
for (var i=startRow; i<= endRow; i++)
|
71
|
-
{
|
72
|
-
var line = doc.getLine(i);
|
73
|
-
var m = line.match(re);
|
74
|
-
deleteRange.start.row = i;
|
75
|
-
deleteRange.end.row = i;
|
76
|
-
deleteRange.end.column = m[0].length;
|
77
|
-
doc.replace(deleteRange, m[1]);
|
78
|
-
}
|
79
|
-
}
|
80
|
-
else {
|
81
|
-
doc.indentRows(startRow, endRow, "#");
|
82
|
-
}
|
83
|
-
};
|
84
|
-
|
85
|
-
this.getNextLineIndent = function(state, line, tab) {
|
86
|
-
var indent = this.$getIndent(line);
|
87
|
-
|
88
|
-
var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
|
89
|
-
var tokens = tokenizedLine.tokens;
|
90
|
-
|
91
|
-
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
92
|
-
return indent;
|
93
|
-
}
|
94
|
-
|
95
|
-
if (state == "start") {
|
96
|
-
var match = line.match(/^.*[\{\(\[]\s*$/);
|
97
|
-
if (match) {
|
98
|
-
indent += tab;
|
99
|
-
}
|
100
|
-
}
|
101
|
-
|
102
|
-
return indent;
|
103
|
-
};
|
104
|
-
|
105
|
-
this.checkOutdent = function(state, line, input) {
|
106
|
-
return this.$outdent.checkOutdent(line, input);
|
107
|
-
};
|
108
|
-
|
109
|
-
this.autoOutdent = function(state, doc, row) {
|
110
|
-
this.$outdent.autoOutdent(doc, row);
|
111
|
-
};
|
112
|
-
|
113
|
-
}).call(Mode.prototype);
|
114
|
-
|
115
|
-
exports.Mode = Mode;
|
116
|
-
});
|
117
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
118
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
119
|
-
*
|
120
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
121
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
122
|
-
* the License. You may obtain a copy of the License at
|
123
|
-
* http://www.mozilla.org/MPL/
|
124
|
-
*
|
125
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
126
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
127
|
-
* for the specific language governing rights and limitations under the
|
128
|
-
* License.
|
129
|
-
*
|
130
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
131
|
-
*
|
132
|
-
* The Initial Developer of the Original Code is
|
133
|
-
* Ajax.org B.V.
|
134
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
135
|
-
* the Initial Developer. All Rights Reserved.
|
136
|
-
*
|
137
|
-
* Contributor(s):
|
138
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
139
|
-
* Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
|
140
|
-
*
|
141
|
-
* Alternatively, the contents of this file may be used under the terms of
|
142
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
143
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
144
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
145
|
-
* of those above. If you wish to allow use of your version of this file only
|
146
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
147
|
-
* use your version of this file under the terms of the MPL, indicate your
|
148
|
-
* decision by deleting the provisions above and replace them with the notice
|
149
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
150
|
-
* the provisions above, a recipient may use your version of this file under
|
151
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
152
|
-
*
|
153
|
-
* ***** END LICENSE BLOCK ***** */
|
154
|
-
|
155
|
-
define('ace/mode/ruby_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
156
|
-
"use strict";
|
157
|
-
|
158
|
-
var oop = require("../lib/oop");
|
159
|
-
var lang = require("../lib/lang");
|
160
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
161
|
-
|
162
|
-
var RubyHighlightRules = function() {
|
163
|
-
|
164
|
-
var builtinFunctions = lang.arrayToMap(
|
165
|
-
("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
|
166
|
-
"assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
|
167
|
-
"assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
|
168
|
-
"assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
|
169
|
-
"assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
|
170
|
-
"assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
|
171
|
-
"attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
|
172
|
-
"caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
|
173
|
-
"exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
|
174
|
-
"gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|" +
|
175
|
-
"link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
|
176
|
-
"p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
|
177
|
-
"raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
|
178
|
-
"set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
|
179
|
-
"throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
|
180
|
-
"render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
|
181
|
-
"content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
|
182
|
-
"fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
|
183
|
-
"time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
|
184
|
-
"select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
|
185
|
-
"file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
|
186
|
-
"protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
|
187
|
-
"send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
|
188
|
-
"validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
|
189
|
-
"validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
|
190
|
-
"authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
|
191
|
-
"filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
|
192
|
-
"translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|" +
|
193
|
-
"cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
|
194
|
-
"has_many|has_one|belongs_to|has_and_belongs_to_many").split("|")
|
195
|
-
);
|
196
|
-
|
197
|
-
var keywords = lang.arrayToMap(
|
198
|
-
("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
|
199
|
-
"__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
|
200
|
-
"redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield").split("|")
|
201
|
-
);
|
202
|
-
|
203
|
-
var buildinConstants = lang.arrayToMap(
|
204
|
-
("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
|
205
|
-
"RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING").split("|")
|
206
|
-
);
|
207
|
-
|
208
|
-
var builtinVariables = lang.arrayToMap(
|
209
|
-
("\$DEBUG|\$defout|\$FILENAME|\$LOAD_PATH|\$SAFE|\$stdin|\$stdout|\$stderr|\$VERBOSE|" +
|
210
|
-
"$!|root_url|flash|session|cookies|params|request|response|logger").split("|")
|
211
|
-
);
|
212
|
-
|
213
|
-
// regexp must not have capturing parentheses. Use (?:) instead.
|
214
|
-
// regexps are ordered -> the first match is used
|
215
|
-
|
216
|
-
this.$rules = {
|
217
|
-
"start" : [
|
218
|
-
{
|
219
|
-
token : "comment",
|
220
|
-
regex : "#.*$"
|
221
|
-
}, {
|
222
|
-
token : "comment", // multi line comment
|
223
|
-
merge : true,
|
224
|
-
regex : "^\=begin$",
|
225
|
-
next : "comment"
|
226
|
-
}, {
|
227
|
-
token : "string.regexp",
|
228
|
-
regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
|
229
|
-
}, {
|
230
|
-
token : "string", // single line
|
231
|
-
regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
232
|
-
}, {
|
233
|
-
token : "string", // single line
|
234
|
-
regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
|
235
|
-
}, {
|
236
|
-
token : "string", // backtick string
|
237
|
-
regex : "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
|
238
|
-
}, {
|
239
|
-
token : "text", // namespaces aren't symbols
|
240
|
-
regex : "::"
|
241
|
-
}, {
|
242
|
-
token : "variable.instancce", // instance variable
|
243
|
-
regex : "@{1,2}(?:[a-zA-Z_]|\d)+"
|
244
|
-
}, {
|
245
|
-
token : "variable.class", // class name
|
246
|
-
regex : "[A-Z](?:[a-zA-Z_]|\d)+"
|
247
|
-
}, {
|
248
|
-
token : "string", // symbol
|
249
|
-
regex : "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
|
250
|
-
}, {
|
251
|
-
token : "constant.numeric", // hex
|
252
|
-
regex : "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
|
253
|
-
}, {
|
254
|
-
token : "constant.numeric", // float
|
255
|
-
regex : "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"
|
256
|
-
}, {
|
257
|
-
token : "constant.language.boolean",
|
258
|
-
regex : "(?:true|false)\\b"
|
259
|
-
}, {
|
260
|
-
token : function(value) {
|
261
|
-
if (value == "self")
|
262
|
-
return "variable.language";
|
263
|
-
else if (keywords.hasOwnProperty(value))
|
264
|
-
return "keyword";
|
265
|
-
else if (buildinConstants.hasOwnProperty(value))
|
266
|
-
return "constant.language";
|
267
|
-
else if (builtinVariables.hasOwnProperty(value))
|
268
|
-
return "variable.language";
|
269
|
-
else if (builtinFunctions.hasOwnProperty(value))
|
270
|
-
return "support.function";
|
271
|
-
else if (value == "debugger")
|
272
|
-
return "invalid.deprecated";
|
273
|
-
else
|
274
|
-
return "identifier";
|
275
|
-
},
|
276
|
-
// TODO: Unicode escape sequences
|
277
|
-
// TODO: Unicode identifiers
|
278
|
-
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
279
|
-
}, {
|
280
|
-
token : "keyword.operator",
|
281
|
-
regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"
|
282
|
-
}, {
|
283
|
-
token : "paren.lparen",
|
284
|
-
regex : "[[({]"
|
285
|
-
}, {
|
286
|
-
token : "paren.rparen",
|
287
|
-
regex : "[\\])}]"
|
288
|
-
}, {
|
289
|
-
token : "text",
|
290
|
-
regex : "\\s+"
|
291
|
-
}
|
292
|
-
],
|
293
|
-
"comment" : [
|
294
|
-
{
|
295
|
-
token : "comment", // closing comment
|
296
|
-
regex : "^\=end$",
|
297
|
-
next : "start"
|
298
|
-
}, {
|
299
|
-
token : "comment", // comment spanning whole line
|
300
|
-
merge : true,
|
301
|
-
regex : ".+"
|
302
|
-
}
|
303
|
-
]
|
304
|
-
};
|
305
|
-
};
|
306
|
-
|
307
|
-
oop.inherits(RubyHighlightRules, TextHighlightRules);
|
308
|
-
|
309
|
-
exports.RubyHighlightRules = RubyHighlightRules;
|
310
|
-
});
|
311
|
-
/* ***** BEGIN LICENSE BLOCK *****
|
312
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
313
|
-
*
|
314
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
315
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
316
|
-
* the License. You may obtain a copy of the License at
|
317
|
-
* http://www.mozilla.org/MPL/
|
318
|
-
*
|
319
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
320
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
321
|
-
* for the specific language governing rights and limitations under the
|
322
|
-
* License.
|
323
|
-
*
|
324
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
325
|
-
*
|
326
|
-
* The Initial Developer of the Original Code is
|
327
|
-
* Ajax.org B.V.
|
328
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
329
|
-
* the Initial Developer. All Rights Reserved.
|
330
|
-
*
|
331
|
-
* Contributor(s):
|
332
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
333
|
-
*
|
334
|
-
* Alternatively, the contents of this file may be used under the terms of
|
335
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
336
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
337
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
338
|
-
* of those above. If you wish to allow use of your version of this file only
|
339
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
340
|
-
* use your version of this file under the terms of the MPL, indicate your
|
341
|
-
* decision by deleting the provisions above and replace them with the notice
|
342
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
343
|
-
* the provisions above, a recipient may use your version of this file under
|
344
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
345
|
-
*
|
346
|
-
* ***** END LICENSE BLOCK ***** */
|
347
|
-
|
348
|
-
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
349
|
-
"use strict";
|
350
|
-
|
351
|
-
var Range = require("../range").Range;
|
352
|
-
|
353
|
-
var MatchingBraceOutdent = function() {};
|
354
|
-
|
355
|
-
(function() {
|
356
|
-
|
357
|
-
this.checkOutdent = function(line, input) {
|
358
|
-
if (! /^\s+$/.test(line))
|
359
|
-
return false;
|
360
|
-
|
361
|
-
return /^\s*\}/.test(input);
|
362
|
-
};
|
363
|
-
|
364
|
-
this.autoOutdent = function(doc, row) {
|
365
|
-
var line = doc.getLine(row);
|
366
|
-
var match = line.match(/^(\s*\})/);
|
367
|
-
|
368
|
-
if (!match) return 0;
|
369
|
-
|
370
|
-
var column = match[1].length;
|
371
|
-
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
372
|
-
|
373
|
-
if (!openBracePos || openBracePos.row == row) return 0;
|
374
|
-
|
375
|
-
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
376
|
-
doc.replace(new Range(row, 0, row, column-1), indent);
|
377
|
-
};
|
378
|
-
|
379
|
-
this.$getIndent = function(line) {
|
380
|
-
var match = line.match(/^(\s+)/);
|
381
|
-
if (match) {
|
382
|
-
return match[1];
|
383
|
-
}
|
384
|
-
|
385
|
-
return "";
|
386
|
-
};
|
387
|
-
|
388
|
-
}).call(MatchingBraceOutdent.prototype);
|
389
|
-
|
390
|
-
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
391
|
-
});
|