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 +1,364 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
      
 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 
     | 
    
         
            +
             *      Carin Meier
         
     | 
| 
      
 25 
     | 
    
         
            +
             *
         
     | 
| 
      
 26 
     | 
    
         
            +
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
      
 27 
     | 
    
         
            +
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
      
 28 
     | 
    
         
            +
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
      
 29 
     | 
    
         
            +
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
      
 30 
     | 
    
         
            +
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
      
 31 
     | 
    
         
            +
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
      
 32 
     | 
    
         
            +
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
      
 33 
     | 
    
         
            +
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
      
 34 
     | 
    
         
            +
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
      
 35 
     | 
    
         
            +
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
      
 36 
     | 
    
         
            +
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
      
 37 
     | 
    
         
            +
             *
         
     | 
| 
      
 38 
     | 
    
         
            +
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            define('ace/mode/clojure', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/clojure_highlight_rules', 'ace/mode/matching_parens_outdent', 'ace/range'], function(require, exports, module) {
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            var oop = require("../lib/oop");
         
     | 
| 
      
 44 
     | 
    
         
            +
            var TextMode = require("./text").Mode;
         
     | 
| 
      
 45 
     | 
    
         
            +
            var Tokenizer = require("../tokenizer").Tokenizer;
         
     | 
| 
      
 46 
     | 
    
         
            +
            var ClojureHighlightRules = require("./clojure_highlight_rules").ClojureHighlightRules;
         
     | 
| 
      
 47 
     | 
    
         
            +
            var MatchingParensOutdent = require("./matching_parens_outdent").MatchingParensOutdent;
         
     | 
| 
      
 48 
     | 
    
         
            +
            var Range = require("../range").Range;
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
            var Mode = function() {
         
     | 
| 
      
 51 
     | 
    
         
            +
                this.$tokenizer = new Tokenizer(new ClojureHighlightRules().getRules());
         
     | 
| 
      
 52 
     | 
    
         
            +
                this.$outdent = new MatchingParensOutdent();
         
     | 
| 
      
 53 
     | 
    
         
            +
            };
         
     | 
| 
      
 54 
     | 
    
         
            +
            oop.inherits(Mode, TextMode);
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
                this.toggleCommentLines = function(state, doc, startRow, endRow) {
         
     | 
| 
      
 59 
     | 
    
         
            +
                    var outdent = true;
         
     | 
| 
      
 60 
     | 
    
         
            +
                    var re = /^(\s*)#/;
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                    for (var i=startRow; i<= endRow; i++) {
         
     | 
| 
      
 63 
     | 
    
         
            +
                        if (!re.test(doc.getLine(i))) {
         
     | 
| 
      
 64 
     | 
    
         
            +
                            outdent = false;
         
     | 
| 
      
 65 
     | 
    
         
            +
                            break;
         
     | 
| 
      
 66 
     | 
    
         
            +
                        }
         
     | 
| 
      
 67 
     | 
    
         
            +
                    }
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
                    if (outdent) {
         
     | 
| 
      
 70 
     | 
    
         
            +
                        var deleteRange = new Range(0, 0, 0, 0);
         
     | 
| 
      
 71 
     | 
    
         
            +
                        for (var i=startRow; i<= endRow; i++)
         
     | 
| 
      
 72 
     | 
    
         
            +
                        {
         
     | 
| 
      
 73 
     | 
    
         
            +
                            var line = doc.getLine(i);
         
     | 
| 
      
 74 
     | 
    
         
            +
                            var m = line.match(re);
         
     | 
| 
      
 75 
     | 
    
         
            +
                            deleteRange.start.row = i;
         
     | 
| 
      
 76 
     | 
    
         
            +
                            deleteRange.end.row = i;
         
     | 
| 
      
 77 
     | 
    
         
            +
                            deleteRange.end.column = m[0].length;
         
     | 
| 
      
 78 
     | 
    
         
            +
                            doc.replace(deleteRange, m[1]);
         
     | 
| 
      
 79 
     | 
    
         
            +
                        }
         
     | 
| 
      
 80 
     | 
    
         
            +
                    }
         
     | 
| 
      
 81 
     | 
    
         
            +
                    else {
         
     | 
| 
      
 82 
     | 
    
         
            +
                        doc.indentRows(startRow, endRow, ";");
         
     | 
| 
      
 83 
     | 
    
         
            +
                    }
         
     | 
| 
      
 84 
     | 
    
         
            +
                };
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
                this.getNextLineIndent = function(state, line, tab) {
         
     | 
| 
      
 87 
     | 
    
         
            +
                    var indent = this.$getIndent(line);
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
                    var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
         
     | 
| 
      
 90 
     | 
    
         
            +
                    var tokens = tokenizedLine.tokens;
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
                    if (tokens.length && tokens[tokens.length-1].type == "comment") {
         
     | 
| 
      
 93 
     | 
    
         
            +
                        return indent;
         
     | 
| 
      
 94 
     | 
    
         
            +
                    }
         
     | 
| 
      
 95 
     | 
    
         
            +
                    
         
     | 
| 
      
 96 
     | 
    
         
            +
                    if (state == "start") {
         
     | 
| 
      
 97 
     | 
    
         
            +
                        var match = line.match(/[\(\[]/);
         
     | 
| 
      
 98 
     | 
    
         
            +
                        if (match) {
         
     | 
| 
      
 99 
     | 
    
         
            +
                            indent += "  ";
         
     | 
| 
      
 100 
     | 
    
         
            +
                        }
         
     | 
| 
      
 101 
     | 
    
         
            +
                        match = line.match(/[\)]/);
         
     | 
| 
      
 102 
     | 
    
         
            +
                        if (match) {
         
     | 
| 
      
 103 
     | 
    
         
            +
                          indent = "";
         
     | 
| 
      
 104 
     | 
    
         
            +
                        }
         
     | 
| 
      
 105 
     | 
    
         
            +
                    }
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
                    return indent;
         
     | 
| 
      
 108 
     | 
    
         
            +
                };
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
                this.checkOutdent = function(state, line, input) {
         
     | 
| 
      
 111 
     | 
    
         
            +
                    return this.$outdent.checkOutdent(line, input);
         
     | 
| 
      
 112 
     | 
    
         
            +
                };
         
     | 
| 
      
 113 
     | 
    
         
            +
             
     | 
| 
      
 114 
     | 
    
         
            +
                this.autoOutdent = function(state, doc, row) {
         
     | 
| 
      
 115 
     | 
    
         
            +
                    this.$outdent.autoOutdent(doc, row);
         
     | 
| 
      
 116 
     | 
    
         
            +
                };
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
            }).call(Mode.prototype);
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
            exports.Mode = Mode;
         
     | 
