ace-rails-ap 0.0.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. data/lib/ace/rails/version.rb +1 -1
  2. data/vendor/assets/javascripts/ace.js +15680 -1
  3. data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
  4. data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
  5. data/vendor/assets/javascripts/mode-c9search.js +275 -0
  6. data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
  7. data/vendor/assets/javascripts/mode-clojure.js +364 -1
  8. data/vendor/assets/javascripts/mode-coffee.js +527 -1
  9. data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
  10. data/vendor/assets/javascripts/mode-csharp.js +633 -1
  11. data/vendor/assets/javascripts/mode-css.js +499 -1
  12. data/vendor/assets/javascripts/mode-diff.js +250 -0
  13. data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
  14. data/vendor/assets/javascripts/mode-golang.js +681 -1
  15. data/vendor/assets/javascripts/mode-groovy.js +1240 -1
  16. data/vendor/assets/javascripts/mode-haxe.js +633 -1
  17. data/vendor/assets/javascripts/mode-html.js +2064 -1
  18. data/vendor/assets/javascripts/mode-java.js +1202 -1
  19. data/vendor/assets/javascripts/mode-javascript.js +1069 -1
  20. data/vendor/assets/javascripts/mode-json.js +588 -1
  21. data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
  22. data/vendor/assets/javascripts/mode-latex.js +95 -1
  23. data/vendor/assets/javascripts/mode-less.js +512 -1
  24. data/vendor/assets/javascripts/mode-liquid.js +1125 -1
  25. data/vendor/assets/javascripts/mode-lua.js +551 -1
  26. data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
  27. data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
  28. data/vendor/assets/javascripts/mode-markdown.js +2369 -1
  29. data/vendor/assets/javascripts/mode-ocaml.js +464 -1
  30. data/vendor/assets/javascripts/mode-perl.js +432 -1
  31. data/vendor/assets/javascripts/mode-pgsql.js +970 -1
  32. data/vendor/assets/javascripts/mode-php.js +1718 -1
  33. data/vendor/assets/javascripts/mode-powershell.js +610 -1
  34. data/vendor/assets/javascripts/mode-python.js +397 -1
  35. data/vendor/assets/javascripts/mode-ruby.js +318 -1
  36. data/vendor/assets/javascripts/mode-scad.js +732 -1
  37. data/vendor/assets/javascripts/mode-scala.js +1237 -1
  38. data/vendor/assets/javascripts/mode-scss.js +537 -1
  39. data/vendor/assets/javascripts/mode-sh.js +250 -1
  40. data/vendor/assets/javascripts/mode-sql.js +140 -1
  41. data/vendor/assets/javascripts/mode-svg.js +1681 -1
  42. data/vendor/assets/javascripts/mode-tcl.js +320 -0
  43. data/vendor/assets/javascripts/mode-textile.js +182 -1
  44. data/vendor/assets/javascripts/mode-xml.js +829 -1
  45. data/vendor/assets/javascripts/mode-xquery.js +605 -1
  46. data/vendor/assets/javascripts/mode-yaml.js +189 -0
  47. data/vendor/assets/javascripts/theme-chrome.js +213 -1
  48. data/vendor/assets/javascripts/theme-clouds.js +167 -1
  49. data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
  50. data/vendor/assets/javascripts/theme-cobalt.js +194 -1
  51. data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
  52. data/vendor/assets/javascripts/theme-dawn.js +198 -1
  53. data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
  54. data/vendor/assets/javascripts/theme-eclipse.js +157 -1
  55. data/vendor/assets/javascripts/theme-github.js +182 -0
  56. data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
  57. data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
  58. data/vendor/assets/javascripts/theme-merbivore.js +189 -1
  59. data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
  60. data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
  61. data/vendor/assets/javascripts/theme-monokai.js +194 -1
  62. data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
  63. data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
  64. data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
  65. data/vendor/assets/javascripts/theme-textmate.js +216 -0
  66. data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
  67. data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
  68. data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
  69. data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
  70. data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
  71. data/vendor/assets/javascripts/theme-twilight.js +211 -1
  72. data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
  73. data/vendor/assets/javascripts/worker-coffee.js +83 -893
  74. data/vendor/assets/javascripts/worker-css.js +88 -1402
  75. data/vendor/assets/javascripts/worker-javascript.js +97 -812
  76. data/vendor/assets/javascripts/worker-json.js +84 -761
  77. data/vendor/assets/javascripts/worker-xquery.js +66464 -0
  78. metadata +12 -195
  79. data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
  80. data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
  81. data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
  82. data/vendor/assets/javascripts/ace-compat.js +0 -1
  83. data/vendor/assets/javascripts/ace-noconflict.js +0 -10
  84. data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
  85. data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
  86. data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
  87. data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
  88. data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
  89. data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
  90. data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
  91. data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
  92. data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
  93. data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
  94. data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
  95. data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
  96. data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
  97. data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
  98. data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
  99. data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
  100. data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
  101. data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
  102. data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
  103. data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
  104. data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
  105. data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
  106. data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
  107. data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
  108. data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
  109. data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
  110. data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
  111. data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
  112. data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
  113. data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
  114. data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
  115. data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
  116. data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
  117. data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
  118. data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
  119. data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
  120. data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
  121. data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
  122. data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
  123. data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
  124. data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
  125. data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
  126. data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
  127. data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
  128. data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
  129. data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
  130. data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
  131. data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
  132. data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
  133. data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
  134. data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
  135. data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
  136. data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
  137. data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
  138. data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
  139. data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
  140. data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
  141. data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
  142. data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
  143. data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
  144. data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
  145. data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
  146. data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
  147. data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
  148. data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
  149. data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
  150. data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
  151. data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
  152. data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
  153. data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
  154. data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
  155. data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
  156. data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
  157. data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
  158. data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
  159. data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
  160. data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
  161. data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
  162. data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
  163. data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
  164. data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
  165. data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
  166. data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
  167. data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
  168. data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
  169. data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
  170. data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
  171. data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
  172. data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
  173. data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
  174. data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
  175. data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
  176. data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
  177. data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
  178. data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
  179. data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
  180. data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
  181. data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
  182. data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
  183. data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
  184. data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
  185. data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
  186. data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
  187. data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
  188. data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
  189. data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
  190. data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
  191. data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
  192. data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
  193. data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
  194. data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
  195. data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
  196. data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
  197. data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
  198. data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
  199. data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
  200. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
  201. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
  202. data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
  203. data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
  204. data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
  205. data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
  206. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
  207. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
  208. data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
  209. data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
  210. data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
  211. data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
  212. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
  213. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
  214. data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
  215. data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
  216. data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
  217. data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
  218. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
  219. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
  220. data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
  221. data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
  222. data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
  223. data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
  224. data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
  225. data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
  226. data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
  227. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
  228. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
  229. data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
  230. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
  231. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
  232. data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
  233. data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
  234. data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
  235. data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
  236. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
  237. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
  238. data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
  239. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
  240. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
  241. data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
  242. data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
  243. data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
  244. data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
  245. data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
  246. data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
  247. data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
  248. data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
  249. data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
  250. data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
  251. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
  252. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
  253. data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
  254. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
  255. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
  256. data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
  257. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
  258. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
  259. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
  260. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
  261. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
  262. data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
  263. data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
  264. data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
  265. data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
  266. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
  267. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -1 +0,0 @@
