aced_rails 0.0.1

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.
Files changed (255) hide show
  1. data/.gitignore +17 -0
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +22 -0
  5. data/README.md +49 -0
  6. data/Rakefile +2 -0
  7. data/aced_rails.gemspec +19 -0
  8. data/lib/aced_rails.rb +7 -0
  9. data/lib/aced_rails/engine.rb +4 -0
  10. data/lib/aced_rails/version.rb +3 -0
  11. data/vendor/assets/javascripts/ace/ace-compat-noconflict.js +1 -0
  12. data/vendor/assets/javascripts/ace/ace-compat-uncompressed-noconflict.js +480 -0
  13. data/vendor/assets/javascripts/ace/ace-compat-uncompressed.js +480 -0
  14. data/vendor/assets/javascripts/ace/ace-compat.js +1 -0
  15. data/vendor/assets/javascripts/ace/ace-noconflict.js +10 -0
  16. data/vendor/assets/javascripts/ace/ace-uncompressed-noconflict.js +14649 -0
  17. data/vendor/assets/javascripts/ace/ace-uncompressed.js +14649 -0
  18. data/vendor/assets/javascripts/ace/ace.js +10 -0
  19. data/vendor/assets/javascripts/ace/keybinding-emacs-noconflict.js +1 -0
  20. data/vendor/assets/javascripts/ace/keybinding-emacs-uncompressed-noconflict.js +405 -0
  21. data/vendor/assets/javascripts/ace/keybinding-emacs-uncompressed.js +405 -0
  22. data/vendor/assets/javascripts/ace/keybinding-emacs.js +1 -0
  23. data/vendor/assets/javascripts/ace/keybinding-vim-noconflict.js +1 -0
  24. data/vendor/assets/javascripts/ace/keybinding-vim-uncompressed-noconflict.js +393 -0
  25. data/vendor/assets/javascripts/ace/keybinding-vim-uncompressed.js +393 -0
  26. data/vendor/assets/javascripts/ace/keybinding-vim.js +1 -0
  27. data/vendor/assets/javascripts/ace/mode-c_cpp-noconflict.js +1 -0
  28. data/vendor/assets/javascripts/ace/mode-c_cpp-uncompressed-noconflict.js +918 -0
  29. data/vendor/assets/javascripts/ace/mode-c_cpp-uncompressed.js +918 -0
  30. data/vendor/assets/javascripts/ace/mode-c_cpp.js +1 -0
  31. data/vendor/assets/javascripts/ace/mode-clojure-noconflict.js +1 -0
  32. data/vendor/assets/javascripts/ace/mode-clojure-uncompressed-noconflict.js +422 -0
  33. data/vendor/assets/javascripts/ace/mode-clojure-uncompressed.js +422 -0
  34. data/vendor/assets/javascripts/ace/mode-clojure.js +1 -0
  35. data/vendor/assets/javascripts/ace/mode-coffee-noconflict.js +1 -0
  36. data/vendor/assets/javascripts/ace/mode-coffee-uncompressed-noconflict.js +605 -0
  37. data/vendor/assets/javascripts/ace/mode-coffee-uncompressed.js +605 -0
  38. data/vendor/assets/javascripts/ace/mode-coffee.js +1 -0
  39. data/vendor/assets/javascripts/ace/mode-coldfusion-noconflict.js +1 -0
  40. data/vendor/assets/javascripts/ace/mode-coldfusion-uncompressed-noconflict.js +2361 -0
  41. data/vendor/assets/javascripts/ace/mode-coldfusion-uncompressed.js +2361 -0
  42. data/vendor/assets/javascripts/ace/mode-coldfusion.js +1 -0
  43. data/vendor/assets/javascripts/ace/mode-csharp-noconflict.js +1 -0
  44. data/vendor/assets/javascripts/ace/mode-csharp-uncompressed-noconflict.js +768 -0
  45. data/vendor/assets/javascripts/ace/mode-csharp-uncompressed.js +768 -0
  46. data/vendor/assets/javascripts/ace/mode-csharp.js +1 -0
  47. data/vendor/assets/javascripts/ace/mode-css-noconflict.js +1 -0
  48. data/vendor/assets/javascripts/ace/mode-css-uncompressed-noconflict.js +664 -0
  49. data/vendor/assets/javascripts/ace/mode-css-uncompressed.js +664 -0
  50. data/vendor/assets/javascripts/ace/mode-css.js +1 -0
  51. data/vendor/assets/javascripts/ace/mode-groovy-noconflict.js +1 -0
  52. data/vendor/assets/javascripts/ace/mode-groovy-uncompressed-noconflict.js +1280 -0
  53. data/vendor/assets/javascripts/ace/mode-groovy-uncompressed.js +1280 -0
  54. data/vendor/assets/javascripts/ace/mode-groovy.js +1 -0
  55. data/vendor/assets/javascripts/ace/mode-haxe-noconflict.js +1 -0
  56. data/vendor/assets/javascripts/ace/mode-haxe-uncompressed-noconflict.js +768 -0
  57. data/vendor/assets/javascripts/ace/mode-haxe-uncompressed.js +768 -0
  58. data/vendor/assets/javascripts/ace/mode-haxe.js +1 -0
  59. data/vendor/assets/javascripts/ace/mode-html-noconflict.js +1 -0
  60. data/vendor/assets/javascripts/ace/mode-html-uncompressed-noconflict.js +2377 -0
  61. data/vendor/assets/javascripts/ace/mode-html-uncompressed.js +2377 -0
  62. data/vendor/assets/javascripts/ace/mode-html.js +1 -0
  63. data/vendor/assets/javascripts/ace/mode-java-noconflict.js +1 -0
  64. data/vendor/assets/javascripts/ace/mode-java-uncompressed-noconflict.js +1282 -0
  65. data/vendor/assets/javascripts/ace/mode-java-uncompressed.js +1282 -0
  66. data/vendor/assets/javascripts/ace/mode-java.js +1 -0
  67. data/vendor/assets/javascripts/ace/mode-javascript-noconflict.js +1 -0
  68. data/vendor/assets/javascripts/ace/mode-javascript-uncompressed-noconflict.js +1113 -0
  69. data/vendor/assets/javascripts/ace/mode-javascript-uncompressed.js +1113 -0
  70. data/vendor/assets/javascripts/ace/mode-javascript.js +1 -0
  71. data/vendor/assets/javascripts/ace/mode-json-noconflict.js +1 -0
  72. data/vendor/assets/javascripts/ace/mode-json-uncompressed-noconflict.js +696 -0
  73. data/vendor/assets/javascripts/ace/mode-json-uncompressed.js +696 -0
  74. data/vendor/assets/javascripts/ace/mode-json.js +1 -0
  75. data/vendor/assets/javascripts/ace/mode-latex-noconflict.js +1 -0
  76. data/vendor/assets/javascripts/ace/mode-latex-uncompressed-noconflict.js +95 -0
  77. data/vendor/assets/javascripts/ace/mode-latex-uncompressed.js +95 -0
  78. data/vendor/assets/javascripts/ace/mode-latex.js +1 -0
  79. data/vendor/assets/javascripts/ace/mode-lua-noconflict.js +1 -0
  80. data/vendor/assets/javascripts/ace/mode-lua-uncompressed-noconflict.js +523 -0
  81. data/vendor/assets/javascripts/ace/mode-lua-uncompressed.js +523 -0
  82. data/vendor/assets/javascripts/ace/mode-lua.js +1 -0
  83. data/vendor/assets/javascripts/ace/mode-markdown-noconflict.js +1 -0
  84. data/vendor/assets/javascripts/ace/mode-markdown-uncompressed-noconflict.js +2819 -0
  85. data/vendor/assets/javascripts/ace/mode-markdown-uncompressed.js +2819 -0
  86. data/vendor/assets/javascripts/ace/mode-markdown.js +1 -0
  87. data/vendor/assets/javascripts/ace/mode-ocaml-noconflict.js +1 -0
  88. data/vendor/assets/javascripts/ace/mode-ocaml-uncompressed-noconflict.js +539 -0
  89. data/vendor/assets/javascripts/ace/mode-ocaml-uncompressed.js +539 -0
  90. data/vendor/assets/javascripts/ace/mode-ocaml.js +1 -0
  91. data/vendor/assets/javascripts/ace/mode-perl-noconflict.js +1 -0
  92. data/vendor/assets/javascripts/ace/mode-perl-uncompressed-noconflict.js +573 -0
  93. data/vendor/assets/javascripts/ace/mode-perl-uncompressed.js +573 -0
  94. data/vendor/assets/javascripts/ace/mode-perl.js +1 -0
  95. data/vendor/assets/javascripts/ace/mode-pgsql-noconflict.js +1 -0
  96. data/vendor/assets/javascripts/ace/mode-pgsql-uncompressed-noconflict.js +1107 -0
  97. data/vendor/assets/javascripts/ace/mode-pgsql-uncompressed.js +1107 -0
  98. data/vendor/assets/javascripts/ace/mode-pgsql.js +1 -0
  99. data/vendor/assets/javascripts/ace/mode-php-noconflict.js +1 -0
  100. data/vendor/assets/javascripts/ace/mode-php-uncompressed-noconflict.js +1884 -0
  101. data/vendor/assets/javascripts/ace/mode-php-uncompressed.js +1884 -0
  102. data/vendor/assets/javascripts/ace/mode-php.js +1 -0
  103. data/vendor/assets/javascripts/ace/mode-powershell-noconflict.js +1 -0
  104. data/vendor/assets/javascripts/ace/mode-powershell-uncompressed-noconflict.js +706 -0
  105. data/vendor/assets/javascripts/ace/mode-powershell-uncompressed.js +706 -0
  106. data/vendor/assets/javascripts/ace/mode-powershell.js +1 -0
  107. data/vendor/assets/javascripts/ace/mode-python-noconflict.js +1 -0
  108. data/vendor/assets/javascripts/ace/mode-python-uncompressed-noconflict.js +506 -0
  109. data/vendor/assets/javascripts/ace/mode-python-uncompressed.js +506 -0
  110. data/vendor/assets/javascripts/ace/mode-python.js +1 -0
  111. data/vendor/assets/javascripts/ace/mode-ruby-noconflict.js +1 -0
  112. data/vendor/assets/javascripts/ace/mode-ruby-uncompressed-noconflict.js +391 -0
  113. data/vendor/assets/javascripts/ace/mode-ruby-uncompressed.js +391 -0
  114. data/vendor/assets/javascripts/ace/mode-ruby.js +1 -0
  115. data/vendor/assets/javascripts/ace/mode-scad-noconflict.js +1 -0
  116. data/vendor/assets/javascripts/ace/mode-scad-uncompressed-noconflict.js +906 -0
  117. data/vendor/assets/javascripts/ace/mode-scad-uncompressed.js +906 -0
  118. data/vendor/assets/javascripts/ace/mode-scad.js +1 -0
  119. data/vendor/assets/javascripts/ace/mode-scala-noconflict.js +1 -0
  120. data/vendor/assets/javascripts/ace/mode-scala-uncompressed-noconflict.js +1282 -0
  121. data/vendor/assets/javascripts/ace/mode-scala-uncompressed.js +1282 -0
  122. data/vendor/assets/javascripts/ace/mode-scala.js +1 -0
  123. data/vendor/assets/javascripts/ace/mode-scss-noconflict.js +1 -0
  124. data/vendor/assets/javascripts/ace/mode-scss-uncompressed-noconflict.js +678 -0
  125. data/vendor/assets/javascripts/ace/mode-scss-uncompressed.js +678 -0
  126. data/vendor/assets/javascripts/ace/mode-scss.js +1 -0
  127. data/vendor/assets/javascripts/ace/mode-sh-noconflict.js +1 -0
  128. data/vendor/assets/javascripts/ace/mode-sh-uncompressed-noconflict.js +268 -0
  129. data/vendor/assets/javascripts/ace/mode-sh-uncompressed.js +268 -0
  130. data/vendor/assets/javascripts/ace/mode-sh.js +1 -0
  131. data/vendor/assets/javascripts/ace/mode-sql-noconflict.js +1 -0
  132. data/vendor/assets/javascripts/ace/mode-sql-uncompressed-noconflict.js +159 -0
  133. data/vendor/assets/javascripts/ace/mode-sql-uncompressed.js +159 -0
  134. data/vendor/assets/javascripts/ace/mode-sql.js +1 -0
  135. data/vendor/assets/javascripts/ace/mode-svg-noconflict.js +1 -0
  136. data/vendor/assets/javascripts/ace/mode-svg-uncompressed-noconflict.js +2016 -0
  137. data/vendor/assets/javascripts/ace/mode-svg-uncompressed.js +2016 -0
  138. data/vendor/assets/javascripts/ace/mode-svg.js +1 -0
  139. data/vendor/assets/javascripts/ace/mode-text-noconflict.js +0 -0
  140. data/vendor/assets/javascripts/ace/mode-text-uncompressed-noconflict.js +0 -0
  141. data/vendor/assets/javascripts/ace/mode-text-uncompressed.js +0 -0
  142. data/vendor/assets/javascripts/ace/mode-text.js +0 -0
  143. data/vendor/assets/javascripts/ace/mode-textile-noconflict.js +1 -0
  144. data/vendor/assets/javascripts/ace/mode-textile-uncompressed-noconflict.js +254 -0
  145. data/vendor/assets/javascripts/ace/mode-textile-uncompressed.js +254 -0
  146. data/vendor/assets/javascripts/ace/mode-textile.js +1 -0
  147. data/vendor/assets/javascripts/ace/mode-xml-noconflict.js +1 -0
  148. data/vendor/assets/javascripts/ace/mode-xml-uncompressed-noconflict.js +1001 -0
  149. data/vendor/assets/javascripts/ace/mode-xml-uncompressed.js +1001 -0
  150. data/vendor/assets/javascripts/ace/mode-xml.js +1 -0
  151. data/vendor/assets/javascripts/ace/theme-chrome-noconflict.js +1 -0
  152. data/vendor/assets/javascripts/ace/theme-chrome-uncompressed-noconflict.js +212 -0
  153. data/vendor/assets/javascripts/ace/theme-chrome-uncompressed.js +212 -0
  154. data/vendor/assets/javascripts/ace/theme-chrome.js +1 -0
  155. data/vendor/assets/javascripts/ace/theme-clouds-noconflict.js +1 -0
  156. data/vendor/assets/javascripts/ace/theme-clouds-uncompressed-noconflict.js +155 -0
  157. data/vendor/assets/javascripts/ace/theme-clouds-uncompressed.js +155 -0
  158. data/vendor/assets/javascripts/ace/theme-clouds.js +1 -0
  159. data/vendor/assets/javascripts/ace/theme-clouds_midnight-noconflict.js +1 -0
  160. data/vendor/assets/javascripts/ace/theme-clouds_midnight-uncompressed-noconflict.js +156 -0
  161. data/vendor/assets/javascripts/ace/theme-clouds_midnight-uncompressed.js +156 -0
  162. data/vendor/assets/javascripts/ace/theme-clouds_midnight.js +1 -0
  163. data/vendor/assets/javascripts/ace/theme-cobalt-noconflict.js +1 -0
  164. data/vendor/assets/javascripts/ace/theme-cobalt-uncompressed-noconflict.js +170 -0
  165. data/vendor/assets/javascripts/ace/theme-cobalt-uncompressed.js +170 -0
  166. data/vendor/assets/javascripts/ace/theme-cobalt.js +1 -0
  167. data/vendor/assets/javascripts/ace/theme-crimson_editor-noconflict.js +1 -0
  168. data/vendor/assets/javascripts/ace/theme-crimson_editor-uncompressed-noconflict.js +198 -0
  169. data/vendor/assets/javascripts/ace/theme-crimson_editor-uncompressed.js +198 -0
  170. data/vendor/assets/javascripts/ace/theme-crimson_editor.js +1 -0
  171. data/vendor/assets/javascripts/ace/theme-dawn-noconflict.js +1 -0
  172. data/vendor/assets/javascripts/ace/theme-dawn-uncompressed-noconflict.js +174 -0
  173. data/vendor/assets/javascripts/ace/theme-dawn-uncompressed.js +174 -0
  174. data/vendor/assets/javascripts/ace/theme-dawn.js +1 -0
  175. data/vendor/assets/javascripts/ace/theme-dreamweaver-noconflict.js +1 -0
  176. data/vendor/assets/javascripts/ace/theme-dreamweaver-uncompressed-noconflict.js +227 -0
  177. data/vendor/assets/javascripts/ace/theme-dreamweaver-uncompressed.js +227 -0
  178. data/vendor/assets/javascripts/ace/theme-dreamweaver.js +1 -0
  179. data/vendor/assets/javascripts/ace/theme-eclipse-noconflict.js +1 -0
  180. data/vendor/assets/javascripts/ace/theme-eclipse-uncompressed-noconflict.js +147 -0
  181. data/vendor/assets/javascripts/ace/theme-eclipse-uncompressed.js +147 -0
  182. data/vendor/assets/javascripts/ace/theme-eclipse.js +1 -0
  183. data/vendor/assets/javascripts/ace/theme-idle_fingers-noconflict.js +1 -0
  184. data/vendor/assets/javascripts/ace/theme-idle_fingers-uncompressed-noconflict.js +162 -0
  185. data/vendor/assets/javascripts/ace/theme-idle_fingers-uncompressed.js +162 -0
  186. data/vendor/assets/javascripts/ace/theme-idle_fingers.js +1 -0
  187. data/vendor/assets/javascripts/ace/theme-kr_theme-noconflict.js +1 -0
  188. data/vendor/assets/javascripts/ace/theme-kr_theme-uncompressed-noconflict.js +165 -0
  189. data/vendor/assets/javascripts/ace/theme-kr_theme-uncompressed.js +165 -0
  190. data/vendor/assets/javascripts/ace/theme-kr_theme.js +1 -0
  191. data/vendor/assets/javascripts/ace/theme-merbivore-noconflict.js +1 -0
  192. data/vendor/assets/javascripts/ace/theme-merbivore-uncompressed-noconflict.js +165 -0
  193. data/vendor/assets/javascripts/ace/theme-merbivore-uncompressed.js +165 -0
  194. data/vendor/assets/javascripts/ace/theme-merbivore.js +1 -0
  195. data/vendor/assets/javascripts/ace/theme-merbivore_soft-noconflict.js +1 -0
  196. data/vendor/assets/javascripts/ace/theme-merbivore_soft-uncompressed-noconflict.js +171 -0
  197. data/vendor/assets/javascripts/ace/theme-merbivore_soft-uncompressed.js +171 -0
  198. data/vendor/assets/javascripts/ace/theme-merbivore_soft.js +1 -0
  199. data/vendor/assets/javascripts/ace/theme-mono_industrial-noconflict.js +1 -0
  200. data/vendor/assets/javascripts/ace/theme-mono_industrial-uncompressed-noconflict.js +169 -0
  201. data/vendor/assets/javascripts/ace/theme-mono_industrial-uncompressed.js +169 -0
  202. data/vendor/assets/javascripts/ace/theme-mono_industrial.js +1 -0
  203. data/vendor/assets/javascripts/ace/theme-monokai-noconflict.js +1 -0
  204. data/vendor/assets/javascripts/ace/theme-monokai-uncompressed-noconflict.js +171 -0
  205. data/vendor/assets/javascripts/ace/theme-monokai-uncompressed.js +171 -0
  206. data/vendor/assets/javascripts/ace/theme-monokai.js +1 -0
  207. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-noconflict.js +1 -0
  208. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-uncompressed-noconflict.js +179 -0
  209. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-uncompressed.js +179 -0
  210. data/vendor/assets/javascripts/ace/theme-pastel_on_dark.js +1 -0
  211. data/vendor/assets/javascripts/ace/theme-solarized_dark-noconflict.js +1 -0
  212. data/vendor/assets/javascripts/ace/theme-solarized_dark-uncompressed-noconflict.js +160 -0
  213. data/vendor/assets/javascripts/ace/theme-solarized_dark-uncompressed.js +160 -0
  214. data/vendor/assets/javascripts/ace/theme-solarized_dark.js +1 -0
  215. data/vendor/assets/javascripts/ace/theme-solarized_light-noconflict.js +1 -0
  216. data/vendor/assets/javascripts/ace/theme-solarized_light-uncompressed-noconflict.js +159 -0
  217. data/vendor/assets/javascripts/ace/theme-solarized_light-uncompressed.js +159 -0
  218. data/vendor/assets/javascripts/ace/theme-solarized_light.js +1 -0
  219. data/vendor/assets/javascripts/ace/theme-textmate-noconflict.js +0 -0
  220. data/vendor/assets/javascripts/ace/theme-textmate-uncompressed-noconflict.js +0 -0
  221. data/vendor/assets/javascripts/ace/theme-textmate-uncompressed.js +0 -0
  222. data/vendor/assets/javascripts/ace/theme-textmate.js +0 -0
  223. data/vendor/assets/javascripts/ace/theme-tomorrow-noconflict.js +1 -0
  224. data/vendor/assets/javascripts/ace/theme-tomorrow-uncompressed-noconflict.js +189 -0
  225. data/vendor/assets/javascripts/ace/theme-tomorrow-uncompressed.js +189 -0
  226. data/vendor/assets/javascripts/ace/theme-tomorrow.js +1 -0
  227. data/vendor/assets/javascripts/ace/theme-tomorrow_night-noconflict.js +1 -0
  228. data/vendor/assets/javascripts/ace/theme-tomorrow_night-uncompressed-noconflict.js +189 -0
  229. data/vendor/assets/javascripts/ace/theme-tomorrow_night-uncompressed.js +189 -0
  230. data/vendor/assets/javascripts/ace/theme-tomorrow_night.js +1 -0
  231. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-noconflict.js +1 -0
  232. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-uncompressed-noconflict.js +189 -0
  233. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-uncompressed.js +189 -0
  234. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue.js +1 -0
  235. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-noconflict.js +1 -0
  236. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-uncompressed-noconflict.js +189 -0
  237. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-uncompressed.js +189 -0
  238. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright.js +1 -0
  239. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-noconflict.js +1 -0
  240. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-uncompressed-noconflict.js +185 -0
  241. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-uncompressed.js +185 -0
  242. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties.js +1 -0
  243. data/vendor/assets/javascripts/ace/theme-twilight-noconflict.js +1 -0
  244. data/vendor/assets/javascripts/ace/theme-twilight-uncompressed-noconflict.js +183 -0
  245. data/vendor/assets/javascripts/ace/theme-twilight-uncompressed.js +183 -0
  246. data/vendor/assets/javascripts/ace/theme-twilight.js +1 -0
  247. data/vendor/assets/javascripts/ace/theme-vibrant_ink-noconflict.js +1 -0
  248. data/vendor/assets/javascripts/ace/theme-vibrant_ink-uncompressed-noconflict.js +166 -0
  249. data/vendor/assets/javascripts/ace/theme-vibrant_ink-uncompressed.js +166 -0
  250. data/vendor/assets/javascripts/ace/theme-vibrant_ink.js +1 -0
  251. data/vendor/assets/javascripts/ace/worker-coffee.js +7456 -0
  252. data/vendor/assets/javascripts/ace/worker-css.js +11693 -0
  253. data/vendor/assets/javascripts/ace/worker-javascript.js +10305 -0
  254. data/vendor/assets/javascripts/ace/worker-json.js +3062 -0
  255. metadata +310 -0