| 
      
 121 
     | 
    
         
            +
            });
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            define('ace/mode/clojure_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
            var oop = require("../lib/oop");
         
     | 
| 
      
 127 
     | 
    
         
            +
            var lang = require("../lib/lang");
         
     | 
| 
      
 128 
     | 
    
         
            +
            var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
         
     | 
| 
      
 129 
     | 
    
         
            +
             
     | 
| 
      
 130 
     | 
    
         
            +
             
     | 
| 
      
 131 
     | 
    
         
            +
             
     | 
| 
      
 132 
     | 
    
         
            +
            var ClojureHighlightRules = function() {
         
     | 
| 
      
 133 
     | 
    
         
            +
             
     | 
| 
      
 134 
     | 
    
         
            +
                   var builtinFunctions = lang.arrayToMap(
         
     | 
| 
      
 135 
     | 
    
         
            +
                    ('* *1 *2 *3 *agent* *allow-unresolved-vars* *assert* *clojure-version* ' +
         
     | 
| 
      
 136 
     | 
    
         
            +
                        '*command-line-args* *compile-files* *compile-path* *e *err* *file* ' +
         
     | 
| 
      
 137 
     | 
    
         
            +
                        '*flush-on-newline* *in* *macro-meta* *math-context* *ns* *out* ' +
         
     | 
| 
      
 138 
     | 
    
         
            +
                        '*print-dup* *print-length* *print-level* *print-meta* *print-readably* ' +
         
     | 
| 
      
 139 
     | 
    
         
            +
                        '*read-eval* *source-path* *use-context-classloader* ' +
         
     | 
| 
      
 140 
     | 
    
         
            +
                        '*warn-on-reflection* + - -> -> ->> ->> .. / < < <= <= = ' +
         
     | 
| 
      
 141 
     | 
    
         
            +
                        '== > > >= >= accessor aclone ' +
         
     | 
| 
      
 142 
     | 
    
         
            +
                        'add-classpath add-watch agent agent-errors aget alength alias all-ns ' +
         
     | 
| 
      
 143 
     | 
    
         
            +
                        'alter alter-meta! alter-var-root amap ancestors and apply areduce ' +
         
     | 
| 
      
 144 
     | 
    
         
            +
                        'array-map aset aset-boolean aset-byte aset-char aset-double aset-float ' +
         
     | 
| 
      
 145 
     | 
    
         
            +
                        'aset-int aset-long aset-short assert assoc assoc! assoc-in associative? ' +
         
     | 
| 
      
 146 
     | 
    
         
            +
                        'atom await await-for await1 bases bean bigdec bigint binding bit-and ' +
         
     | 
| 
      
 147 
     | 
    
         
            +
                        'bit-and-not bit-clear bit-flip bit-not bit-or bit-set bit-shift-left ' +
         
     | 
| 
      
 148 
     | 
    
         
            +
                        'bit-shift-right bit-test bit-xor boolean boolean-array booleans ' +
         
     | 
| 
      
 149 
     | 
    
         
            +
                        'bound-fn bound-fn* butlast byte byte-array bytes cast char char-array ' +
         
     | 
| 
      
 150 
     | 
    
         
            +
                        'char-escape-string char-name-string char? chars chunk chunk-append ' +
         
     | 
| 
      
 151 
     | 
    
         
            +
                        'chunk-buffer chunk-cons chunk-first chunk-next chunk-rest chunked-seq? ' +
         
     | 
| 
      
 152 
     | 
    
         
            +
                        'class class? clear-agent-errors clojure-version coll? comment commute ' +
         
     | 
| 
      
 153 
     | 
    
         
            +
                        'comp comparator compare compare-and-set! compile complement concat cond ' +
         
     | 
| 
      
 154 
     | 
    
         
            +
                        'condp conj conj! cons constantly construct-proxy contains? count ' +
         
     | 
| 
      
 155 
     | 
    
         
            +
                        'counted? create-ns create-struct cycle dec decimal? declare definline ' +
         
     | 
| 
      
 156 
     | 
    
         
            +
                        'defmacro defmethod defmulti defn defn- defonce defstruct delay delay? ' +
         
     | 
| 
      
 157 
     | 
    
         
            +
                        'deliver deref derive descendants destructure disj disj! dissoc dissoc! ' +
         
     | 
| 
      
 158 
     | 
    
         
            +
                        'distinct distinct? doall doc dorun doseq dosync dotimes doto double ' +
         
     | 
| 
      
 159 
     | 
    
         
            +
                        'double-array doubles drop drop-last drop-while empty empty? ensure ' +
         
     | 
| 
      
 160 
     | 
    
         
            +
                        'enumeration-seq eval even? every? false? ffirst file-seq filter find ' +
         
     | 
| 
      
 161 
     | 
    
         
            +
                        'find-doc find-ns find-var first float float-array float? floats flush ' +
         
     | 
| 
      
 162 
     | 
    
         
            +
                        'fn fn? fnext for force format future future-call future-cancel ' +
         
     | 
| 
      
 163 
     | 
    
         
            +
                        'future-cancelled? future-done? future? gen-class gen-interface gensym ' +
         
     | 
| 
      
 164 
     | 
    
         
            +
                        'get get-in get-method get-proxy-class get-thread-bindings get-validator ' +
         
     | 
| 
      
 165 
     | 
    
         
            +
                        'hash hash-map hash-set identical? identity if-let if-not ifn? import ' +
         
     | 
| 
      
 166 
     | 
    
         
            +
                        'in-ns inc init-proxy instance? int int-array integer? interleave intern ' +
         
     | 
| 
      
 167 
     | 
    
         
            +
                        'interpose into into-array ints io! isa? iterate iterator-seq juxt key ' +
         
     | 
| 
      
 168 
     | 
    
         
            +
                        'keys keyword keyword? last lazy-cat lazy-seq let letfn line-seq list ' +
         
     | 
| 
      
 169 
     | 
    
         
            +
                        'list* list? load load-file load-reader load-string loaded-libs locking ' +
         
     | 
| 
      
 170 
     | 
    
         
            +
                        'long long-array longs loop macroexpand macroexpand-1 make-array ' +
         
     | 
| 
      
 171 
     | 
    
         
            +
                        'make-hierarchy map map? mapcat max max-key memfn memoize merge ' +
         
     | 
| 
      
 172 
     | 
    
         
            +
                        'merge-with meta method-sig methods min min-key mod name namespace neg? ' +
         
     | 
| 
      
 173 
     | 
    
         
            +
                        'newline next nfirst nil? nnext not not-any? not-empty not-every? not= ' +
         
     | 
| 
      
 174 
     | 
    
         
            +
                        'ns ns-aliases ns-imports ns-interns ns-map ns-name ns-publics ' +
         
     | 
| 
      
 175 
     | 
    
         
            +
                        'ns-refers ns-resolve ns-unalias ns-unmap nth nthnext num number? odd? ' +
         
     | 
| 
      
 176 
     | 
    
         
            +
                        'or parents partial partition pcalls peek persistent! pmap pop pop! ' +
         
     | 
| 
      
 177 
     | 
    
         
            +
                        'pop-thread-bindings pos? pr pr-str prefer-method prefers ' +
         
     | 
| 
      
 178 
     | 
    
         
            +
                        'primitives-classnames print print-ctor print-doc print-dup print-method ' +
         
     | 
| 
      
 179 
     | 
    
         
            +
                        'print-namespace-doc print-simple print-special-doc print-str printf ' +
         
     | 
| 
      
 180 
     | 
    
         
            +
                        'println println-str prn prn-str promise proxy proxy-call-with-super ' +
         
     | 
| 
      
 181 
     | 
    
         
            +
                        'proxy-mappings proxy-name proxy-super push-thread-bindings pvalues quot ' +
         
     | 
| 
      
 182 
     | 
    
         
            +
                        'rand rand-int range ratio? rational? rationalize re-find re-groups ' +
         
     | 
| 
      
 183 
     | 
    
         
            +
                        're-matcher re-matches re-pattern re-seq read read-line read-string ' +
         
     | 
| 
      
 184 
     | 
    
         
            +
                        'reduce ref ref-history-count ref-max-history ref-min-history ref-set ' +
         
     | 
| 
      
 185 
     | 
    
         
            +
                        'refer refer-clojure release-pending-sends rem remove remove-method ' +
         
     | 
| 
      
 186 
     | 
    
         
            +
                        'remove-ns remove-watch repeat repeatedly replace replicate require ' +
         
     | 
| 
      
 187 
     | 
    
         
            +
                        'reset! reset-meta! resolve rest resultset-seq reverse reversible? rseq ' +
         
     | 
| 
      
 188 
     | 
    
         
            +
                        'rsubseq second select-keys send send-off seq seq? seque sequence ' +
         
     | 
| 
      
 189 
     | 
    
         
            +
                        'sequential? set set-validator! set? short short-array shorts ' +
         
     | 
| 
      
 190 
     | 
    
         
            +
                        'shutdown-agents slurp some sort sort-by sorted-map sorted-map-by ' +
         
     | 
| 
      
 191 
     | 
    
         
            +
                        'sorted-set sorted-set-by sorted? special-form-anchor special-symbol? ' +
         
     | 
| 
      
 192 
     | 
    
         
            +
                        'split-at split-with str stream? string? struct struct-map subs subseq ' +
         
     | 
| 
      
 193 
     | 
    
         
            +
                        'subvec supers swap! symbol symbol? sync syntax-symbol-anchor take ' +
         
     | 
| 
      
 194 
     | 
    
         
            +
                        'take-last take-nth take-while test the-ns time to-array to-array-2d ' +
         
     | 
| 
      
 195 
     | 
    
         
            +
                        'trampoline transient tree-seq true? type unchecked-add unchecked-dec ' +
         
     | 
| 
      
 196 
     | 
    
         
            +
                        'unchecked-divide unchecked-inc unchecked-multiply unchecked-negate ' +
         
     | 
| 
      
 197 
     | 
    
         
            +
                        'unchecked-remainder unchecked-subtract underive unquote ' +
         
     | 
| 
      
 198 
     | 
    
         
            +
                        'unquote-splicing update-in update-proxy use val vals var-get var-set ' +
         
     | 
| 
      
 199 
     | 
    
         
            +
                        'var? vary-meta vec vector vector? when when-first when-let when-not ' +
         
     | 
| 
      
 200 
     | 
    
         
            +
                        'while with-bindings with-bindings* with-in-str with-loading-context ' +
         
     | 
| 
      
 201 
     | 
    
         
            +
                        'with-local-vars with-meta with-open with-out-str with-precision xml-seq ' +
         
     | 
| 
      
 202 
     | 
    
         
            +
                        'zero? zipmap ').split(" ")
         
     | 
| 
      
 203 
     | 
    
         
            +
                );
         
     | 
| 
      
 204 
     | 
    
         
            +
             
     | 
| 
      
 205 
     | 
    
         
            +
                var keywords = lang.arrayToMap(
         
     | 
| 
      
 206 
     | 
    
         
            +
                    ('def do fn if let loop monitor-enter monitor-exit new quote recur set! ' +
         
     | 
| 
      
 207 
     | 
    
         
            +
                        'throw try var').split(" ")
         
     | 
| 
      
 208 
     | 
    
         
            +
                );
         
     | 
| 
      
 209 
     | 
    
         
            +
             
     | 
| 
      
 210 
     | 
    
         
            +
                var buildinConstants = lang.arrayToMap(
         
     | 
| 
      
 211 
     | 
    
         
            +
                    ("true false nil").split(" ")
         
     | 
| 
      
 212 
     | 
    
         
            +
                );
         
     | 
| 
      
 213 
     | 
    
         
            +
             
     | 
| 
      
 214 
     | 
    
         
            +
             
     | 
| 
      
 215 
     | 
    
         
            +
                // regexp must not have capturing parentheses. Use (?:) instead.
         
     | 
| 
      
 216 
     | 
    
         
            +
                // regexps are ordered -> the first match is used
         
     | 
| 
      
 217 
     | 
    
         
            +
             
     | 
| 
      
 218 
     | 
    
         
            +
                this.$rules = {
         
     | 
| 
      
 219 
     | 
    
         
            +
                    "start" : [
         
     | 
| 
      
 220 
     | 
    
         
            +
                        {
         
     | 
| 
      
 221 
     | 
    
         
            +
                            token : "comment",
         
     | 
| 
      
 222 
     | 
    
         
            +
                            regex : ";.*$"
         
     | 
| 
      
 223 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 224 
     | 
    
         
            +
                            token : "comment", // multi line comment
         
     | 
| 
      
 225 
     | 
    
         
            +
                            regex : "^=begin$",
         
     | 
| 
      
 226 
     | 
    
         
            +
                            next : "comment"
         
     | 
| 
      
 227 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 228 
     | 
    
         
            +
                            token : "keyword", //parens
         
     | 
| 
      
 229 
     | 
    
         
            +
                            regex : "[\\(|\\)]"
         
     | 
| 
      
 230 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 231 
     | 
    
         
            +
                            token : "keyword", //lists
         
     | 
| 
      
 232 
     | 
    
         
            +
                            regex : "[\\'\\(]"
         
     | 
| 
      
 233 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 234 
     | 
    
         
            +
                            token : "keyword", //vectors
         
     | 
| 
      
 235 
     | 
    
         
            +
                            regex : "[\\[|\\]]"
         
     | 
| 
      
 236 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 237 
     | 
    
         
            +
                            token : "keyword", //sets and maps
         
     | 
| 
      
 238 
     | 
    
         
            +
                            regex : "[\\{|\\}|\\#\\{|\\#\\}]"
         
     | 
| 
      
 239 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 240 
     | 
    
         
            +
                                token : "keyword", // ampersands
         
     | 
| 
      
 241 
     | 
    
         
            +
                                regex : '[\\&]'
         
     | 
| 
      
 242 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 243 
     | 
    
         
            +
                                token : "keyword", // metadata
         
     | 
| 
      
 244 
     | 
    
         
            +
                                regex : '[\\#\\^\\{]'
         
     | 
| 
      
 245 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 246 
     | 
    
         
            +
                                token : "keyword", // anonymous fn syntactic sugar
         
     | 
| 
      
 247 
     | 
    
         
            +
                                regex : '[\\%]'
         
     | 
| 
      
 248 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 249 
     | 
    
         
            +
                                token : "keyword", // deref reader macro
         
     | 
| 
      
 250 
     | 
    
         
            +
                                regex : '[@]'
         
     | 
| 
      
 251 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 252 
     | 
    
         
            +
                            token : "constant.numeric", // hex
         
     | 
| 
      
 253 
     | 
    
         
            +
                            regex : "0[xX][0-9a-fA-F]+\\b"
         
     | 
| 
      
 254 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 255 
     | 
    
         
            +
                            token : "constant.numeric", // float
         
     | 
| 
      
 256 
     | 
    
         
            +
                            regex : "[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"
         
     | 
| 
      
 257 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 258 
     | 
    
         
            +
                            token : "constant.language",
         
     | 
| 
      
 259 
     | 
    
         
            +
                            regex : '[!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+||=|!=|<=|>=|<>|<|>|!|&&]'
         
     | 
| 
      
 260 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 261 
     | 
    
         
            +
                            token : function(value) {
         
     | 
| 
      
 262 
     | 
    
         
            +
                                if (keywords.hasOwnProperty(value))
         
     | 
| 
      
 263 
     | 
    
         
            +
                                    return "keyword";
         
     | 
| 
      
 264 
     | 
    
         
            +
                                else if (buildinConstants.hasOwnProperty(value))
         
     | 
| 
      
 265 
     | 
    
         
            +
                                    return "constant.language";
         
     | 
| 
      
 266 
     | 
    
         
            +
                                    else if (builtinFunctions.hasOwnProperty(value))
         
     | 
| 
      
 267 
     | 
    
         
            +
                                    return "support.function";
         
     | 
| 
      
 268 
     | 
    
         
            +
                                else
         
     | 
| 
      
 269 
     | 
    
         
            +
                                    return "identifier";
         
     | 
| 
      
 270 
     | 
    
         
            +
                            },
         
     | 
| 
      
 271 
     | 
    
         
            +
                            // TODO: Unicode escape sequences
         
     | 
| 
      
 272 
     | 
    
         
            +
                            // TODO: Unicode identifiers
         
     | 
| 
      
 273 
     | 
    
         
            +
                            regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
         
     | 
| 
      
 274 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 275 
     | 
    
         
            +
                            token : "string", // single line
         
     | 
| 
      
 276 
     | 
    
         
            +
                            regex : '"',
         
     | 
| 
      
 277 
     | 
    
         
            +
                            next: "string"
         
     | 
| 
      
 278 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 279 
     | 
    
         
            +
                            token : "string", // symbol
         
     | 
| 
      
 280 
     | 
    
         
            +
                            regex : "[:](?:[a-zA-Z]|\\d)+"
         
     | 
| 
      
 281 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 282 
     | 
    
         
            +
                            token : "string.regexp", //Regular Expressions
         
     | 
| 
      
 283 
     | 
    
         
            +
                            regex : '/#"(?:\\.|(?:\\\")|[^\""\n])*"/g'
         
     | 
| 
      
 284 
     | 
    
         
            +
                        }
         
     | 
| 
      
 285 
     | 
    
         
            +
             
     | 
| 
      
 286 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 287 
     | 
    
         
            +
                    "comment" : [
         
     | 
| 
      
 288 
     | 
    
         
            +
                        {
         
     | 
| 
      
 289 
     | 
    
         
            +
                            token : "comment", // closing comment
         
     | 
| 
      
 290 
     | 
    
         
            +
                            regex : "^=end$",
         
     | 
| 
      
 291 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 292 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 293 
     | 
    
         
            +
                            token : "comment", // comment spanning whole line
         
     | 
| 
      
 294 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 295 
     | 
    
         
            +
                            regex : ".+"
         
     | 
| 
      
 296 
     | 
    
         
            +
                        }
         
     | 
| 
      
 297 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 298 
     | 
    
         
            +
                    "string" : [
         
     | 
| 
      
 299 
     | 
    
         
            +
                        {
         
     | 
| 
      
 300 
     | 
    
         
            +
                            token : "constant.language.escape",
         
     | 
| 
      
 301 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 302 
     | 
    
         
            +
                            regex : "\\\\.|\\\\$"
         
     | 
| 
      
 303 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 304 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 305 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 306 
     | 
    
         
            +
                            regex : '[^"\\\\]+'
         
     | 
| 
      
 307 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 308 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 309 
     | 
    
         
            +
                            regex : '"',
         
     | 
| 
      
 310 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 311 
     | 
    
         
            +
                        }
         
     | 
| 
      
 312 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 313 
     | 
    
         
            +
                };
         
     | 
| 
      
 314 
     | 
    
         
            +
            };
         
     | 
| 
      
 315 
     | 
    
         
            +
             
     | 
| 
      
 316 
     | 
    
         
            +
            oop.inherits(ClojureHighlightRules, TextHighlightRules);
         
     | 
| 
      
 317 
     | 
    
         
            +
             
     | 
| 
      
 318 
     | 
    
         
            +
            exports.ClojureHighlightRules = ClojureHighlightRules;
         
     | 
| 
      
 319 
     | 
    
         
            +
            });
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
            define('ace/mode/matching_parens_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
      
 322 
     | 
    
         
            +
             
     | 
| 
      
 323 
     | 
    
         
            +
             
     | 
| 
      
 324 
     | 
    
         
            +
            var Range = require("../range").Range;
         
     | 
| 
      
 325 
     | 
    
         
            +
             
     | 
| 
      
 326 
     | 
    
         
            +
            var MatchingParensOutdent = function() {};
         
     | 
| 
      
 327 
     | 
    
         
            +
             
     | 
| 
      
 328 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
                this.checkOutdent = function(line, input) {
         
     | 
| 
      
 331 
     | 
    
         
            +
                    if (! /^\s+$/.test(line))
         
     | 
| 
      
 332 
     | 
    
         
            +
                        return false;
         
     | 
| 
      
 333 
     | 
    
         
            +
             
     | 
| 
      
 334 
     | 
    
         
            +
                    return /^\s*\)/.test(input);
         
     | 
| 
      
 335 
     | 
    
         
            +
                };
         
     | 
| 
      
 336 
     | 
    
         
            +
             
     | 
| 
      
 337 
     | 
    
         
            +
                this.autoOutdent = function(doc, row) {
         
     | 
| 
      
 338 
     | 
    
         
            +
                    var line = doc.getLine(row);
         
     | 
| 
      
 339 
     | 
    
         
            +
                    var match = line.match(/^(\s*\))/);
         
     | 
| 
      
 340 
     | 
    
         
            +
             
     | 
| 
      
 341 
     | 
    
         
            +
                    if (!match) return 0;
         
     | 
| 
      
 342 
     | 
    
         
            +
             
     | 
| 
      
 343 
     | 
    
         
            +
                    var column = match[1].length;
         
     | 
| 
      
 344 
     | 
    
         
            +
                    var openBracePos = doc.findMatchingBracket({row: row, column: column});
         
     | 
| 
      
 345 
     | 
    
         
            +
             
     | 
| 
      
 346 
     | 
    
         
            +
                    if (!openBracePos || openBracePos.row == row) return 0;
         
     | 
| 
      
 347 
     | 
    
         
            +
             
     | 
| 
      
 348 
     | 
    
         
            +
                    var indent = this.$getIndent(doc.getLine(openBracePos.row));
         
     | 
| 
      
 349 
     | 
    
         
            +
                    doc.replace(new Range(row, 0, row, column-1), indent);
         
     | 
| 
      
 350 
     | 
    
         
            +
                };
         
     | 
| 
      
 351 
     | 
    
         
            +
             
     | 
| 
      
 352 
     | 
    
         
            +
                this.$getIndent = function(line) {
         
     | 
| 
      
 353 
     | 
    
         
            +
                    var match = line.match(/^(\s+)/);
         
     | 
| 
      
 354 
     | 
    
         
            +
                    if (match) {
         
     | 
| 
      
 355 
     | 
    
         
            +
                        return match[1];
         
     | 
| 
      
 356 
     | 
    
         
            +
                    }
         
     | 
| 
      
 357 
     | 
    
         
            +
             
     | 
| 
      
 358 
     | 
    
         
            +
                    return "";
         
     | 
| 
      
 359 
     | 
    
         
            +
                };
         
     | 
| 
      
 360 
     | 
    
         
            +
             
     | 
| 
      
 361 
     | 
    
         
            +
            }).call(MatchingParensOutdent.prototype);
         
     | 