1
- ace.define("ace/mode/textile",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/textile_highlight_rules","ace/mode/matching_brace_outdent"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./textile_highlight_rules").TextileHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h};d.inherits(i,e),function(){this.getNextLineIndent=function(a,b,c){return a=="intag"?c:""},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(i.prototype),b.Mode=i}),ace.define("ace/mode/textile_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:function(a){return a.match(/^h\d$/)?"markup.heading."+a.charAt(1):"markup.heading"},regex:"h1|h2|h3|h4|h5|h6|bq|p|bc|pre",next:"blocktag"},{token:"keyword",regex:"[\\*]+|[#]+"},{token:"text",regex:".+"}],blocktag:[{token:"keyword",regex:"\\. ",next:"start"},{token:"keyword",regex:"\\(",next:"blocktagproperties"}],blocktagproperties:[{token:"keyword",regex:"\\)",next:"blocktag"},{token:"string",regex:"[a-zA-Z0-9\\-_]+"},{token:"keyword",regex:"#"}]}};d.inherits(f,e),b.TextileHighlightRules=f}),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e})
@@ -1,254 +0,0 @@
1
- /* ***** BEGIN LICENSE BLOCK *****
2
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
- *
4
- * The contents of this file are subject to the Mozilla Public License Version
5
- * 1.1 (the "License"); you may not use this file except in compliance with
6
- * the License. You may obtain a copy of the License at
7
- * http://www.mozilla.org/MPL/
8
- *
9
- * Software distributed under the License is distributed on an "AS IS" basis,
10
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
- * for the specific language governing rights and limitations under the
12
- * License.
13
- *
14
- * The Original Code is Ajax.org Code Editor (ACE).
15
- *
16
- * The Initial Developer of the Original Code is
17
- * Ajax.org B.V.
18
- * Portions created by the Initial Developer are Copyright (C) 2010
19
- * the Initial Developer. All Rights Reserved.
20
- *
21
- * Contributor(s):
22
- * Kelley van Evert <kelley.vanevert@gmail.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
- ace.define('ace/mode/textile', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/textile_highlight_rules', 'ace/mode/matching_brace_outdent'], function(require, exports, module) {
39
- "use strict";
40
-
41
- var oop = require("../lib/oop");
42
- var TextMode = require("./text").Mode;
43
- var Tokenizer = require("../tokenizer").Tokenizer;
44
- var TextileHighlightRules = require("./textile_highlight_rules").TextileHighlightRules;
45
- var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
46
-
47
- var Mode = function() {
48
- this.$tokenizer = new Tokenizer(new TextileHighlightRules().getRules());
49
- this.$outdent = new MatchingBraceOutdent();
50
- };
51
- oop.inherits(Mode, TextMode);
52
-
53
- (function() {
54
- this.getNextLineIndent = function(state, line, tab) {
55
- if (state == "intag")
56
- return tab;
57
-
58
- return "";
59
- };
60
-
61
- this.checkOutdent = function(state, line, input) {
62
- return this.$outdent.checkOutdent(line, input);
63
- };
64
-
65
- this.autoOutdent = function(state, doc, row) {
66
- this.$outdent.autoOutdent(doc, row);
67
- };
68
-
69
- }).call(Mode.prototype);
70
-
71
- exports.Mode = Mode;
72
-
73
- });
74
- /* ***** BEGIN LICENSE BLOCK *****
75
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
76
- *
77
- * The contents of this file are subject to the Mozilla Public License Version
78
- * 1.1 (the "License"); you may not use this file except in compliance with
79
- * the License. You may obtain a copy of the License at
80
- * http://www.mozilla.org/MPL/
81
- *
82
- * Software distributed under the License is distributed on an "AS IS" basis,
83
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
84
- * for the specific language governing rights and limitations under the
85
- * License.
86
- *
87
- * The Original Code is Ajax.org Code Editor (ACE).
88
- *
89
- * The Initial Developer of the Original Code is
90
- * Ajax.org B.V.
91
- * Portions created by the Initial Developer are Copyright (C) 2010
92
- * the Initial Developer. All Rights Reserved.
93
- *
94
- * Contributor(s):
95
- * Kelley van Evert <kelley.vanevert@gmail.com>
96
- *
97
- * Alternatively, the contents of this file may be used under the terms of
98
- * either the GNU General Public License Version 2 or later (the "GPL"), or
99
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
100
- * in which case the provisions of the GPL or the LGPL are applicable instead
101
- * of those above. If you wish to allow use of your version of this file only
102
- * under the terms of either the GPL or the LGPL, and not to allow others to
103
- * use your version of this file under the terms of the MPL, indicate your
104
- * decision by deleting the provisions above and replace them with the notice
105
- * and other provisions required by the GPL or the LGPL. If you do not delete
106
- * the provisions above, a recipient may use your version of this file under
107
- * the terms of any one of the MPL, the GPL or the LGPL.
108
- *
109
- * ***** END LICENSE BLOCK ***** */
110
-
111
- ace.define('ace/mode/textile_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
112
- "use strict";
113
-
114
- var oop = require("../lib/oop");
115
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
116
-
117
- var TextileHighlightRules = function() {
118
- this.$rules = {
119
- "start" : [
120
- {
121
- token : function(value) {
122
- if (value.match(/^h\d$/))
123
- return "markup.heading." + value.charAt(1);
124
- else
125
- return "markup.heading";
126
- },
127
- regex : "h1|h2|h3|h4|h5|h6|bq|p|bc|pre",
128
- next : "blocktag"
129
- },
130
- {
131
- token : "keyword",
132
- regex : "[\\*]+|[#]+"
133
- },
134
- {
135
- token : "text",
136
- regex : ".+"
137
- }
138
- ],
139
- "blocktag" : [
140
- {
141
- token : "keyword",
142
- regex : "\\. ",
143
- next : "start"
144
- },
145
- {
146
- token : "keyword",
147
- regex : "\\(",
148
- next : "blocktagproperties"
149
- }
150
- ],
151
- "blocktagproperties" : [
152
- {
153
- token : "keyword",
154
- regex : "\\)",
155
- next : "blocktag"
156
- },
157
- {
158
- token : "string",
159
- regex : "[a-zA-Z0-9\\-_]+"
160
- },
161
- {
162
- token : "keyword",
163
- regex : "#"
164
- }
165
- ]
166
- };
167
- };
168
-
169
- oop.inherits(TextileHighlightRules, TextHighlightRules);
170
-
171
- exports.TextileHighlightRules = TextileHighlightRules;
172
-
173
- });
174
- /* ***** BEGIN LICENSE BLOCK *****
175
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
176
- *
177
- * The contents of this file are subject to the Mozilla Public License Version
178
- * 1.1 (the "License"); you may not use this file except in compliance with
179
- * the License. You may obtain a copy of the License at
180
- * http://www.mozilla.org/MPL/
181
- *
182
- * Software distributed under the License is distributed on an "AS IS" basis,
183
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
184
- * for the specific language governing rights and limitations under the
185
- * License.
186
- *
187
- * The Original Code is Ajax.org Code Editor (ACE).
188
- *
189
- * The Initial Developer of the Original Code is
190
- * Ajax.org B.V.
191
- * Portions created by the Initial Developer are Copyright (C) 2010
192
- * the Initial Developer. All Rights Reserved.
193
- *
194
- * Contributor(s):
195
- * Fabian Jakobs <fabian AT ajax DOT org>
196
- *
197
- * Alternatively, the contents of this file may be used under the terms of
198
- * either the GNU General Public License Version 2 or later (the "GPL"), or
199
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
200
- * in which case the provisions of the GPL or the LGPL are applicable instead
201
- * of those above. If you wish to allow use of your version of this file only
202
- * under the terms of either the GPL or the LGPL, and not to allow others to
203
- * use your version of this file under the terms of the MPL, indicate your
204
- * decision by deleting the provisions above and replace them with the notice
205
- * and other provisions required by the GPL or the LGPL. If you do not delete
206
- * the provisions above, a recipient may use your version of this file under
207
- * the terms of any one of the MPL, the GPL or the LGPL.
208
- *
209
- * ***** END LICENSE BLOCK ***** */
210
-
211
- ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
212
- "use strict";
213
-
214
- var Range = require("../range").Range;
215
-
216
- var MatchingBraceOutdent = function() {};
217
-
218
- (function() {
219
-
220
- this.checkOutdent = function(line, input) {
221
- if (! /^\s+$/.test(line))
222
- return false;
223
-
224
- return /^\s*\}/.test(input);
225
- };
226
-
227
- this.autoOutdent = function(doc, row) {
228
- var line = doc.getLine(row);
229
- var match = line.match(/^(\s*\})/);
230
-
231
- if (!match) return 0;
232
-
233
- var column = match[1].length;
234
- var openBracePos = doc.findMatchingBracket({row: row, column: column});
235
-
236
- if (!openBracePos || openBracePos.row == row) return 0;
237
-
238
- var indent = this.$getIndent(doc.getLine(openBracePos.row));
239
- doc.replace(new Range(row, 0, row, column-1), indent);
240
- };
241
-
242
- this.$getIndent = function(line) {
243
- var match = line.match(/^(\s+)/);
244
- if (match) {
245
- return match[1];
246
- }
247
-
248
- return "";
249
- };
250
-
251
- }).call(MatchingBraceOutdent.prototype);
252
-
253
- exports.MatchingBraceOutdent = MatchingBraceOutdent;
254
- });
@@ -1,254 +0,0 @@
1
- /* ***** BEGIN LICENSE BLOCK *****
2
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
- *
4
- * The contents of this file are subject to the Mozilla Public License Version
5
- * 1.1 (the "License"); you may not use this file except in compliance with
6
- * the License. You may obtain a copy of the License at
7
- * http://www.mozilla.org/MPL/
8
- *
9
- * Software distributed under the License is distributed on an "AS IS" basis,
10
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
- * for the specific language governing rights and limitations under the
12
- * License.
13
- *
14
- * The Original Code is Ajax.org Code Editor (ACE).
15
- *
16
- * The Initial Developer of the Original Code is
17
- * Ajax.org B.V.
18
- * Portions created by the Initial Developer are Copyright (C) 2010
19
- * the Initial Developer. All Rights Reserved.
20
- *
21
- * Contributor(s):
22
- * Kelley van Evert <kelley.vanevert@gmail.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/textile', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/textile_highlight_rules', 'ace/mode/matching_brace_outdent'], function(require, exports, module) {
39
- "use strict";
40
-
41
- var oop = require("../lib/oop");
42
- var TextMode = require("./text").Mode;
43
- var Tokenizer = require("../tokenizer").Tokenizer;
44
- var TextileHighlightRules = require("./textile_highlight_rules").TextileHighlightRules;
45
- var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
46
-
47
- var Mode = function() {
48
- this.$tokenizer = new Tokenizer(new TextileHighlightRules().getRules());
49
- this.$outdent = new MatchingBraceOutdent();
50
- };
51
- oop.inherits(Mode, TextMode);
52
-
53
- (function() {
54
- this.getNextLineIndent = function(state, line, tab) {
55
- if (state == "intag")
56
- return tab;
57
-
58
- return "";
59
- };
60
-
61
- this.checkOutdent = function(state, line, input) {
62
- return this.$outdent.checkOutdent(line, input);
63
- };
64
-
65
- this.autoOutdent = function(state, doc, row) {
66
- this.$outdent.autoOutdent(doc, row);
67
- };
68
-
69
- }).call(Mode.prototype);
70
-
71
- exports.Mode = Mode;
72
-
73
- });
74
- /* ***** BEGIN LICENSE BLOCK *****
75
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
76
- *
77
- * The contents of this file are subject to the Mozilla Public License Version
78
- * 1.1 (the "License"); you may not use this file except in compliance with
79
- * the License. You may obtain a copy of the License at
80
- * http://www.mozilla.org/MPL/
81
- *
82
- * Software distributed under the License is distributed on an "AS IS" basis,
83
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
84
- * for the specific language governing rights and limitations under the
85
- * License.
86
- *
87
- * The Original Code is Ajax.org Code Editor (ACE).
88
- *
89
- * The Initial Developer of the Original Code is
90
- * Ajax.org B.V.
91
- * Portions created by the Initial Developer are Copyright (C) 2010
92
- * the Initial Developer. All Rights Reserved.
93
- *
94
- * Contributor(s):
95
- * Kelley van Evert <kelley.vanevert@gmail.com>
96
- *
97
- * Alternatively, the contents of this file may be used under the terms of
98
- * either the GNU General Public License Version 2 or later (the "GPL"), or
99
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
100
- * in which case the provisions of the GPL or the LGPL are applicable instead
101
- * of those above. If you wish to allow use of your version of this file only
102
- * under the terms of either the GPL or the LGPL, and not to allow others to
103
- * use your version of this file under the terms of the MPL, indicate your
104
- * decision by deleting the provisions above and replace them with the notice
105
- * and other provisions required by the GPL or the LGPL. If you do not delete
106
- * the provisions above, a recipient may use your version of this file under
107
- * the terms of any one of the MPL, the GPL or the LGPL.
108
- *
109
- * ***** END LICENSE BLOCK ***** */
110
-
111
- define('ace/mode/textile_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
112
- "use strict";
113
-
114
- var oop = require("../lib/oop");
115
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
116
-
117
- var TextileHighlightRules = function() {
118
- this.$rules = {
119
- "start" : [
120
- {
121
- token : function(value) {
122
- if (value.match(/^h\d$/))
123
- return "markup.heading." + value.charAt(1);
124
- else
125
- return "markup.heading";
126
- },
127
- regex : "h1|h2|h3|h4|h5|h6|bq|p|bc|pre",
128
- next : "blocktag"
129
- },
130
- {
131
- token : "keyword",
132
- regex : "[\\*]+|[#]+"
133
- },
134
- {
135
- token : "text",
136
- regex : ".+"
137
- }
138
- ],
139
- "blocktag" : [
140
- {
141
- token : "keyword",
142
- regex : "\\. ",
143
- next : "start"
144
- },
145
- {
146
- token : "keyword",
147
- regex : "\\(",
148
- next : "blocktagproperties"
149
- }
150
- ],
151
- "blocktagproperties" : [
152
- {
153
- token : "keyword",
154
- regex : "\\)",
155
- next : "blocktag"
156
- },
157
- {
158
- token : "string",
159
- regex : "[a-zA-Z0-9\\-_]+"
160
- },
161
- {
162
- token : "keyword",
163
- regex : "#"
164
- }
165
- ]
166
- };
167
- };
168
-
169
- oop.inherits(TextileHighlightRules, TextHighlightRules);
170
-
171
- exports.TextileHighlightRules = TextileHighlightRules;
172
-
173
- });
174
- /* ***** BEGIN LICENSE BLOCK *****
175
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
176
- *
177
- * The contents of this file are subject to the Mozilla Public License Version
178
- * 1.1 (the "License"); you may not use this file except in compliance with
179
- * the License. You may obtain a copy of the License at
180
- * http://www.mozilla.org/MPL/
181
- *
182
- * Software distributed under the License is distributed on an "AS IS" basis,
183
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
184
- * for the specific language governing rights and limitations under the
185
- * License.
186
- *
187
- * The Original Code is Ajax.org Code Editor (ACE).
188
- *
189
- * The Initial Developer of the Original Code is
190
- * Ajax.org B.V.
191
- * Portions created by the Initial Developer are Copyright (C) 2010
192
- * the Initial Developer. All Rights Reserved.
193
- *
194
- * Contributor(s):
195
- * Fabian Jakobs <fabian AT ajax DOT org>
196
- *
197
- * Alternatively, the contents of this file may be used under the terms of
198
- * either the GNU General Public License Version 2 or later (the "GPL"), or
199
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
200
- * in which case the provisions of the GPL or the LGPL are applicable instead
201
- * of those above. If you wish to allow use of your version of this file only
202
- * under the terms of either the GPL or the LGPL, and not to allow others to
203
- * use your version of this file under the terms of the MPL, indicate your
204
- * decision by deleting the provisions above and replace them with the notice
205
- * and other provisions required by the GPL or the LGPL. If you do not delete
206
- * the provisions above, a recipient may use your version of this file under
207
- * the terms of any one of the MPL, the GPL or the LGPL.
208
- *
209
- * ***** END LICENSE BLOCK ***** */
210
-
211
- define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
212
- "use strict";
213
-
214
- var Range = require("../range").Range;
215
-
216
- var MatchingBraceOutdent = function() {};
217
-
218
- (function() {
219
-
220
- this.checkOutdent = function(line, input) {
221
- if (! /^\s+$/.test(line))
222
- return false;
223
-
224
- return /^\s*\}/.test(input);
225
- };
226
-
227
- this.autoOutdent = function(doc, row) {
228
- var line = doc.getLine(row);
229
- var match = line.match(/^(\s*\})/);
230
-
231
- if (!match) return 0;
232
-
233
- var column = match[1].length;
234
- var openBracePos = doc.findMatchingBracket({row: row, column: column});
235
-
236
- if (!openBracePos || openBracePos.row == row) return 0;
237
-
238
- var indent = this.$getIndent(doc.getLine(openBracePos.row));
239
- doc.replace(new Range(row, 0, row, column-1), indent);
240
- };
241
-
242
- this.$getIndent = function(line) {
243
- var match = line.match(/^(\s+)/);
244
- if (match) {
245
- return match[1];
246
- }
247
-
248
- return "";
249
- };
250
-
251
- }).call(MatchingBraceOutdent.prototype);
252
-
253
- exports.MatchingBraceOutdent = MatchingBraceOutdent;
254
- });