@@ -0,0 +1 @@
1
+ define("ace/mode/python",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/python_highlight_rules","ace/mode/folding/pythonic","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./python_highlight_rules").PythonHighlightRules,h=a("./folding/pythonic").FoldMode,i=a("../range").Range,j=function(){this.$tokenizer=new f((new g).getRules()),this.foldingRules=new h("\\:")};d.inherits(j,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)#/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var h=new i(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);h.start.row=g,h.end.row=g,h.end.column=k[0].length,b.replace(h,k[1])}}else b.indentRows(c,d,"#")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var g=b.match(/^.*[\{\(\[\:]\s*$/);g&&(d+=c)}return d};var a={pass:1,"return":1,raise:1,"break":1,"continue":1};this.checkOutdent=function(b,c,d){if(d!=="\r\n"&&d!=="\r"&&d!=="\n")return!1;var e=this.$tokenizer.getLineTokens(c.trim(),b).tokens;if(!e)return!1;do var f=e.pop();while(f&&(f.type=="comment"||f.type=="text"&&f.value.match(/^\s+$/)));return f?f.type=="keyword"&&a[f.value]:!1},this.autoOutdent=function(a,b,c){c+=1;var d=this.$getIndent(b.getLine(c)),e=b.getTabString();d.slice(-e.length)==e&&b.remove(new i(c,d.length-e.length,c,d.length))}}.call(j.prototype),b.Mode=j}),define("ace/mode/python_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./text_highlight_rules").TextHighlightRules,g=function(){var a=e.arrayToMap("and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield".split("|")),b=e.arrayToMap("True|False|None|NotImplemented|Ellipsis|__debug__".split("|")),c=e.arrayToMap("abs|divmod|input|open|staticmethod|all|enumerate|int|ord|str|any|eval|isinstance|pow|sum|basestring|execfile|issubclass|print|super|binfile|iter|property|tuple|bool|filter|len|range|type|bytearray|float|list|raw_input|unichr|callable|format|locals|reduce|unicode|chr|frozenset|long|reload|vars|classmethod|getattr|map|repr|xrange|cmp|globals|max|reversed|zip|compile|hasattr|memoryview|round|__import__|complex|hash|min|set|apply|delattr|help|next|setattr|buffer|dict|hex|object|slice|coerce|dir|id|oct|sorted|intern".split("|")),d=e.arrayToMap("".split("|")),f="(?:r|u|ur|R|U|UR|Ur|uR)?",g="(?:(?:[1-9]\\d*)|(?:0))",h="(?:0[oO]?[0-7]+)",i="(?:0[xX][\\dA-Fa-f]+)",j="(?:0[bB][01]+)",k="(?:"+g+"|"+h+"|"+i+"|"+j+")",l="(?:[eE][+-]?\\d+)",m="(?:\\.\\d+)",n="(?:\\d+)",o="(?:(?:"+n+"?"+m+")|(?:"+n+"\\.))",p="(?:(?:"+o+"|"+n+")"+l+")",q="(?:"+p+"|"+o+")";this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"string",regex:f+'"{3}(?:[^\\\\]|\\\\.)*?"{3}'},{token:"string",merge:!0,regex:f+'"{3}.*$',next:"qqstring"},{token:"string",regex:f+'"(?:[^\\\\]|\\\\.)*?"'},{token:"string",regex:f+"'{3}(?:[^\\\\]|\\\\.)*?'{3}"},{token:"string",merge:!0,regex:f+"'{3}.*$",next:"qstring"},{token:"string",regex:f+"'(?:[^\\\\]|\\\\.)*?'"},{token:"constant.numeric",regex:"(?:"+q+"|\\d+)[jJ]\\b"},{token:"constant.numeric",regex:q},{token:"constant.numeric",regex:k+"[lL]\\b"},{token:"constant.numeric",regex:k+"\\b"},{token:function(e){return a.hasOwnProperty(e)?"keyword":b.hasOwnProperty(e)?"constant.language":d.hasOwnProperty(e)?"invalid.illegal":c.hasOwnProperty(e)?"support.function":e=="debugger"?"invalid.deprecated":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\*|\\*\\*|\\/|\\/\\/|%|<<|>>|&|\\||\\^|~|<|>|<=|=>|==|!=|<>|="},{token:"lparen.paren",regex:"[\\[\\(\\{]"},{token:"paren.rparen",regex:"[\\]\\)\\}]"},{token:"text",regex:"\\s+"}],qqstring:[{token:"string",regex:'(?:[^\\\\]|\\\\.)*?"{3}',next:"start"},{token:"string",merge:!0,regex:".+"}],qstring:[{token:"string",regex:"(?:[^\\\\]|\\\\.)*?'{3}",next:"start"},{token:"string",merge:!0,regex:".+"}]}};d.inherits(g,f),b.PythonHighlightRules=g}),define("ace/mode/folding/pythonic",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("./fold_mode").FoldMode,f=b.FoldMode=function(a){this.foldingStartMarker=new RegExp("(?:([\\[{])|("+a+"))(?:\\s*)(?:#.*)?$")};d.inherits(f,e),function(){this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),e=d.match(this.foldingStartMarker);if(e)return e[1]?this.openingBracketBlock(a,e[1],c,e.index):e[2]?this.indentationBlock(a,c,e.index+e[2].length):this.indentationBlock(a,c)}}.call(f.prototype)}),define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../../range").Range,e=b.FoldMode=function(){};((function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/^\s*/,f=b,g=b,h=a.getLine(b),i=c||h.length,j=h.match(e)[0].length,k=a.getLength();while(++b<k){h=a.getLine(b);var l=h.match(e)[0].length;if(l==h.length)continue;if(l<=j)break;g=b}if(g>f){var m=a.getLine(g).length;return new d(f,i,g,m)}},this.openingBracketBlock=function(a,b,c,e){var f={row:c,column:e+1},g=a.$findClosingBracket(b,f);if(!g)return;var h=a.foldWidgets[g.row];return h==null&&(h=this.getFoldWidget(a,g.row)),h=="start"&&(g.row--,g.column=a.getLine(g.row).length),d.fromPoints(f,g)}})).call(e.prototype)})
@@ -0,0 +1 @@
1
+ ace.define("ace/mode/ruby",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/ruby_highlight_rules","ace/mode/matching_brace_outdent","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./ruby_highlight_rules").RubyHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("../range").Range,j=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h};d.inherits(j,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)#/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var h=new i(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);h.start.row=g,h.end.row=g,h.end.column=k[0].length,b.replace(h,k[1])}}else b.indentRows(c,d,"#")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var g=b.match(/^.*[\{\(\[]\s*$/);g&&(d+=c)}return d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(j.prototype),b.Mode=j}),ace.define("ace/mode/ruby_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./text_highlight_rules").TextHighlightRules,g=function(){var a=e.arrayToMap("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|validates_inclusion_of|validates_numericality_of|validates_with|validates_each|authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|cache|expire_fragment|expire_cache_for|observe|cache_sweeper|has_many|has_one|belongs_to|has_and_belongs_to_many".split("|")),b=e.arrayToMap("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield".split("|")),c=e.arrayToMap("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING".split("|")),d=e.arrayToMap("$DEBUG|$defout|$FILENAME|$LOAD_PATH|$SAFE|$stdin|$stdout|$stderr|$VERBOSE|$!|root_url|flash|session|cookies|params|request|response|logger".split("|"));this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"comment",merge:!0,regex:"^=begin$",next:"comment"},{token:"string.regexp",regex:"[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",regex:"[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"},{token:"text",regex:"::"},{token:"variable.instancce",regex:"@{1,2}(?:[a-zA-Z_]|d)+"},{token:"variable.class",regex:"[A-Z](?:[a-zA-Z_]|d)+"},{token:"string",regex:"[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"},{token:"constant.numeric",regex:"[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"},{token:function(e){return e=="self"?"variable.language":b.hasOwnProperty(e)?"keyword":c.hasOwnProperty(e)?"constant.language":d.hasOwnProperty(e)?"variable.language":a.hasOwnProperty(e)?"support.function":e=="debugger"?"invalid.deprecated":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:"^=end$",next:"start"},{token:"comment",merge:!0,regex:".+"}]}};d.inherits(g,f),b.RubyHighlightRules=g}),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../range").Range,e=function(){};((function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}})).call(e.prototype),b.MatchingBraceOutdent=e})
@@ -0,0 +1,391 @@
1
+ /* ***** BEGIN LICENSE BLOCK *****
2
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ *
4
+ * The contents of this file are subject to the Mozilla Public License Version
5
+ * 1.1 (the "License"); you may not use this file except in compliance with
6
+ * the License. You may obtain a copy of the License at
7
+ * http://www.mozilla.org/MPL/
8
+ *
9
+ * Software distributed under the License is distributed on an "AS IS" basis,
10
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ * for the specific language governing rights and limitations under the
12
+ * License.
13
+ *
14
+ * The Original Code is Ajax.org Code Editor (ACE).
15
+ *
16
+ * The Initial Developer of the Original Code is
17
+ * Ajax.org B.V.
18
+ * Portions created by the Initial Developer are Copyright (C) 2010
19
+ * the Initial Developer. All Rights Reserved.
20
+ *
21
+ * Contributor(s):
22
+ * Fabian Jakobs <fabian AT ajax DOT org>
23
+ * Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
24
+ *
25
+ * Alternatively, the contents of this file may be used under the terms of
26
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
27
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28
+ * in which case the provisions of the GPL or the LGPL are applicable instead
29
+ * of those above. If you wish to allow use of your version of this file only
30
+ * under the terms of either the GPL or the LGPL, and not to allow others to
31
+ * use your version of this file under the terms of the MPL, indicate your
32
+ * decision by deleting the provisions above and replace them with the notice
33
+ * and other provisions required by the GPL or the LGPL. If you do not delete
34
+ * the provisions above, a recipient may use your version of this file under
35
+ * the terms of any one of the MPL, the GPL or the LGPL.
36
+ *
37
+ * ***** END LICENSE BLOCK ***** */
38
+
39
+ ace.define('ace/mode/ruby', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/ruby_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
40
+ "use strict";
41
+
42
+ var oop = require("../lib/oop");
43
+ var TextMode = require("./text").Mode;
44
+ var Tokenizer = require("../tokenizer").Tokenizer;
45
+ var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
46
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
47
+ var Range = require("../range").Range;
48
+
49
+ var Mode = function() {
50
+ this.$tokenizer = new Tokenizer(new RubyHighlightRules().getRules());
51
+ this.$outdent = new MatchingBraceOutdent();
52
+ };
53
+ oop.inherits(Mode, TextMode);
54
+
55
+ (function() {
56
+
57
+ this.toggleCommentLines = function(state, doc, startRow, endRow) {
58
+ var outdent = true;
59
+ var re = /^(\s*)#/;
60
+
61
+ for (var i=startRow; i<= endRow; i++) {
62
+ if (!re.test(doc.getLine(i))) {
63
+ outdent = false;
64
+ break;
65
+ }
66
+ }
67
+
68
+ if (outdent) {
69
+ var deleteRange = new Range(0, 0, 0, 0);
70
+ for (var i=startRow; i<= endRow; i++)
71
+ {
72
+ var line = doc.getLine(i);
73
+ var m = line.match(re);
74
+ deleteRange.start.row = i;
75
+ deleteRange.end.row = i;
76
+ deleteRange.end.column = m[0].length;
77
+ doc.replace(deleteRange, m[1]);
78
+ }
79
+ }
80
+ else {
81
+ doc.indentRows(startRow, endRow, "#");
82
+ }
83
+ };
84
+
85
+ this.getNextLineIndent = function(state, line, tab) {
86
+ var indent = this.$getIndent(line);
87
+
88
+ var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
89
+ var tokens = tokenizedLine.tokens;
90
+
91
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
92
+ return indent;
93
+ }
94
+
95
+ if (state == "start") {
96
+ var match = line.match(/^.*[\{\(\[]\s*$/);
97
+ if (match) {
98
+ indent += tab;
99
+ }
100
+ }
101
+
102
+ return indent;
103
+ };
104
+
105
+ this.checkOutdent = function(state, line, input) {
106
+ return this.$outdent.checkOutdent(line, input);
107
+ };
108
+
109
+ this.autoOutdent = function(state, doc, row) {
110
+ this.$outdent.autoOutdent(doc, row);
111
+ };
112
+
113
+ }).call(Mode.prototype);
114
+
115
+ exports.Mode = Mode;
116
+ });
117
+ /* ***** BEGIN LICENSE BLOCK *****
118
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
119
+ *
120
+ * The contents of this file are subject to the Mozilla Public License Version
121
+ * 1.1 (the "License"); you may not use this file except in compliance with
122
+ * the License. You may obtain a copy of the License at
123
+ * http://www.mozilla.org/MPL/
124
+ *
125
+ * Software distributed under the License is distributed on an "AS IS" basis,
126
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
127
+ * for the specific language governing rights and limitations under the
128
+ * License.
129
+ *
130
+ * The Original Code is Ajax.org Code Editor (ACE).
131
+ *
132
+ * The Initial Developer of the Original Code is
133
+ * Ajax.org B.V.
134
+ * Portions created by the Initial Developer are Copyright (C) 2010
135
+ * the Initial Developer. All Rights Reserved.
136
+ *
137
+ * Contributor(s):
138
+ * Fabian Jakobs <fabian AT ajax DOT org>
139
+ * Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
140
+ *
141
+ * Alternatively, the contents of this file may be used under the terms of
142
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
143
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
144
+ * in which case the provisions of the GPL or the LGPL are applicable instead
145
+ * of those above. If you wish to allow use of your version of this file only
146
+ * under the terms of either the GPL or the LGPL, and not to allow others to
147
+ * use your version of this file under the terms of the MPL, indicate your
148
+ * decision by deleting the provisions above and replace them with the notice
149
+ * and other provisions required by the GPL or the LGPL. If you do not delete
150
+ * the provisions above, a recipient may use your version of this file under
151
+ * the terms of any one of the MPL, the GPL or the LGPL.
152
+ *
153
+ * ***** END LICENSE BLOCK ***** */
154
+
155
+ ace.define('ace/mode/ruby_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
156
+ "use strict";
157
+
158
+ var oop = require("../lib/oop");
159
+ var lang = require("../lib/lang");
160
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
161
+
162
+ var RubyHighlightRules = function() {
163
+
164
+ var builtinFunctions = lang.arrayToMap(
165
+ ("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
166
+ "assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
167
+ "assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
168
+ "assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
169
+ "assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
170
+ "assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
171
+ "attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
172
+ "caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
173
+ "exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
174
+ "gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|" +
175
+ "link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
176
+ "p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
177
+ "raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
178
+ "set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
179
+ "throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
180
+ "render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
181
+ "content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
182
+ "fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
183
+ "time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
184
+ "select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
185
+ "file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
186
+ "protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
187
+ "send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
188
+ "validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
189
+ "validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
190
+ "authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
191
+ "filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
192
+ "translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|" +
193
+ "cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
194
+ "has_many|has_one|belongs_to|has_and_belongs_to_many").split("|")
195
+ );
196
+
197
+ var keywords = lang.arrayToMap(
198
+ ("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
199
+ "__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
200
+ "redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield").split("|")
201
+ );
202
+
203
+ var buildinConstants = lang.arrayToMap(
204
+ ("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
205
+ "RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING").split("|")
206
+ );
207
+
208
+ var builtinVariables = lang.arrayToMap(
209
+ ("\$DEBUG|\$defout|\$FILENAME|\$LOAD_PATH|\$SAFE|\$stdin|\$stdout|\$stderr|\$VERBOSE|" +
210
+ "$!|root_url|flash|session|cookies|params|request|response|logger").split("|")
211
+ );
212
+
213
+ // regexp must not have capturing parentheses. Use (?:) instead.
214
+ // regexps are ordered -> the first match is used
215
+
216
+ this.$rules = {
217
+ "start" : [
218
+ {
219
+ token : "comment",
220
+ regex : "#.*$"
221
+ }, {
222
+ token : "comment", // multi line comment
223
+ merge : true,
224
+ regex : "^\=begin$",
225
+ next : "comment"
226
+ }, {
227
+ token : "string.regexp",
228
+ regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
229
+ }, {
230
+ token : "string", // single line
231
+ regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
232
+ }, {
233
+ token : "string", // single line
234
+ regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
235
+ }, {
236
+ token : "string", // backtick string
237
+ regex : "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
238
+ }, {
239
+ token : "text", // namespaces aren't symbols
240
+ regex : "::"
241
+ }, {
242
+ token : "variable.instancce", // instance variable
243
+ regex : "@{1,2}(?:[a-zA-Z_]|\d)+"
244
+ }, {
245
+ token : "variable.class", // class name
246
+ regex : "[A-Z](?:[a-zA-Z_]|\d)+"
247
+ }, {
248
+ token : "string", // symbol
249
+ regex : "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
250
+ }, {
251
+ token : "constant.numeric", // hex
252
+ regex : "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
253
+ }, {
254
+ token : "constant.numeric", // float
255
+ regex : "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"
256
+ }, {
257
+ token : "constant.language.boolean",
258
+ regex : "(?:true|false)\\b"
259
+ }, {
260
+ token : function(value) {
261
+ if (value == "self")
262
+ return "variable.language";
263
+ else if (keywords.hasOwnProperty(value))
264
+ return "keyword";
265
+ else if (buildinConstants.hasOwnProperty(value))
266
+ return "constant.language";
267
+ else if (builtinVariables.hasOwnProperty(value))
268
+ return "variable.language";
269
+ else if (builtinFunctions.hasOwnProperty(value))
270
+ return "support.function";
271
+ else if (value == "debugger")
272
+ return "invalid.deprecated";
273
+ else
274
+ return "identifier";
275
+ },
276
+ // TODO: Unicode escape sequences
277
+ // TODO: Unicode identifiers
278
+ regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
279
+ }, {
280
+ token : "keyword.operator",
281
+ regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"
282
+ }, {
283
+ token : "paren.lparen",
284
+ regex : "[[({]"
285
+ }, {
286
+ token : "paren.rparen",
287
+ regex : "[\\])}]"
288
+ }, {
289
+ token : "text",
290
+ regex : "\\s+"
291
+ }
292
+ ],
293
+ "comment" : [
294
+ {
295
+ token : "comment", // closing comment
296
+ regex : "^\=end$",
297
+ next : "start"
298
+ }, {
299
+ token : "comment", // comment spanning whole line
300
+ merge : true,
301
+ regex : ".+"
302
+ }
303
+ ]
304
+ };
305
+ };
306
+
307
+ oop.inherits(RubyHighlightRules, TextHighlightRules);
308
+
309
+ exports.RubyHighlightRules = RubyHighlightRules;
310
+ });
311
+ /* ***** BEGIN LICENSE BLOCK *****
312
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
313
+ *
314
+ * The contents of this file are subject to the Mozilla Public License Version
315
+ * 1.1 (the "License"); you may not use this file except in compliance with
316
+ * the License. You may obtain a copy of the License at
317
+ * http://www.mozilla.org/MPL/
318
+ *
319
+ * Software distributed under the License is distributed on an "AS IS" basis,
320
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
321
+ * for the specific language governing rights and limitations under the
322
+ * License.
323
+ *
324
+ * The Original Code is Ajax.org Code Editor (ACE).
325
+ *
326
+ * The Initial Developer of the Original Code is
327
+ * Ajax.org B.V.
328
+ * Portions created by the Initial Developer are Copyright (C) 2010
329
+ * the Initial Developer. All Rights Reserved.
330
+ *
331
+ * Contributor(s):
332
+ * Fabian Jakobs <fabian AT ajax DOT org>
333
+ *
334
+ * Alternatively, the contents of this file may be used under the terms of
335
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
336
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
337
+ * in which case the provisions of the GPL or the LGPL are applicable instead
338
+ * of those above. If you wish to allow use of your version of this file only
339
+ * under the terms of either the GPL or the LGPL, and not to allow others to
340
+ * use your version of this file under the terms of the MPL, indicate your
341
+ * decision by deleting the provisions above and replace them with the notice
342
+ * and other provisions required by the GPL or the LGPL. If you do not delete
343
+ * the provisions above, a recipient may use your version of this file under
344
+ * the terms of any one of the MPL, the GPL or the LGPL.
345
+ *
346
+ * ***** END LICENSE BLOCK ***** */
347
+
348
+ ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
349
+ "use strict";
350
+
351
+ var Range = require("../range").Range;
352
+
353
+ var MatchingBraceOutdent = function() {};
354
+
355
+ (function() {
356
+
357
+ this.checkOutdent = function(line, input) {
358
+ if (! /^\s+$/.test(line))
359
+ return false;
360
+
361
+ return /^\s*\}/.test(input);
362
+ };
363
+
364
+ this.autoOutdent = function(doc, row) {
365
+ var line = doc.getLine(row);
366
+ var match = line.match(/^(\s*\})/);
367
+
368
+ if (!match) return 0;
369
+
370
+ var column = match[1].length;
371
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
372
+
373
+ if (!openBracePos || openBracePos.row == row) return 0;
374
+
375
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
376
+ doc.replace(new Range(row, 0, row, column-1), indent);
377
+ };
378
+
379
+ this.$getIndent = function(line) {
380
+ var match = line.match(/^(\s+)/);
381
+ if (match) {
382
+ return match[1];
383
+ }
384
+
385
+ return "";
386
+ };
387
+
388
+ }).call(MatchingBraceOutdent.prototype);
389
+
390
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
391
+ });
@@ -0,0 +1,391 @@
1
+ /* ***** BEGIN LICENSE BLOCK *****
2
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ *
4
+ * The contents of this file are subject to the Mozilla Public License Version
5
+ * 1.1 (the "License"); you may not use this file except in compliance with
6
+ * the License. You may obtain a copy of the License at
7
+ * http://www.mozilla.org/MPL/
8
+ *
9
+ * Software distributed under the License is distributed on an "AS IS" basis,
10
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ * for the specific language governing rights and limitations under the
12
+ * License.
13
+ *
14
+ * The Original Code is Ajax.org Code Editor (ACE).
15
+ *
16
+ * The Initial Developer of the Original Code is
17
+ * Ajax.org B.V.
18
+ * Portions created by the Initial Developer are Copyright (C) 2010
19
+ * the Initial Developer. All Rights Reserved.
20
+ *
21
+ * Contributor(s):
22
+ * Fabian Jakobs <fabian AT ajax DOT org>
23
+ * Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
24
+ *
25
+ * Alternatively, the contents of this file may be used under the terms of
26
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
27
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28
+ * in which case the provisions of the GPL or the LGPL are applicable instead
29
+ * of those above. If you wish to allow use of your version of this file only
30
+ * under the terms of either the GPL or the LGPL, and not to allow others to
31
+ * use your version of this file under the terms of the MPL, indicate your
32
+ * decision by deleting the provisions above and replace them with the notice
33
+ * and other provisions required by the GPL or the LGPL. If you do not delete
34
+ * the provisions above, a recipient may use your version of this file under
35
+ * the terms of any one of the MPL, the GPL or the LGPL.
36
+ *
37
+ * ***** END LICENSE BLOCK ***** */
38
+
39
+ define('ace/mode/ruby', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/ruby_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
40
+ "use strict";
41
+
42
+ var oop = require("../lib/oop");
43
+ var TextMode = require("./text").Mode;
44
+ var Tokenizer = require("../tokenizer").Tokenizer;
45
+ var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
46
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
47
+ var Range = require("../range").Range;
48
+
49
+ var Mode = function() {
50
+ this.$tokenizer = new Tokenizer(new RubyHighlightRules().getRules());
51
+ this.$outdent = new MatchingBraceOutdent();
52
+ };
53
+ oop.inherits(Mode, TextMode);
54
+
55
+ (function() {
56
+
57
+ this.toggleCommentLines = function(state, doc, startRow, endRow) {
58
+ var outdent = true;
59
+ var re = /^(\s*)#/;
60
+
61
+ for (var i=startRow; i<= endRow; i++) {
62
+ if (!re.test(doc.getLine(i))) {
63
+ outdent = false;
64
+ break;
65
+ }
66
+ }
67
+
68
+ if (outdent) {
69
+ var deleteRange = new Range(0, 0, 0, 0);
70
+ for (var i=startRow; i<= endRow; i++)
71
+ {
72
+ var line = doc.getLine(i);
73
+ var m = line.match(re);
74
+ deleteRange.start.row = i;
75
+ deleteRange.end.row = i;
76
+ deleteRange.end.column = m[0].length;
77
+ doc.replace(deleteRange, m[1]);
78
+ }
79
+ }
80
+ else {
81
+ doc.indentRows(startRow, endRow, "#");
82
+ }
83
+ };
84
+
85
+ this.getNextLineIndent = function(state, line, tab) {
86
+ var indent = this.$getIndent(line);
87
+
88
+ var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
89
+ var tokens = tokenizedLine.tokens;
90
+
91
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
92
+ return indent;
93
+ }
94
+
95
+ if (state == "start") {
96
+ var match = line.match(/^.*[\{\(\[]\s*$/);
97
+ if (match) {
98
+ indent += tab;
99
+ }
100
+ }
101
+
102
+ return indent;
103
+ };
104
+
105
+ this.checkOutdent = function(state, line, input) {
106
+ return this.$outdent.checkOutdent(line, input);
107
+ };
108
+
109
+ this.autoOutdent = function(state, doc, row) {
110
+ this.$outdent.autoOutdent(doc, row);
111
+ };
112
+
113
+ }).call(Mode.prototype);
114
+
115
+ exports.Mode = Mode;
116
+ });
117
+ /* ***** BEGIN LICENSE BLOCK *****
118
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
119
+ *
120
+ * The contents of this file are subject to the Mozilla Public License Version
121
+ * 1.1 (the "License"); you may not use this file except in compliance with
122
+ * the License. You may obtain a copy of the License at
123
+ * http://www.mozilla.org/MPL/
124
+ *
125
+ * Software distributed under the License is distributed on an "AS IS" basis,
126
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
127
+ * for the specific language governing rights and limitations under the
128
+ * License.
129
+ *
130
+ * The Original Code is Ajax.org Code Editor (ACE).
131
+ *
132
+ * The Initial Developer of the Original Code is
133
+ * Ajax.org B.V.
134
+ * Portions created by the Initial Developer are Copyright (C) 2010
135
+ * the Initial Developer. All Rights Reserved.
136
+ *
137
+ * Contributor(s):
138
+ * Fabian Jakobs <fabian AT ajax DOT org>
139
+ * Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
140
+ *
141
+ * Alternatively, the contents of this file may be used under the terms of
142
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
143
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
144
+ * in which case the provisions of the GPL or the LGPL are applicable instead
145
+ * of those above. If you wish to allow use of your version of this file only
146
+ * under the terms of either the GPL or the LGPL, and not to allow others to
147
+ * use your version of this file under the terms of the MPL, indicate your
148
+ * decision by deleting the provisions above and replace them with the notice
149
+ * and other provisions required by the GPL or the LGPL. If you do not delete
150
+ * the provisions above, a recipient may use your version of this file under
151
+ * the terms of any one of the MPL, the GPL or the LGPL.
152
+ *
153
+ * ***** END LICENSE BLOCK ***** */
154
+
155
+ define('ace/mode/ruby_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
156
+ "use strict";
157
+
158
+ var oop = require("../lib/oop");
159
+ var lang = require("../lib/lang");
160
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
161
+
162
+ var RubyHighlightRules = function() {
163
+
164
+ var builtinFunctions = lang.arrayToMap(
165
+ ("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
166
+ "assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
167
+ "assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
168
+ "assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
169
+ "assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
170
+ "assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
171
+ "attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
172
+ "caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
173
+ "exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
174
+ "gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|" +
175
+ "link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
176
+ "p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
177
+ "raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
178
+ "set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
179
+ "throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
180
+ "render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
181
+ "content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
182
+ "fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
183
+ "time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
184
+ "select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
185
+ "file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
186
+ "protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
187
+ "send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
188
+ "validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
189
+ "validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
190
+ "authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
191
+ "filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
192
+ "translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|" +
193
+ "cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
194
+ "has_many|has_one|belongs_to|has_and_belongs_to_many").split("|")
195
+ );
196
+
197
+ var keywords = lang.arrayToMap(
198
+ ("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
199
+ "__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
200
+ "redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield").split("|")
201
+ );
202
+
203
+ var buildinConstants = lang.arrayToMap(
204
+ ("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
205
+ "RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING").split("|")
206
+ );
207
+
208
+ var builtinVariables = lang.arrayToMap(
209
+ ("\$DEBUG|\$defout|\$FILENAME|\$LOAD_PATH|\$SAFE|\$stdin|\$stdout|\$stderr|\$VERBOSE|" +
210
+ "$!|root_url|flash|session|cookies|params|request|response|logger").split("|")
211
+ );
212
+
213
+ // regexp must not have capturing parentheses. Use (?:) instead.
214
+ // regexps are ordered -> the first match is used
215
+
216
+ this.$rules = {
217
+ "start" : [
218
+ {
219
+ token : "comment",
220
+ regex : "#.*$"
221
+ }, {
222
+ token : "comment", // multi line comment
223
+ merge : true,
224
+ regex : "^\=begin$",
225
+ next : "comment"
226
+ }, {
227
+ token : "string.regexp",
228
+ regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
229
+ }, {
230
+ token : "string", // single line
231
+ regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
232
+ }, {
233
+ token : "string", // single line
234
+ regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
235
+ }, {
236
+ token : "string", // backtick string
237
+ regex : "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
238
+ }, {
239
+ token : "text", // namespaces aren't symbols
240
+ regex : "::"
241
+ }, {
242
+ token : "variable.instancce", // instance variable
243
+ regex : "@{1,2}(?:[a-zA-Z_]|\d)+"
244
+ }, {
245
+ token : "variable.class", // class name
246
+ regex : "[A-Z](?:[a-zA-Z_]|\d)+"
247
+ }, {
248
+ token : "string", // symbol
249
+ regex : "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
250
+ }, {
251
+ token : "constant.numeric", // hex
252
+ regex : "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
253
+ }, {
254
+ token : "constant.numeric", // float
255
+ regex : "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"
256
+ }, {
257
+ token : "constant.language.boolean",
258
+ regex : "(?:true|false)\\b"
259
+ }, {
260
+ token : function(value) {
261
+ if (value == "self")
262
+ return "variable.language";
263
+ else if (keywords.hasOwnProperty(value))
264
+ return "keyword";
265
+ else if (buildinConstants.hasOwnProperty(value))
266
+ return "constant.language";
267
+ else if (builtinVariables.hasOwnProperty(value))
268
+ return "variable.language";
269
+ else if (builtinFunctions.hasOwnProperty(value))
270
+ return "support.function";
271
+ else if (value == "debugger")
272
+ return "invalid.deprecated";
273
+ else
274
+ return "identifier";
275
+ },
276
+ // TODO: Unicode escape sequences
277
+ // TODO: Unicode identifiers
278
+ regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
279
+ }, {
280
+ token : "keyword.operator",
281
+ regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"
282
+ }, {
283
+ token : "paren.lparen",
284
+ regex : "[[({]"
285
+ }, {
286
+ token : "paren.rparen",
287
+ regex : "[\\])}]"
288
+ }, {
289
+ token : "text",
290
+ regex : "\\s+"
291
+ }
292
+ ],
293
+ "comment" : [
294
+ {
295
+ token : "comment", // closing comment
296
+ regex : "^\=end$",
297
+ next : "start"
298
+ }, {
299
+ token : "comment", // comment spanning whole line
300
+ merge : true,
301
+ regex : ".+"
302
+ }
303
+ ]
304
+ };
305
+ };
306
+
307
+ oop.inherits(RubyHighlightRules, TextHighlightRules);
308
+
309
+ exports.RubyHighlightRules = RubyHighlightRules;
310
+ });
311
+ /* ***** BEGIN LICENSE BLOCK *****
312
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
313
+ *
314
+ * The contents of this file are subject to the Mozilla Public License Version
315
+ * 1.1 (the "License"); you may not use this file except in compliance with
316
+ * the License. You may obtain a copy of the License at
317
+ * http://www.mozilla.org/MPL/
318
+ *
319
+ * Software distributed under the License is distributed on an "AS IS" basis,
320
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
321
+ * for the specific language governing rights and limitations under the
322
+ * License.
323
+ *
324
+ * The Original Code is Ajax.org Code Editor (ACE).
325
+ *
326
+ * The Initial Developer of the Original Code is
327
+ * Ajax.org B.V.
328
+ * Portions created by the Initial Developer are Copyright (C) 2010
329
+ * the Initial Developer. All Rights Reserved.
330
+ *
331
+ * Contributor(s):
332
+ * Fabian Jakobs <fabian AT ajax DOT org>
333
+ *
334
+ * Alternatively, the contents of this file may be used under the terms of
335
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
336
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
337
+ * in which case the provisions of the GPL or the LGPL are applicable instead
338
+ * of those above. If you wish to allow use of your version of this file only
339
+ * under the terms of either the GPL or the LGPL, and not to allow others to
340
+ * use your version of this file under the terms of the MPL, indicate your
341
+ * decision by deleting the provisions above and replace them with the notice
342
+ * and other provisions required by the GPL or the LGPL. If you do not delete
343
+ * the provisions above, a recipient may use your version of this file under
344
+ * the terms of any one of the MPL, the GPL or the LGPL.
345
+ *
346
+ * ***** END LICENSE BLOCK ***** */
347
+
348
+ define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
349
+ "use strict";
350
+
351
+ var Range = require("../range").Range;
352
+
353
+ var MatchingBraceOutdent = function() {};
354
+
355
+ (function() {
356
+
357
+ this.checkOutdent = function(line, input) {
358
+ if (! /^\s+$/.test(line))
359
+ return false;
360
+
361
+ return /^\s*\}/.test(input);
362
+ };
363
+
364
+ this.autoOutdent = function(doc, row) {
365
+ var line = doc.getLine(row);
366
+ var match = line.match(/^(\s*\})/);
367
+
368
+ if (!match) return 0;
369
+
370
+ var column = match[1].length;
371
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
372
+
373
+ if (!openBracePos || openBracePos.row == row) return 0;
374
+
375
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
376
+ doc.replace(new Range(row, 0, row, column-1), indent);
377
+ };
378
+
379
+ this.$getIndent = function(line) {
380
+ var match = line.match(/^(\s+)/);
381
+ if (match) {
382
+ return match[1];
383
+ }
384
+
385
+ return "";
386
+ };
387
+
388
+ }).call(MatchingBraceOutdent.prototype);
389
+
390
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
391
+ });