| 
      
 362 
     | 
    
         
            +
             
     | 
| 
      
 363 
     | 
    
         
            +
            exports.MatchingParensOutdent = MatchingParensOutdent;
         
     | 
| 
      
 364 
     | 
    
         
            +
            });
         
     | 
| 
         @@ -1 +1,527 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
      
 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 
     | 
    
         
            +
             *      Satoshi Murakami <murky.satyr AT gmail DOT com>
         
     | 
| 
      
 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/coffee', ['require', 'exports', 'module' , 'ace/tokenizer', 'ace/mode/coffee_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/folding/coffee', 'ace/range', 'ace/mode/text', 'ace/worker/worker_client', 'ace/lib/oop'], function(require, exports, module) {
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            var Tokenizer = require("../tokenizer").Tokenizer;
         
     | 
| 
      
 42 
     | 
    
         
            +
            var Rules = require("./coffee_highlight_rules").CoffeeHighlightRules;
         
     | 
| 
      
 43 
     | 
    
         
            +
            var Outdent = require("./matching_brace_outdent").MatchingBraceOutdent;
         
     | 
| 
      
 44 
     | 
    
         
            +
            var FoldMode = require("./folding/coffee").FoldMode;
         
     | 
| 
      
 45 
     | 
    
         
            +
            var Range = require("../range").Range;
         
     | 
| 
      
 46 
     | 
    
         
            +
            var TextMode = require("./text").Mode;
         
     | 
| 
      
 47 
     | 
    
         
            +
            var WorkerClient = require("../worker/worker_client").WorkerClient;
         
     | 
| 
      
 48 
     | 
    
         
            +
            var oop = require("../lib/oop");
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
            function Mode() {
         
     | 
| 
      
 51 
     | 
    
         
            +
                this.$tokenizer = new Tokenizer(new Rules().getRules());
         
     | 
| 
      
 52 
     | 
    
         
            +
                this.$outdent   = new Outdent();
         
     | 
| 
      
 53 
     | 
    
         
            +
                this.foldingRules = new FoldMode();
         
     | 
| 
      
 54 
     | 
    
         
            +
            }
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
            oop.inherits(Mode, TextMode);
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 59 
     | 
    
         
            +
                
         
     | 
| 
      
 60 
     | 
    
         
            +
                var indenter = /(?:[({[=:]|[-=]>|\b(?:else|switch|try|catch(?:\s*[$A-Za-z_\x7f-\uffff][$\w\x7f-\uffff]*)?|finally))\s*$/;
         
     | 
| 
      
 61 
     | 
    
         
            +
                var commentLine = /^(\s*)#/;
         
     | 
| 
      
 62 
     | 
    
         
            +
                var hereComment = /^\s*###(?!#)/;
         
     | 
| 
      
 63 
     | 
    
         
            +
                var indentation = /^\s*/;
         
     | 
| 
      
 64 
     | 
    
         
            +
                
         
     | 
| 
      
 65 
     | 
    
         
            +
                this.getNextLineIndent = function(state, line, tab) {
         
     | 
| 
      
 66 
     | 
    
         
            +
                    var indent = this.$getIndent(line);
         
     | 
| 
      
 67 
     | 
    
         
            +
                    var tokens = this.$tokenizer.getLineTokens(line, state).tokens;
         
     | 
| 
      
 68 
     | 
    
         
            +
                
         
     | 
| 
      
 69 
     | 
    
         
            +
                    if (!(tokens.length && tokens[tokens.length - 1].type === 'comment') &&
         
     | 
| 
      
 70 
     | 
    
         
            +
                        state === 'start' && indenter.test(line))
         
     | 
| 
      
 71 
     | 
    
         
            +
                        indent += tab;
         
     | 
| 
      
 72 
     | 
    
         
            +
                    return indent;
         
     | 
| 
      
 73 
     | 
    
         
            +
                };
         
     | 
| 
      
 74 
     | 
    
         
            +
                
         
     | 
| 
      
 75 
     | 
    
         
            +
                this.toggleCommentLines = function(state, doc, startRow, endRow){
         
     | 
| 
      
 76 
     | 
    
         
            +
                    console.log("toggle");
         
     | 
| 
      
 77 
     | 
    
         
            +
                    var range = new Range(0, 0, 0, 0);
         
     | 
| 
      
 78 
     | 
    
         
            +
                    for (var i = startRow; i <= endRow; ++i) {
         
     | 
| 
      
 79 
     | 
    
         
            +
                        var line = doc.getLine(i);
         
     | 
| 
      
 80 
     | 
    
         
            +
                        if (hereComment.test(line))
         
     | 
| 
      
 81 
     | 
    
         
            +
                            continue;
         
     | 
| 
      
 82 
     | 
    
         
            +
                            
         
     | 
| 
      
 83 
     | 
    
         
            +
                        if (commentLine.test(line))
         
     | 
| 
      
 84 
     | 
    
         
            +
                            line = line.replace(commentLine, '$1');
         
     | 
| 
      
 85 
     | 
    
         
            +
                        else
         
     | 
| 
      
 86 
     | 
    
         
            +
                            line = line.replace(indentation, '$&#');
         
     | 
| 
      
 87 
     | 
    
         
            +
                
         
     | 
| 
      
 88 
     | 
    
         
            +
                        range.end.row = range.start.row = i;
         
     | 
| 
      
 89 
     | 
    
         
            +
                        range.end.column = line.length + 1;
         
     | 
| 
      
 90 
     | 
    
         
            +
                        doc.replace(range, line);
         
     | 
| 
      
 91 
     | 
    
         
            +
                    }
         
     | 
| 
      
 92 
     | 
    
         
            +
                };
         
     | 
| 
      
 93 
     | 
    
         
            +
                
         
     | 
| 
      
 94 
     | 
    
         
            +
                this.checkOutdent = function(state, line, input) {
         
     | 
| 
      
 95 
     | 
    
         
            +
                    return this.$outdent.checkOutdent(line, input);
         
     | 
| 
      
 96 
     | 
    
         
            +
                };
         
     | 
| 
      
 97 
     | 
    
         
            +
                
         
     | 
| 
      
 98 
     | 
    
         
            +
                this.autoOutdent = function(state, doc, row) {
         
     | 
| 
      
 99 
     | 
    
         
            +
                    this.$outdent.autoOutdent(doc, row);
         
     | 
| 
      
 100 
     | 
    
         
            +
                };
         
     | 
| 
      
 101 
     | 
    
         
            +
                
         
     | 
| 
      
 102 
     | 
    
         
            +
                this.createWorker = function(session) {
         
     | 
| 
      
 103 
     | 
    
         
            +
                    var worker = new WorkerClient(["ace"], "ace/mode/coffee_worker", "Worker");
         
     | 
| 
      
 104 
     | 
    
         
            +
                    worker.attachToDocument(session.getDocument());
         
     | 
| 
      
 105 
     | 
    
         
            +
                    
         
     | 
| 
      
 106 
     | 
    
         
            +
                    worker.on("error", function(e) {
         
     | 
| 
      
 107 
     | 
    
         
            +
                        session.setAnnotations([e.data]);
         
     | 
| 
      
 108 
     | 
    
         
            +
                    });
         
     | 
| 
      
 109 
     | 
    
         
            +
                    
         
     | 
| 
      
 110 
     | 
    
         
            +
                    worker.on("ok", function(e) {
         
     | 
| 
      
 111 
     | 
    
         
            +
                        session.clearAnnotations();
         
     | 
| 
      
 112 
     | 
    
         
            +
                    });
         
     | 
| 
      
 113 
     | 
    
         
            +
                    
         
     | 
| 
      
 114 
     | 
    
         
            +
                    return worker;
         
     | 
| 
      
 115 
     | 
    
         
            +
                };
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
            }).call(Mode.prototype);
         
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
            exports.Mode = Mode;
         
     | 
| 
      
 120 
     | 
    
         
            +
             
     | 
| 
      
 121 
     | 
    
         
            +
            });
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            define('ace/mode/coffee_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/lang', 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
                var lang = require("../lib/lang");
         
     | 
| 
      
 127 
     | 
    
         
            +
                var oop = require("../lib/oop");
         
     | 
| 
      
 128 
     | 
    
         
            +
                var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
         
     | 
| 
      
 129 
     | 
    
         
            +
                
         
     | 
| 
      
 130 
     | 
    
         
            +
                oop.inherits(CoffeeHighlightRules, TextHighlightRules);
         
     | 
| 
      
 131 
     | 
    
         
            +
             
     | 
| 
      
 132 
     | 
    
         
            +
                function CoffeeHighlightRules() {
         
     | 
| 
      
 133 
     | 
    
         
            +
                    var identifier = "[$A-Za-z_\\x7f-\\uffff][$\\w\\x7f-\\uffff]*";
         
     | 
| 
      
 134 
     | 
    
         
            +
                    var stringfill = {
         
     | 
| 
      
 135 
     | 
    
         
            +
                        token : "string",
         
     | 
| 
      
 136 
     | 
    
         
            +
                        merge : true,
         
     | 
| 
      
 137 
     | 
    
         
            +
                        regex : ".+"
         
     | 
| 
      
 138 
     | 
    
         
            +
                    };
         
     | 
| 
      
 139 
     | 
    
         
            +
             
     | 
| 
      
 140 
     | 
    
         
            +
                    var keywords = lang.arrayToMap((
         
     | 
| 
      
 141 
     | 
    
         
            +
                        "this|throw|then|try|typeof|super|switch|return|break|by)|continue|" +
         
     | 
| 
      
 142 
     | 
    
         
            +
                        "catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|" +
         
     | 
| 
      
 143 
     | 
    
         
            +
                        "finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|" +
         
     | 
| 
      
 144 
     | 
    
         
            +
                        "or|on|unless|until|and|yes").split("|")
         
     | 
| 
      
 145 
     | 
    
         
            +
                    );
         
     | 
| 
      
 146 
     | 
    
         
            +
                    
         
     | 
| 
      
 147 
     | 
    
         
            +
                    var langConstant = lang.arrayToMap((
         
     | 
| 
      
 148 
     | 
    
         
            +
                        "true|false|null|undefined").split("|")
         
     | 
| 
      
 149 
     | 
    
         
            +
                    );
         
     | 
| 
      
 150 
     | 
    
         
            +
                    
         
     | 
| 
      
 151 
     | 
    
         
            +
                    var illegal = lang.arrayToMap((
         
     | 
| 
      
 152 
     | 
    
         
            +
                        "case|const|default|function|var|void|with|enum|export|implements|" +
         
     | 
| 
      
 153 
     | 
    
         
            +
                        "interface|let|package|private|protected|public|static|yield|" +
         
     | 
| 
      
 154 
     | 
    
         
            +
                        "__hasProp|extends|slice|bind|indexOf").split("|")
         
     | 
| 
      
 155 
     | 
    
         
            +
                    );
         
     | 
| 
      
 156 
     | 
    
         
            +
                    
         
     | 
| 
      
 157 
     | 
    
         
            +
                    var supportClass = lang.arrayToMap((
         
     | 
| 
      
 158 
     | 
    
         
            +
                        "Array|Boolean|Date|Function|Number|Object|RegExp|ReferenceError|" +
         
     | 
| 
      
 159 
     | 
    
         
            +
                        "RangeError|String|SyntaxError|Error|EvalError|TypeError|URIError").split("|")
         
     | 
| 
      
 160 
     | 
    
         
            +
                    );
         
     | 
| 
      
 161 
     | 
    
         
            +
                    
         
     | 
| 
      
 162 
     | 
    
         
            +
                    var supportFunction = lang.arrayToMap((
         
     | 
| 
      
 163 
     | 
    
         
            +
                        "Math|JSON|isNaN|isFinite|parseInt|parseFloat|encodeURI|" +
         
     | 
| 
      
 164 
     | 
    
         
            +
                        "encodeURIComponent|decodeURI|decodeURIComponent|RangeError|String|" +
         
     | 
| 
      
 165 
     | 
    
         
            +
                        "SyntaxError|Error|EvalError|TypeError|URIError").split("|")
         
     | 
| 
      
 166 
     | 
    
         
            +
                    );
         
     | 
| 
      
 167 
     | 
    
         
            +
             
     | 
| 
      
 168 
     | 
    
         
            +
                    this.$rules = {
         
     | 
| 
      
 169 
     | 
    
         
            +
                        start : [
         
     | 
| 
      
 170 
     | 
    
         
            +
                            {
         
     | 
| 
      
 171 
     | 
    
         
            +
                                token : "identifier",
         
     | 
| 
      
 172 
     | 
    
         
            +
                                regex : "(?:(?:\\.|::)\\s*)" + identifier
         
     | 
| 
      
 173 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 174 
     | 
    
         
            +
                                token : "variable",
         
     | 
| 
      
 175 
     | 
    
         
            +
                                regex : "@(?:" + identifier + ")?"
         
     | 
| 
      
 176 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 177 
     | 
    
         
            +
                                token: function(value) {
         
     | 
| 
      
 178 
     | 
    
         
            +
                                    if (keywords.hasOwnProperty(value))
         
     | 
| 
      
 179 
     | 
    
         
            +
                                        return "keyword";
         
     | 
| 
      
 180 
     | 
    
         
            +
                                    else if (langConstant.hasOwnProperty(value))
         
     | 
| 
      
 181 
     | 
    
         
            +
                                        return "constant.language";
         
     | 
| 
      
 182 
     | 
    
         
            +
                                    else if (illegal.hasOwnProperty(value))
         
     | 
| 
      
 183 
     | 
    
         
            +
                                        return "invalid.illegal";
         
     | 
| 
      
 184 
     | 
    
         
            +
                                    else if (supportClass.hasOwnProperty(value))
         
     | 
| 
      
 185 
     | 
    
         
            +
                                        return "language.support.class";
         
     | 
| 
      
 186 
     | 
    
         
            +
                                    else if (supportFunction.hasOwnProperty(value))
         
     | 
| 
      
 187 
     | 
    
         
            +
                                        return "language.support.function";
         
     | 
| 
      
 188 
     | 
    
         
            +
                                    else
         
     | 
| 
      
 189 
     | 
    
         
            +
                                        return "identifier";
         
     | 
| 
      
 190 
     | 
    
         
            +
                                },
         
     | 
| 
      
 191 
     | 
    
         
            +
                                regex : identifier
         
     | 
| 
      
 192 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 193 
     | 
    
         
            +
                                token : "constant.numeric",
         
     | 
| 
      
 194 
     | 
    
         
            +
                                regex : "(?:0x[\\da-fA-F]+|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:[eE][+-]?\\d+)?)"
         
     | 
| 
      
 195 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 196 
     | 
    
         
            +
                                token : "string",
         
     | 
| 
      
 197 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 198 
     | 
    
         
            +
                                regex : "'''",
         
     | 
| 
      
 199 
     | 
    
         
            +
                                next : "qdoc"
         
     | 
| 
      
 200 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 201 
     | 
    
         
            +
                                token : "string",
         
     | 
| 
      
 202 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 203 
     | 
    
         
            +
                                regex : '"""',
         
     | 
| 
      
 204 
     | 
    
         
            +
                                next : "qqdoc"
         
     | 
| 
      
 205 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 206 
     | 
    
         
            +
                                token : "string",
         
     | 
| 
      
 207 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 208 
     | 
    
         
            +
                                regex : "'",
         
     | 
| 
      
 209 
     | 
    
         
            +
                                next : "qstring"
         
     | 
| 
      
 210 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 211 
     | 
    
         
            +
                                token : "string",
         
     | 
| 
      
 212 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 213 
     | 
    
         
            +
                                regex : '"',
         
     | 
| 
      
 214 
     | 
    
         
            +
                                next : "qqstring"
         
     | 
| 
      
 215 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 216 
     | 
    
         
            +
                                token : "string",
         
     | 
| 
      
 217 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 218 
     | 
    
         
            +
                                regex : "`",
         
     | 
| 
      
 219 
     | 
    
         
            +
                                next : "js"
         
     | 
| 
      
 220 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 221 
     | 
    
         
            +
                                token : "string.regex",
         
     | 
| 
      
 222 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 223 
     | 
    
         
            +
                                regex : "///",
         
     | 
| 
      
 224 
     | 
    
         
            +
                                next : "heregex"
         
     | 
| 
      
 225 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 226 
     | 
    
         
            +
                                token : "string.regex",
         
     | 
| 
      
 227 
     | 
    
         
            +
                                regex : "/(?!\\s)[^[/\\n\\\\]*(?: (?:\\\\.|\\[[^\\]\\n\\\\]*(?:\\\\.[^\\]\\n\\\\]*)*\\])[^[/\\n\\\\]*)*/[imgy]{0,4}(?!\\w)"
         
     | 
| 
      
 228 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 229 
     | 
    
         
            +
                                token : "comment",
         
     | 
| 
      
 230 
     | 
    
         
            +
                                merge : true,
         
     | 
| 
      
 231 
     | 
    
         
            +
                                regex : "###(?!#)",
         
     | 
| 
      
 232 
     | 
    
         
            +
                                next : "comment"
         
     | 
| 
      
 233 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 234 
     | 
    
         
            +
                                token : "comment",
         
     | 
| 
      
 235 
     | 
    
         
            +
                                regex : "#.*"
         
     | 
| 
      
 236 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 237 
     | 
    
         
            +
                                token : "punctuation.operator",
         
     | 
| 
      
 238 
     | 
    
         
            +
                                regex : "\\?|\\:|\\,|\\."
         
     | 
| 
      
 239 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 240 
     | 
    
         
            +
                                token : "keyword.operator",
         
     | 
| 
      
 241 
     | 
    
         
            +
                                regex : "(?:[\\-=]>|[-+*/%<>&|^!?=]=|>>>=?|\\-\\-|\\+\\+|::|&&=|\\|\\|=|<<=|>>=|\\?\\.|\\.{2,3}|[!*+-=><])"
         
     | 
| 
      
 242 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 243 
     | 
    
         
            +
                                token : "paren.lparen",
         
     | 
| 
      
 244 
     | 
    
         
            +
                                regex : "[({[]"
         
     | 
| 
      
 245 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 246 
     | 
    
         
            +
                                token : "paren.rparen",
         
     | 
| 
      
 247 
     | 
    
         
            +
                                regex : "[\\]})]"
         
     | 
| 
      
 248 
     | 
    
         
            +
                            }, {
         
     | 
| 
      
 249 
     | 
    
         
            +
                                token : "text",
         
     | 
| 
      
 250 
     | 
    
         
            +
                                regex : "\\s+"
         
     | 
| 
      
 251 
     | 
    
         
            +
                            }],
         
     | 
| 
      
 252 
     | 
    
         
            +
                        
         
     | 
| 
      
 253 
     | 
    
         
            +
                        qdoc : [{
         
     | 
| 
      
 254 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 255 
     | 
    
         
            +
                            regex : ".*?'''",
         
     | 
| 
      
 256 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 257 
     | 
    
         
            +
                        }, stringfill],
         
     | 
| 
      
 258 
     | 
    
         
            +
                        
         
     | 
| 
      
 259 
     | 
    
         
            +
                        qqdoc : [{
         
     | 
| 
      
 260 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 261 
     | 
    
         
            +
                            regex : '.*?"""',
         
     | 
| 
      
 262 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 263 
     | 
    
         
            +
                        }, stringfill],
         
     | 
| 
      
 264 
     | 
    
         
            +
                        
         
     | 
| 
      
 265 
     | 
    
         
            +
                        qstring : [{
         
     | 
| 
      
 266 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 267 
     | 
    
         
            +
                            regex : "[^\\\\']*(?:\\\\.[^\\\\']*)*'",
         
     | 
| 
      
 268 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 269 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 270 
     | 
    
         
            +
                        }, stringfill],
         
     | 
| 
      
 271 
     | 
    
         
            +
                        
         
     | 
| 
      
 272 
     | 
    
         
            +
                        qqstring : [{
         
     | 
| 
      
 273 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 274 
     | 
    
         
            +
                            regex : '[^\\\\"]*(?:\\\\.[^\\\\"]*)*"',
         
     | 
| 
      
 275 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 276 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 277 
     | 
    
         
            +
                        }, stringfill],
         
     | 
| 
      
 278 
     | 
    
         
            +
                        
         
     | 
| 
      
 279 
     | 
    
         
            +
                        js : [{
         
     | 
| 
      
 280 
     | 
    
         
            +
                            token : "string",
         
     | 
| 
      
 281 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 282 
     | 
    
         
            +
                            regex : "[^\\\\`]*(?:\\\\.[^\\\\`]*)*`",
         
     | 
| 
      
 283 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 284 
     | 
    
         
            +
                        }, stringfill],
         
     | 
| 
      
 285 
     | 
    
         
            +
                        
         
     | 
| 
      
 286 
     | 
    
         
            +
                        heregex : [{
         
     | 
| 
      
 287 
     | 
    
         
            +
                            token : "string.regex",
         
     | 
| 
      
 288 
     | 
    
         
            +
                            regex : '.*?///[imgy]{0,4}',
         
     | 
| 
      
 289 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 290 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 291 
     | 
    
         
            +
                            token : "comment.regex",
         
     | 
| 
      
 292 
     | 
    
         
            +
                            regex : "\\s+(?:#.*)?"
         
     | 
| 
      
 293 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 294 
     | 
    
         
            +
                            token : "string.regex",
         
     | 
| 
      
 295 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 296 
     | 
    
         
            +
                            regex : "\\S+"
         
     | 
| 
      
 297 
     | 
    
         
            +
                        }],
         
     | 
| 
      
 298 
     | 
    
         
            +
                        
         
     | 
| 
      
 299 
     | 
    
         
            +
                        comment : [{
         
     | 
| 
      
 300 
     | 
    
         
            +
                            token : "comment",
         
     | 
| 
      
 301 
     | 
    
         
            +
                            regex : '.*?###',
         
     | 
| 
      
 302 
     | 
    
         
            +
                            next : "start"
         
     | 
| 
      
 303 
     | 
    
         
            +
                        }, {
         
     | 
| 
      
 304 
     | 
    
         
            +
                            token : "comment",
         
     | 
| 
      
 305 
     | 
    
         
            +
                            merge : true,
         
     | 
| 
      
 306 
     | 
    
         
            +
                            regex : ".+"
         
     | 
| 
      
 307 
     | 
    
         
            +
                        }]
         
     | 
| 
      
 308 
     | 
    
         
            +
                    };
         
     | 
| 
      
 309 
     | 
    
         
            +
                }
         
     | 
| 
      
 310 
     | 
    
         
            +
             
     | 
| 
      
 311 
     | 
    
         
            +
                exports.CoffeeHighlightRules = CoffeeHighlightRules;
         
     | 
| 
      
 312 
     | 
    
         
            +
            });
         
     | 
| 
      
 313 
     | 
    
         
            +
             
     | 
| 
      
 314 
     | 
    
         
            +
            define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
      
 315 
     | 
    
         
            +
             
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
            var Range = require("../range").Range;
         
     | 
| 
      
 318 
     | 
    
         
            +
             
     | 
| 
      
 319 
     | 
    
         
            +
            var MatchingBraceOutdent = function() {};
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 322 
     | 
    
         
            +
             
     | 
| 
      
 323 
     | 
    
         
            +
                this.checkOutdent = function(line, input) {
         
     | 
| 
      
 324 
     | 
    
         
            +
                    if (! /^\s+$/.test(line))
         
     | 
| 
      
 325 
     | 
    
         
            +
                        return false;
         
     | 
| 
      
 326 
     | 
    
         
            +
             
     | 
| 
      
 327 
     | 
    
         
            +
                    return /^\s*\}/.test(input);
         
     | 
| 
      
 328 
     | 
    
         
            +
                };
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
                this.autoOutdent = function(doc, row) {
         
     | 
| 
      
 331 
     | 
    
         
            +
                    var line = doc.getLine(row);
         
     | 
| 
      
 332 
     | 
    
         
            +
                    var match = line.match(/^(\s*\})/);
         
     | 
| 
      
 333 
     | 
    
         
            +
             
     | 
| 
      
 334 
     | 
    
         
            +
                    if (!match) return 0;
         
     | 
| 
      
 335 
     | 
    
         
            +
             
     | 
| 
      
 336 
     | 
    
         
            +
                    var column = match[1].length;
         
     | 
| 
      
 337 
     | 
    
         
            +
                    var openBracePos = doc.findMatchingBracket({row: row, column: column});
         
     | 
| 
      
 338 
     | 
    
         
            +
             
     | 
| 
      
 339 
     | 
    
         
            +
                    if (!openBracePos || openBracePos.row == row) return 0;
         
     | 
| 
      
 340 
     | 
    
         
            +
             
     | 
| 
      
 341 
     | 
    
         
            +
                    var indent = this.$getIndent(doc.getLine(openBracePos.row));
         
     | 
| 
      
 342 
     | 
    
         
            +
                    doc.replace(new Range(row, 0, row, column-1), indent);
         
     | 
| 
      
 343 
     | 
    
         
            +
                };
         
     | 
| 
      
 344 
     | 
    
         
            +
             
     | 
| 
      
 345 
     | 
    
         
            +
                this.$getIndent = function(line) {
         
     | 
| 
      
 346 
     | 
    
         
            +
                    var match = line.match(/^(\s+)/);
         
     | 
| 
      
 347 
     | 
    
         
            +
                    if (match) {
         
     | 
| 
      
 348 
     | 
    
         
            +
                        return match[1];
         
     | 
| 
      
 349 
     | 
    
         
            +
                    }
         
     | 
| 
      
 350 
     | 
    
         
            +
             
     | 
| 
      
 351 
     | 
    
         
            +
                    return "";
         
     | 
| 
      
 352 
     | 
    
         
            +
                };
         
     | 
| 
      
 353 
     | 
    
         
            +
             
     | 
| 
      
 354 
     | 
    
         
            +
            }).call(MatchingBraceOutdent.prototype);
         
     | 
| 
      
 355 
     | 
    
         
            +
             
     | 
| 
      
 356 
     | 
    
         
            +
            exports.MatchingBraceOutdent = MatchingBraceOutdent;
         
     | 
| 
      
 357 
     | 
    
         
            +
            });
         
     | 
| 
      
 358 
     | 
    
         
            +
             
     | 
| 
      
 359 
     | 
    
         
            +
            define('ace/mode/folding/coffee', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/folding/fold_mode', 'ace/range'], function(require, exports, module) {
         
     | 
| 
      
 360 
     | 
    
         
            +
             
     | 
| 
      
 361 
     | 
    
         
            +
             
     | 
| 
      
 362 
     | 
    
         
            +
            var oop = require("../../lib/oop");
         
     | 
| 
      
 363 
     | 
    
         
            +
            var BaseFoldMode = require("./fold_mode").FoldMode;
         
     | 
| 
      
 364 
     | 
    
         
            +
            var Range = require("../../range").Range;
         
     | 
| 
      
 365 
     | 
    
         
            +
             
     | 
| 
      
 366 
     | 
    
         
            +
            var FoldMode = exports.FoldMode = function() {};
         
     | 
| 
      
 367 
     | 
    
         
            +
            oop.inherits(FoldMode, BaseFoldMode);
         
     | 
| 
      
 368 
     | 
    
         
            +
             
     | 
| 
      
 369 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 370 
     | 
    
         
            +
             
     | 
| 
      
 371 
     | 
    
         
            +
                this.getFoldWidgetRange = function(session, foldStyle, row) {
         
     | 
| 
      
 372 
     | 
    
         
            +
                    var range = this.indentationBlock(session, row);
         
     | 
| 
      
 373 
     | 
    
         
            +
                    if (range)
         
     | 
| 
      
 374 
     | 
    
         
            +
                        return range;
         
     | 
| 
      
 375 
     | 
    
         
            +
             
     | 
| 
      
 376 
     | 
    
         
            +
                    var re = /\S/;
         
     | 
| 
      
 377 
     | 
    
         
            +
                    var line = session.getLine(row);
         
     | 
| 
      
 378 
     | 
    
         
            +
                    var startLevel = line.search(re);
         
     | 
| 
      
 379 
     | 
    
         
            +
                    if (startLevel == -1 || line[startLevel] != "#")
         
     | 
| 
      
 380 
     | 
    
         
            +
                        return;
         
     | 
| 
      
 381 
     | 
    
         
            +
             
     | 
| 
      
 382 
     | 
    
         
            +
                    var startColumn = line.length;
         
     | 
| 
      
 383 
     | 
    
         
            +
                    var maxRow = session.getLength();
         
     | 
| 
      
 384 
     | 
    
         
            +
                    var startRow = row;
         
     | 
| 
      
 385 
     | 
    
         
            +
                    var endRow = row;
         
     | 
| 
      
 386 
     | 
    
         
            +
             
     | 
| 
      
 387 
     | 
    
         
            +
                    while (++row < maxRow) {
         
     | 
| 
      
 388 
     | 
    
         
            +
                        line = session.getLine(row);
         
     | 
| 
      
 389 
     | 
    
         
            +
                        var level = line.search(re);
         
     | 
| 
      
 390 
     | 
    
         
            +
             
     | 
| 
      
 391 
     | 
    
         
            +
                        if (level == -1)
         
     | 
| 
      
 392 
     | 
    
         
            +
                            continue;
         
     | 
| 
      
 393 
     | 
    
         
            +
             
     | 
| 
      
 394 
     | 
    
         
            +
                        if (line[level] != "#")
         
     | 
| 
      
 395 
     | 
    
         
            +
                            break;
         
     | 
| 
      
 396 
     | 
    
         
            +
             
     | 
| 
      
 397 
     | 
    
         
            +
                        endRow = row;
         
     | 
| 
      
 398 
     | 
    
         
            +
                    }
         
     | 
| 
      
 399 
     | 
    
         
            +
             
     | 
| 
      
 400 
     | 
    
         
            +
                    if (endRow > startRow) {
         
     | 
| 
      
 401 
     | 
    
         
            +
                        var endColumn = session.getLine(endRow).length;
         
     | 
| 
      
 402 
     | 
    
         
            +
                        return new Range(startRow, startColumn, endRow, endColumn);
         
     | 
| 
      
 403 
     | 
    
         
            +
                    }
         
     | 
| 
      
 404 
     | 
    
         
            +
                };
         
     | 
| 
      
 405 
     | 
    
         
            +
             
     | 
| 
      
 406 
     | 
    
         
            +
                // must return "" if there's no fold, to enable caching
         
     | 
| 
      
 407 
     | 
    
         
            +
                this.getFoldWidget = function(session, foldStyle, row) {
         
     | 
| 
      
 408 
     | 
    
         
            +
                    var line = session.getLine(row);
         
     | 
| 
      
 409 
     | 
    
         
            +
                    var indent = line.search(/\S/);
         
     | 
| 
      
 410 
     | 
    
         
            +
                    var next = session.getLine(row + 1);
         
     | 
| 
      
 411 
     | 
    
         
            +
                    var prev = session.getLine(row - 1);
         
     | 
| 
      
 412 
     | 
    
         
            +
                    var prevIndent = prev.search(/\S/);
         
     | 
| 
      
 413 
     | 
    
         
            +
                    var nextIndent = next.search(/\S/);
         
     | 
| 
      
 414 
     | 
    
         
            +
             
     | 
| 
      
 415 
     | 
    
         
            +
                    if (indent == -1) {
         
     | 
| 
      
 416 
     | 
    
         
            +
                        session.foldWidgets[row - 1] = prevIndent!= -1 && prevIndent < nextIndent ? "start" : "";
         
     | 
| 
      
 417 
     | 
    
         
            +
                        return "";
         
     | 
| 
      
 418 
     | 
    
         
            +
                    }
         
     | 
| 
      
 419 
     | 
    
         
            +
             
     | 
| 
      
 420 
     | 
    
         
            +
                    // documentation comments
         
     | 
| 
      
 421 
     | 
    
         
            +
                    if (prevIndent == -1) {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        if (indent == nextIndent && line[indent] == "#" && next[indent] == "#") {
         
     | 
| 
      
 423 
     | 
    
         
            +
                            session.foldWidgets[row - 1] = "";
         
     | 
| 
      
 424 
     | 
    
         
            +
                            session.foldWidgets[row + 1] = "";
         
     | 
| 
      
 425 
     | 
    
         
            +
                            return "start";
         
     | 
| 
      
 426 
     | 
    
         
            +
                        }
         
     | 
| 
      
 427 
     | 
    
         
            +
                    } else if (prevIndent == indent && line[indent] == "#" && prev[indent] == "#") {
         
     | 
| 
      
 428 
     | 
    
         
            +
                        if (session.getLine(row - 2).search(/\S/) == -1) {
         
     | 
| 
      
 429 
     | 
    
         
            +
                            session.foldWidgets[row - 1] = "start";
         
     | 
| 
      
 430 
     | 
    
         
            +
                            session.foldWidgets[row + 1] = "";
         
     | 
| 
      
 431 
     | 
    
         
            +
                            return "";
         
     | 
| 
      
 432 
     | 
    
         
            +
                        }
         
     | 
| 
      
 433 
     | 
    
         
            +
                    }
         
     | 
| 
      
 434 
     | 
    
         
            +
             
     | 
| 
      
 435 
     | 
    
         
            +
                    if (prevIndent!= -1 && prevIndent < indent)
         
     | 
| 
      
 436 
     | 
    
         
            +
                        session.foldWidgets[row - 1] = "start";
         
     | 
| 
      
 437 
     | 
    
         
            +
                    else
         
     | 
| 
      
 438 
     | 
    
         
            +
                        session.foldWidgets[row - 1] = "";
         
     | 
| 
      
 439 
     | 
    
         
            +
             
     | 
| 
      
 440 
     | 
    
         
            +
                    if (indent < nextIndent)
         
     | 
| 
      
 441 
     | 
    
         
            +
                        return "start";
         
     | 
| 
      
 442 
     | 
    
         
            +
                    else
         
     | 
| 
      
 443 
     | 
    
         
            +
                        return "";
         
     | 
| 
      
 444 
     | 
    
         
            +
                };
         
     | 
| 
      
 445 
     | 
    
         
            +
             
     | 
| 
      
 446 
     | 
    
         
            +
            }).call(FoldMode.prototype);
         
     | 
| 
      
 447 
     | 
    
         
            +
             
     | 
| 
      
 448 
     | 
    
         
            +
            });
         
     | 
| 
      
 449 
     | 
    
         
            +
             
     | 
| 
      
 450 
     | 
    
         
            +
            define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
      
 451 
     | 
    
         
            +
             
     | 
| 
      
 452 
     | 
    
         
            +
             
     | 
| 
      
 453 
     | 
    
         
            +
            var Range = require("../../range").Range;
         
     | 
| 
      
 454 
     | 
    
         
            +
             
     | 
| 
      
 455 
     | 
    
         
            +
            var FoldMode = exports.FoldMode = function() {};
         
     | 
| 
      
 456 
     | 
    
         
            +
             
     | 
| 
      
 457 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 458 
     | 
    
         
            +
             
     | 
| 
      
 459 
     | 
    
         
            +
                this.foldingStartMarker = null;
         
     | 
| 
      
 460 
     | 
    
         
            +
                this.foldingStopMarker = null;
         
     | 
| 
      
 461 
     | 
    
         
            +
             
     | 
| 
      
 462 
     | 
    
         
            +
                // must return "" if there's no fold, to enable caching
         
     | 
| 
      
 463 
     | 
    
         
            +
                this.getFoldWidget = function(session, foldStyle, row) {
         
     | 
| 
      
 464 
     | 
    
         
            +
                    var line = session.getLine(row);
         
     | 
| 
      
 465 
     | 
    
         
            +
                    if (this.foldingStartMarker.test(line))
         
     | 
| 
      
 466 
     | 
    
         
            +
                        return "start";
         
     | 
| 
      
 467 
     | 
    
         
            +
                    if (foldStyle == "markbeginend"
         
     | 
| 
      
 468 
     | 
    
         
            +
                            && this.foldingStopMarker
         
     | 
| 
      
 469 
     | 
    
         
            +
                            && this.foldingStopMarker.test(line))
         
     | 
| 
      
 470 
     | 
    
         
            +
                        return "end";
         
     | 
| 
      
 471 
     | 
    
         
            +
                    return "";
         
     | 
| 
      
 472 
     | 
    
         
            +
                };
         
     | 
| 
      
 473 
     | 
    
         
            +
             
     | 
| 
      
 474 
     | 
    
         
            +
                this.getFoldWidgetRange = function(session, foldStyle, row) {
         
     | 
| 
      
 475 
     | 
    
         
            +
                    return null;
         
     | 
| 
      
 476 
     | 
    
         
            +
                };
         
     | 
| 
      
 477 
     | 
    
         
            +
             
     | 
| 
      
 478 
     | 
    
         
            +
                this.indentationBlock = function(session, row, column) {
         
     | 
| 
      
 479 
     | 
    
         
            +
                    var re = /\S/;
         
     | 
| 
      
 480 
     | 
    
         
            +
                    var line = session.getLine(row);
         
     | 
| 
      
 481 
     | 
    
         
            +
                    var startLevel = line.search(re);
         
     | 
| 
      
 482 
     | 
    
         
            +
                    if (startLevel == -1)
         
     | 
| 
      
 483 
     | 
    
         
            +
                        return;
         
     | 
| 
      
 484 
     | 
    
         
            +
             
     | 
| 
      
 485 
     | 
    
         
            +
                    var startColumn = column || line.length;
         
     | 
| 
      
 486 
     | 
    
         
            +
                    var maxRow = session.getLength();
         
     | 
| 
      
 487 
     | 
    
         
            +
                    var startRow = row;
         
     | 
| 
      
 488 
     | 
    
         
            +
                    var endRow = row;
         
     | 
| 
      
 489 
     | 
    
         
            +
             
     | 
| 
      
 490 
     | 
    
         
            +
                    while (++row < maxRow) {
         
     | 
| 
      
 491 
     | 
    
         
            +
                        var level = session.getLine(row).search(re);
         
     | 
| 
      
 492 
     | 
    
         
            +
             
     | 
| 
      
 493 
     | 
    
         
            +
                        if (level == -1)
         
     | 
| 
      
 494 
     | 
    
         
            +
                            continue;
         
     | 
| 
      
 495 
     | 
    
         
            +
             
     | 
| 
      
 496 
     | 
    
         
            +
                        if (level <= startLevel)
         
     | 
| 
      
 497 
     | 
    
         
            +
                            break;
         
     | 
| 
      
 498 
     | 
    
         
            +
             
     | 
| 
      
 499 
     | 
    
         
            +
                        endRow = row;
         
     | 
| 
      
 500 
     | 
    
         
            +
                    }
         
     | 
| 
      
 501 
     | 
    
         
            +
             
     | 
| 
      
 502 
     | 
    
         
            +
                    if (endRow > startRow) {
         
     | 
| 
      
 503 
     | 
    
         
            +
                        var endColumn = session.getLine(endRow).length;
         
     | 
| 
      
 504 
     | 
    
         
            +
                        return new Range(startRow, startColumn, endRow, endColumn);
         
     | 
| 
      
 505 
     | 
    
         
            +
                    }
         
     | 
| 
      
 506 
     | 
    
         
            +
                };
         
     | 
| 
      
 507 
     | 
    
         
            +
             
     | 
| 
      
 508 
     | 
    
         
            +
                this.openingBracketBlock = function(session, bracket, row, column, typeRe) {
         
     | 
| 
      
 509 
     | 
    
         
            +
                    var start = {row: row, column: column + 1};
         
     | 
| 
      
 510 
     | 
    
         
            +
                    var end = session.$findClosingBracket(bracket, start, typeRe);
         
     | 
| 
      
 511 
     | 
    
         
            +
                    if (!end)
         
     | 
| 
      
 512 
     | 
    
         
            +
                        return;
         
     | 
| 
      
 513 
     | 
    
         
            +
             
     | 
| 
      
 514 
     | 
    
         
            +
                    var fw = session.foldWidgets[end.row];
         
     | 
| 
      
 515 
     | 
    
         
            +
                    if (fw == null)
         
     | 
| 
      
 516 
     | 
    
         
            +
                        fw = this.getFoldWidget(session, end.row);
         
     | 
| 
      
 517 
     | 
    
         
            +
             
     | 
| 
      
 518 
     | 
    
         
            +
                    if (fw == "start" && end.row > start.row) {
         
     | 
| 
      
 519 
     | 
    
         
            +
                        end.row --;
         
     | 
| 
      
 520 
     | 
    
         
            +
                        end.column = session.getLine(end.row).length;
         
     | 
| 
      
 521 
     | 
    
         
            +
                    }
         
     | 
| 
      
 522 
     | 
    
         
            +
                    return Range.fromPoints(start, end);
         
     | 
| 
      
 523 
     | 
    
         
            +
                };
         
     | 
| 
      
 524 
     | 
    
         
            +
             
     | 
| 
      
 525 
     | 
    
         
            +
            }).call(FoldMode.prototype);
         
     | 
| 
      
 526 
     | 
    
         
            +
             
     | 
| 
      
 527 
     | 
    
         
            +
            });
         
     |