ace-rails-ap 2.0.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (301) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/ace/rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/ace/ace.js +14194 -13349
  5. data/vendor/assets/javascripts/ace/ext-beautify.js +335 -0
  6. data/vendor/assets/javascripts/ace/ext-chromevox.js +6 -1
  7. data/vendor/assets/javascripts/ace/ext-elastic_tabstops_lite.js +8 -33
  8. data/vendor/assets/javascripts/ace/ext-emmet.js +487 -424
  9. data/vendor/assets/javascripts/ace/ext-error_marker.js +6 -0
  10. data/vendor/assets/javascripts/ace/ext-keybinding_menu.js +45 -72
  11. data/vendor/assets/javascripts/ace/ext-language_tools.js +734 -578
  12. data/vendor/assets/javascripts/ace/ext-linking.js +53 -0
  13. data/vendor/assets/javascripts/ace/ext-modelist.js +25 -10
  14. data/vendor/assets/javascripts/ace/ext-old_ie.js +93 -120
  15. data/vendor/assets/javascripts/ace/ext-searchbox.js +8 -41
  16. data/vendor/assets/javascripts/ace/ext-settings_menu.js +229 -234
  17. data/vendor/assets/javascripts/ace/ext-spellcheck.js +7 -3
  18. data/vendor/assets/javascripts/ace/ext-split.js +13 -37
  19. data/vendor/assets/javascripts/ace/ext-static_highlight.js +16 -39
  20. data/vendor/assets/javascripts/ace/ext-statusbar.js +8 -2
  21. data/vendor/assets/javascripts/ace/ext-textarea.js +254 -99
  22. data/vendor/assets/javascripts/ace/ext-themelist.js +13 -40
  23. data/vendor/assets/javascripts/ace/ext-whitespace.js +17 -41
  24. data/vendor/assets/javascripts/ace/keybinding-emacs.js +803 -788
  25. data/vendor/assets/javascripts/ace/keybinding-vim.js +1559 -1560
  26. data/vendor/assets/javascripts/ace/mode-abap.js +52 -83
  27. data/vendor/assets/javascripts/ace/mode-actionscript.js +27 -63
  28. data/vendor/assets/javascripts/ace/mode-ada.js +27 -58
  29. data/vendor/assets/javascripts/ace/mode-apache_conf.js +310 -0
  30. data/vendor/assets/javascripts/ace/mode-applescript.js +226 -0
  31. data/vendor/assets/javascripts/ace/mode-asciidoc.js +39 -70
  32. data/vendor/assets/javascripts/ace/mode-assembly_x86.js +26 -58
  33. data/vendor/assets/javascripts/ace/mode-autohotkey.js +27 -63
  34. data/vendor/assets/javascripts/ace/mode-batchfile.js +27 -63
  35. data/vendor/assets/javascripts/ace/mode-c9search.js +92 -112
  36. data/vendor/assets/javascripts/ace/mode-c_cpp.js +224 -223
  37. data/vendor/assets/javascripts/ace/mode-cirru.js +202 -0
  38. data/vendor/assets/javascripts/ace/mode-clojure.js +98 -92
  39. data/vendor/assets/javascripts/ace/mode-cobol.js +27 -58
  40. data/vendor/assets/javascripts/ace/mode-coffee.js +90 -122
  41. data/vendor/assets/javascripts/ace/mode-coldfusion.js +1908 -1464
  42. data/vendor/assets/javascripts/ace/mode-csharp.js +291 -264
  43. data/vendor/assets/javascripts/ace/mode-css.js +266 -267
  44. data/vendor/assets/javascripts/ace/mode-curly.js +796 -815
  45. data/vendor/assets/javascripts/ace/mode-d.js +64 -95
  46. data/vendor/assets/javascripts/ace/mode-dart.js +254 -256
  47. data/vendor/assets/javascripts/ace/mode-diff.js +27 -58
  48. data/vendor/assets/javascripts/ace/mode-django.js +856 -866
  49. data/vendor/assets/javascripts/ace/mode-dockerfile.js +759 -0
  50. data/vendor/assets/javascripts/ace/mode-dot.js +106 -106
  51. data/vendor/assets/javascripts/ace/mode-eiffel.js +135 -0
  52. data/vendor/assets/javascripts/ace/mode-ejs.js +931 -938
  53. data/vendor/assets/javascripts/ace/mode-erlang.js +27 -58
  54. data/vendor/assets/javascripts/ace/mode-forth.js +27 -63
  55. data/vendor/assets/javascripts/ace/mode-ftl.js +457 -508
  56. data/vendor/assets/javascripts/ace/mode-gcode.js +85 -0
  57. data/vendor/assets/javascripts/ace/mode-gherkin.js +129 -0
  58. data/vendor/assets/javascripts/ace/mode-gitignore.js +50 -0
  59. data/vendor/assets/javascripts/ace/mode-glsl.js +252 -248
  60. data/vendor/assets/javascripts/ace/mode-golang.js +206 -179
  61. data/vendor/assets/javascripts/ace/mode-groovy.js +310 -242
  62. data/vendor/assets/javascripts/ace/mode-haml.js +156 -190
  63. data/vendor/assets/javascripts/ace/mode-handlebars.js +815 -784
  64. data/vendor/assets/javascripts/ace/mode-haskell.js +27 -63
  65. data/vendor/assets/javascripts/ace/mode-haxe.js +206 -176
  66. data/vendor/assets/javascripts/ace/mode-html.js +779 -792
  67. data/vendor/assets/javascripts/ace/mode-html_ruby.js +916 -923
  68. data/vendor/assets/javascripts/ace/mode-ini.js +27 -58
  69. data/vendor/assets/javascripts/ace/mode-io.js +201 -0
  70. data/vendor/assets/javascripts/ace/mode-jack.js +169 -170
  71. data/vendor/assets/javascripts/ace/mode-jade.js +722 -774
  72. data/vendor/assets/javascripts/ace/mode-java.js +310 -245
  73. data/vendor/assets/javascripts/ace/mode-javascript.js +285 -247
  74. data/vendor/assets/javascripts/ace/mode-json.js +183 -184
  75. data/vendor/assets/javascripts/ace/mode-jsoniq.js +3211 -1274
  76. data/vendor/assets/javascripts/ace/mode-jsp.js +481 -504
  77. data/vendor/assets/javascripts/ace/mode-jsx.js +206 -176
  78. data/vendor/assets/javascripts/ace/mode-julia.js +33 -69
  79. data/vendor/assets/javascripts/ace/mode-latex.js +74 -41
  80. data/vendor/assets/javascripts/ace/mode-less.js +250 -251
  81. data/vendor/assets/javascripts/ace/mode-liquid.js +424 -475
  82. data/vendor/assets/javascripts/ace/mode-lisp.js +24 -57
  83. data/vendor/assets/javascripts/ace/mode-livescript.js +42 -41
  84. data/vendor/assets/javascripts/ace/mode-logiql.js +229 -230
  85. data/vendor/assets/javascripts/ace/mode-lsl.js +200 -441
  86. data/vendor/assets/javascripts/ace/mode-lua.js +136 -167
  87. data/vendor/assets/javascripts/ace/mode-luapage.js +904 -884
  88. data/vendor/assets/javascripts/ace/mode-lucene.js +22 -17
  89. data/vendor/assets/javascripts/ace/mode-makefile.js +162 -137
  90. data/vendor/assets/javascripts/ace/mode-markdown.js +846 -854
  91. data/vendor/assets/javascripts/ace/mode-matlab.js +98 -72
  92. data/vendor/assets/javascripts/ace/mode-mel.js +569 -0
  93. data/vendor/assets/javascripts/ace/mode-mushcode.js +84 -115
  94. data/vendor/assets/javascripts/ace/mode-mysql.js +49 -80
  95. data/vendor/assets/javascripts/ace/mode-nix.js +252 -256
  96. data/vendor/assets/javascripts/ace/mode-objectivec.js +242 -274
  97. data/vendor/assets/javascripts/ace/mode-ocaml.js +71 -102
  98. data/vendor/assets/javascripts/ace/mode-pascal.js +32 -68
  99. data/vendor/assets/javascripts/ace/mode-perl.js +67 -98
  100. data/vendor/assets/javascripts/ace/mode-pgsql.js +990 -982
  101. data/vendor/assets/javascripts/ace/mode-php.js +1878 -1900
  102. data/vendor/assets/javascripts/ace/mode-plain_text.js +3 -34
  103. data/vendor/assets/javascripts/ace/mode-powershell.js +181 -151
  104. data/vendor/assets/javascripts/ace/mode-praat.js +418 -0
  105. data/vendor/assets/javascripts/ace/mode-prolog.js +27 -63
  106. data/vendor/assets/javascripts/ace/mode-properties.js +20 -48
  107. data/vendor/assets/javascripts/ace/mode-protobuf.js +252 -259
  108. data/vendor/assets/javascripts/ace/mode-python.js +84 -115
  109. data/vendor/assets/javascripts/ace/mode-r.js +105 -140
  110. data/vendor/assets/javascripts/ace/mode-rdoc.js +84 -89
  111. data/vendor/assets/javascripts/ace/mode-rhtml.js +892 -908
  112. data/vendor/assets/javascripts/ace/mode-ruby.js +434 -98
  113. data/vendor/assets/javascripts/ace/mode-rust.js +27 -63
  114. data/vendor/assets/javascripts/ace/mode-sass.js +75 -106
  115. data/vendor/assets/javascripts/ace/mode-scad.js +219 -220
  116. data/vendor/assets/javascripts/ace/mode-scala.js +311 -243
  117. data/vendor/assets/javascripts/ace/mode-scheme.js +24 -60
  118. data/vendor/assets/javascripts/ace/mode-scss.js +250 -251
  119. data/vendor/assets/javascripts/ace/mode-sh.js +506 -118
  120. data/vendor/assets/javascripts/ace/mode-sjs.js +314 -280
  121. data/vendor/assets/javascripts/ace/mode-smarty.js +2474 -0
  122. data/vendor/assets/javascripts/ace/mode-snippets.js +89 -89
  123. data/vendor/assets/javascripts/ace/mode-soy_template.js +792 -811
  124. data/vendor/assets/javascripts/ace/mode-space.js +22 -23
  125. data/vendor/assets/javascripts/ace/mode-sql.js +31 -58
  126. data/vendor/assets/javascripts/ace/mode-stylus.js +161 -197
  127. data/vendor/assets/javascripts/ace/mode-svg.js +906 -836
  128. data/vendor/assets/javascripts/ace/mode-tcl.js +61 -92
  129. data/vendor/assets/javascripts/ace/mode-tex.js +36 -73
  130. data/vendor/assets/javascripts/ace/mode-text.js +1 -0
  131. data/vendor/assets/javascripts/ace/mode-textile.js +41 -72
  132. data/vendor/assets/javascripts/ace/mode-toml.js +26 -62
  133. data/vendor/assets/javascripts/ace/mode-twig.js +1196 -892
  134. data/vendor/assets/javascripts/ace/mode-typescript.js +313 -277
  135. data/vendor/assets/javascripts/ace/mode-vala.js +982 -0
  136. data/vendor/assets/javascripts/ace/mode-vbscript.js +25 -62
  137. data/vendor/assets/javascripts/ace/mode-velocity.js +2251 -1242
  138. data/vendor/assets/javascripts/ace/mode-verilog.js +27 -59
  139. data/vendor/assets/javascripts/ace/mode-vhdl.js +26 -55
  140. data/vendor/assets/javascripts/ace/mode-xml.js +319 -644
  141. data/vendor/assets/javascripts/ace/mode-xquery.js +2503 -588
  142. data/vendor/assets/javascripts/ace/mode-yaml.js +56 -90
  143. data/vendor/assets/javascripts/ace/snippets/abap.js +7 -0
  144. data/vendor/assets/javascripts/ace/snippets/actionscript.js +159 -0
  145. data/vendor/assets/javascripts/ace/snippets/ada.js +7 -0
  146. data/vendor/assets/javascripts/ace/snippets/apache_conf.js +7 -0
  147. data/vendor/assets/javascripts/ace/snippets/applescript.js +7 -0
  148. data/vendor/assets/javascripts/ace/snippets/asciidoc.js +7 -0
  149. data/vendor/assets/javascripts/ace/snippets/assembly_x86.js +7 -0
  150. data/vendor/assets/javascripts/ace/snippets/autohotkey.js +7 -0
  151. data/vendor/assets/javascripts/ace/snippets/batchfile.js +7 -0
  152. data/vendor/assets/javascripts/ace/snippets/c9search.js +7 -0
  153. data/vendor/assets/javascripts/ace/snippets/c_cpp.js +138 -0
  154. data/vendor/assets/javascripts/ace/snippets/cirru.js +7 -0
  155. data/vendor/assets/javascripts/ace/snippets/clojure.js +97 -0
  156. data/vendor/assets/javascripts/ace/snippets/cobol.js +7 -0
  157. data/vendor/assets/javascripts/ace/snippets/coffee.js +102 -0
  158. data/vendor/assets/javascripts/ace/snippets/coldfusion.js +7 -0
  159. data/vendor/assets/javascripts/ace/snippets/csharp.js +7 -0
  160. data/vendor/assets/javascripts/ace/snippets/css.js +974 -0
  161. data/vendor/assets/javascripts/ace/snippets/curly.js +7 -0
  162. data/vendor/assets/javascripts/ace/snippets/d.js +7 -0
  163. data/vendor/assets/javascripts/ace/snippets/dart.js +90 -0
  164. data/vendor/assets/javascripts/ace/snippets/diff.js +18 -0
  165. data/vendor/assets/javascripts/ace/snippets/django.js +115 -0
  166. data/vendor/assets/javascripts/ace/snippets/dockerfile.js +7 -0
  167. data/vendor/assets/javascripts/ace/snippets/dot.js +7 -0
  168. data/vendor/assets/javascripts/ace/snippets/eiffel.js +7 -0
  169. data/vendor/assets/javascripts/ace/snippets/ejs.js +7 -0
  170. data/vendor/assets/javascripts/ace/snippets/erlang.js +167 -0
  171. data/vendor/assets/javascripts/ace/snippets/forth.js +7 -0
  172. data/vendor/assets/javascripts/ace/snippets/ftl.js +7 -0
  173. data/vendor/assets/javascripts/ace/snippets/gcode.js +7 -0
  174. data/vendor/assets/javascripts/ace/snippets/gherkin.js +7 -0
  175. data/vendor/assets/javascripts/ace/snippets/gitignore.js +7 -0
  176. data/vendor/assets/javascripts/ace/snippets/glsl.js +7 -0
  177. data/vendor/assets/javascripts/ace/snippets/golang.js +7 -0
  178. data/vendor/assets/javascripts/ace/snippets/groovy.js +7 -0
  179. data/vendor/assets/javascripts/ace/snippets/haml.js +27 -0
  180. data/vendor/assets/javascripts/ace/snippets/handlebars.js +7 -0
  181. data/vendor/assets/javascripts/ace/snippets/haskell.js +89 -0
  182. data/vendor/assets/javascripts/ace/snippets/haxe.js +7 -0
  183. data/vendor/assets/javascripts/ace/snippets/html.js +835 -0
  184. data/vendor/assets/javascripts/ace/snippets/html_ruby.js +7 -0
  185. data/vendor/assets/javascripts/ace/snippets/ini.js +7 -0
  186. data/vendor/assets/javascripts/ace/snippets/io.js +69 -0
  187. data/vendor/assets/javascripts/ace/snippets/jack.js +7 -0
  188. data/vendor/assets/javascripts/ace/snippets/jade.js +7 -0
  189. data/vendor/assets/javascripts/ace/snippets/java.js +241 -0
  190. data/vendor/assets/javascripts/ace/snippets/javascript.js +189 -0
  191. data/vendor/assets/javascripts/ace/snippets/json.js +7 -0
  192. data/vendor/assets/javascripts/ace/snippets/jsoniq.js +68 -0
  193. data/vendor/assets/javascripts/ace/snippets/jsp.js +106 -0
  194. data/vendor/assets/javascripts/ace/snippets/jsx.js +7 -0
  195. data/vendor/assets/javascripts/ace/snippets/julia.js +7 -0
  196. data/vendor/assets/javascripts/ace/snippets/latex.js +7 -0
  197. data/vendor/assets/javascripts/ace/snippets/less.js +7 -0
  198. data/vendor/assets/javascripts/ace/snippets/liquid.js +7 -0
  199. data/vendor/assets/javascripts/ace/snippets/lisp.js +7 -0
  200. data/vendor/assets/javascripts/ace/snippets/livescript.js +7 -0
  201. data/vendor/assets/javascripts/ace/snippets/logiql.js +7 -0
  202. data/vendor/assets/javascripts/ace/snippets/lsl.js +1073 -0
  203. data/vendor/assets/javascripts/ace/snippets/lua.js +28 -0
  204. data/vendor/assets/javascripts/ace/snippets/luapage.js +7 -0
  205. data/vendor/assets/javascripts/ace/snippets/lucene.js +7 -0
  206. data/vendor/assets/javascripts/ace/snippets/makefile.js +11 -0
  207. data/vendor/assets/javascripts/ace/snippets/markdown.js +95 -0
  208. data/vendor/assets/javascripts/ace/snippets/matlab.js +7 -0
  209. data/vendor/assets/javascripts/ace/snippets/mel.js +7 -0
  210. data/vendor/assets/javascripts/ace/snippets/mushcode.js +7 -0
  211. data/vendor/assets/javascripts/ace/snippets/mysql.js +7 -0
  212. data/vendor/assets/javascripts/ace/snippets/nix.js +7 -0
  213. data/vendor/assets/javascripts/ace/snippets/objectivec.js +7 -0
  214. data/vendor/assets/javascripts/ace/snippets/ocaml.js +7 -0
  215. data/vendor/assets/javascripts/ace/snippets/pascal.js +7 -0
  216. data/vendor/assets/javascripts/ace/snippets/perl.js +354 -0
  217. data/vendor/assets/javascripts/ace/snippets/pgsql.js +7 -0
  218. data/vendor/assets/javascripts/ace/snippets/php.js +283 -0
  219. data/vendor/assets/javascripts/ace/snippets/plain_text.js +7 -0
  220. data/vendor/assets/javascripts/ace/snippets/powershell.js +7 -0
  221. data/vendor/assets/javascripts/ace/snippets/praat.js +7 -0
  222. data/vendor/assets/javascripts/ace/snippets/prolog.js +7 -0
  223. data/vendor/assets/javascripts/ace/snippets/properties.js +7 -0
  224. data/vendor/assets/javascripts/ace/snippets/protobuf.js +7 -0
  225. data/vendor/assets/javascripts/ace/snippets/python.js +165 -0
  226. data/vendor/assets/javascripts/ace/snippets/r.js +128 -0
  227. data/vendor/assets/javascripts/ace/snippets/rdoc.js +7 -0
  228. data/vendor/assets/javascripts/ace/snippets/rhtml.js +7 -0
  229. data/vendor/assets/javascripts/ace/snippets/ruby.js +935 -0
  230. data/vendor/assets/javascripts/ace/snippets/rust.js +7 -0
  231. data/vendor/assets/javascripts/ace/snippets/sass.js +7 -0
  232. data/vendor/assets/javascripts/ace/snippets/scad.js +7 -0
  233. data/vendor/assets/javascripts/ace/snippets/scala.js +7 -0
  234. data/vendor/assets/javascripts/ace/snippets/scheme.js +7 -0
  235. data/vendor/assets/javascripts/ace/snippets/scss.js +7 -0
  236. data/vendor/assets/javascripts/ace/snippets/sh.js +90 -0
  237. data/vendor/assets/javascripts/ace/snippets/sjs.js +7 -0
  238. data/vendor/assets/javascripts/ace/snippets/smarty.js +7 -0
  239. data/vendor/assets/javascripts/ace/snippets/snippets.js +16 -0
  240. data/vendor/assets/javascripts/ace/snippets/soy_template.js +7 -0
  241. data/vendor/assets/javascripts/ace/snippets/space.js +7 -0
  242. data/vendor/assets/javascripts/ace/snippets/sql.js +33 -0
  243. data/vendor/assets/javascripts/ace/snippets/stylus.js +7 -0
  244. data/vendor/assets/javascripts/ace/snippets/svg.js +7 -0
  245. data/vendor/assets/javascripts/ace/snippets/tcl.js +99 -0
  246. data/vendor/assets/javascripts/ace/snippets/tex.js +197 -0
  247. data/vendor/assets/javascripts/ace/snippets/text.js +7 -0
  248. data/vendor/assets/javascripts/ace/snippets/textile.js +37 -0
  249. data/vendor/assets/javascripts/ace/snippets/toml.js +7 -0
  250. data/vendor/assets/javascripts/ace/snippets/twig.js +7 -0
  251. data/vendor/assets/javascripts/ace/snippets/typescript.js +7 -0
  252. data/vendor/assets/javascripts/ace/snippets/vala.js +193 -0
  253. data/vendor/assets/javascripts/ace/snippets/vbscript.js +7 -0
  254. data/vendor/assets/javascripts/ace/snippets/velocity.js +36 -0
  255. data/vendor/assets/javascripts/ace/snippets/verilog.js +7 -0
  256. data/vendor/assets/javascripts/ace/snippets/vhdl.js +7 -0
  257. data/vendor/assets/javascripts/ace/snippets/xml.js +7 -0
  258. data/vendor/assets/javascripts/ace/snippets/xquery.js +68 -0
  259. data/vendor/assets/javascripts/ace/snippets/yaml.js +7 -0
  260. data/vendor/assets/javascripts/ace/theme-ambiance.js +4 -24
  261. data/vendor/assets/javascripts/ace/theme-chaos.js +2 -25
  262. data/vendor/assets/javascripts/ace/theme-chrome.js +2 -31
  263. data/vendor/assets/javascripts/ace/theme-clouds.js +1 -31
  264. data/vendor/assets/javascripts/ace/theme-clouds_midnight.js +1 -31
  265. data/vendor/assets/javascripts/ace/theme-cobalt.js +1 -31
  266. data/vendor/assets/javascripts/ace/theme-crimson_editor.js +1 -31
  267. data/vendor/assets/javascripts/ace/theme-dawn.js +1 -31
  268. data/vendor/assets/javascripts/ace/theme-dreamweaver.js +5 -31
  269. data/vendor/assets/javascripts/ace/theme-eclipse.js +7 -33
  270. data/vendor/assets/javascripts/ace/theme-github.js +2 -35
  271. data/vendor/assets/javascripts/ace/theme-idle_fingers.js +1 -31
  272. data/vendor/assets/javascripts/ace/theme-katzenmilch.js +119 -0
  273. data/vendor/assets/javascripts/ace/theme-kr.js +1 -31
  274. data/vendor/assets/javascripts/ace/theme-kr_theme.js +57 -141
  275. data/vendor/assets/javascripts/ace/theme-kuroir.js +59 -0
  276. data/vendor/assets/javascripts/ace/theme-merbivore.js +1 -31
  277. data/vendor/assets/javascripts/ace/theme-merbivore_soft.js +1 -31
  278. data/vendor/assets/javascripts/ace/theme-mono_industrial.js +1 -31
  279. data/vendor/assets/javascripts/ace/theme-monokai.js +1 -31
  280. data/vendor/assets/javascripts/ace/theme-pastel_on_dark.js +1 -31
  281. data/vendor/assets/javascripts/ace/theme-solarized_dark.js +1 -31
  282. data/vendor/assets/javascripts/ace/theme-solarized_light.js +1 -31
  283. data/vendor/assets/javascripts/ace/theme-terminal.js +1 -31
  284. data/vendor/assets/javascripts/ace/theme-textmate.js +3 -32
  285. data/vendor/assets/javascripts/ace/theme-tomorrow.js +1 -31
  286. data/vendor/assets/javascripts/ace/theme-tomorrow_night.js +1 -31
  287. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue.js +1 -31
  288. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright.js +1 -31
  289. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties.js +1 -31
  290. data/vendor/assets/javascripts/ace/theme-twilight.js +1 -31
  291. data/vendor/assets/javascripts/ace/theme-vibrant_ink.js +1 -31
  292. data/vendor/assets/javascripts/ace/theme-xcode.js +2 -33
  293. data/vendor/assets/javascripts/ace/worker-coffee.js +5026 -5008
  294. data/vendor/assets/javascripts/ace/worker-css.js +5489 -5134
  295. data/vendor/assets/javascripts/ace/worker-html.js +11517 -0
  296. data/vendor/assets/javascripts/ace/worker-javascript.js +9810 -9501
  297. data/vendor/assets/javascripts/ace/worker-json.js +1583 -1564
  298. data/vendor/assets/javascripts/ace/worker-lua.js +2631 -2612
  299. data/vendor/assets/javascripts/ace/worker-php.js +2385 -2341
  300. data/vendor/assets/javascripts/ace/worker-xquery.js +31643 -3993
  301. metadata +147 -11
@@ -0,0 +1,85 @@
1
+ define("ace/mode/gcode_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+ "use strict";
3
+
4
+ var oop = require("../lib/oop");
5
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6
+
7
+ var GcodeHighlightRules = function() {
8
+
9
+ var keywords = (
10
+ "IF|DO|WHILE|ENDWHILE|CALL|ENDIF|SUB|ENDSUB|GOTO|REPEAT|ENDREPEAT|CALL"
11
+ );
12
+
13
+ var builtinConstants = (
14
+ "PI"
15
+ );
16
+
17
+ var builtinFunctions = (
18
+ "ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN"
19
+ );
20
+ var keywordMapper = this.createKeywordMapper({
21
+ "support.function": builtinFunctions,
22
+ "keyword": keywords,
23
+ "constant.language": builtinConstants
24
+ }, "identifier", true);
25
+
26
+ this.$rules = {
27
+ "start" : [ {
28
+ token : "comment",
29
+ regex : "\\(.*\\)"
30
+ }, {
31
+ token : "comment", // block number
32
+ regex : "([N])([0-9]+)"
33
+ }, {
34
+ token : "string", // " string
35
+ regex : "([G])([0-9]+\\.?[0-9]?)"
36
+ }, {
37
+ token : "string", // ' string
38
+ regex : "([M])([0-9]+\\.?[0-9]?)"
39
+ }, {
40
+ token : "constant.numeric", // float
41
+ regex : "([-+]?([0-9]*\\.?[0-9]+\\.?))|(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)"
42
+ }, {
43
+ token : keywordMapper,
44
+ regex : "[A-Z]"
45
+ }, {
46
+ token : "keyword.operator",
47
+ regex : "EQ|LT|GT|NE|GE|LE|OR|XOR"
48
+ }, {
49
+ token : "paren.lparen",
50
+ regex : "[\\[]"
51
+ }, {
52
+ token : "paren.rparen",
53
+ regex : "[\\]]"
54
+ }, {
55
+ token : "text",
56
+ regex : "\\s+"
57
+ } ]
58
+ };
59
+ };
60
+
61
+ oop.inherits(GcodeHighlightRules, TextHighlightRules);
62
+
63
+ exports.GcodeHighlightRules = GcodeHighlightRules;
64
+ });
65
+
66
+ define("ace/mode/gcode",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/gcode_highlight_rules","ace/range"], function(require, exports, module) {
67
+ "use strict";
68
+
69
+ var oop = require("../lib/oop");
70
+ var TextMode = require("./text").Mode;
71
+ var GcodeHighlightRules = require("./gcode_highlight_rules").GcodeHighlightRules;
72
+ var Range = require("../range").Range;
73
+
74
+ var Mode = function() {
75
+ this.HighlightRules = GcodeHighlightRules;
76
+ };
77
+ oop.inherits(Mode, TextMode);
78
+
79
+ (function() {
80
+ this.$id = "ace/mode/gcode";
81
+ }).call(Mode.prototype);
82
+
83
+ exports.Mode = Mode;
84
+
85
+ });
@@ -0,0 +1,129 @@
1
+ define("ace/mode/gherkin_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+
3
+ var oop = require("../lib/oop");
4
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
5
+ var stringEscape = "\\\\(x[0-9A-Fa-f]{2}|[0-7]{3}|[\\\\abfnrtv'\"]|U[0-9A-Fa-f]{8}|u[0-9A-Fa-f]{4})";
6
+
7
+ var GherkinHighlightRules = function() {
8
+ this.$rules = {
9
+ start : [{
10
+ token: 'constant.numeric',
11
+ regex: "(?:(?:[1-9]\\d*)|(?:0))"
12
+ }, {
13
+ token : "comment",
14
+ regex : "#.*$"
15
+ }, {
16
+ token : "keyword",
17
+ regex : "Feature:|Background:|Scenario:|Scenario\ Outline:|Examples:|Given|When|Then|And|But|\\*",
18
+ }, {
19
+ token : "string", // multi line """ string start
20
+ regex : '"{3}',
21
+ next : "qqstring3"
22
+ }, {
23
+ token : "string", // " string
24
+ regex : '"',
25
+ next : "qqstring"
26
+ }, {
27
+ token : "comment",
28
+ regex : "@[A-Za-z0-9]+",
29
+ next : "start"
30
+ }, {
31
+ token : "comment",
32
+ regex : "<.+>"
33
+ }, {
34
+ token : "comment",
35
+ regex : "\\| ",
36
+ next : "table-item"
37
+ }, {
38
+ token : "comment",
39
+ regex : "\\|$",
40
+ next : "start"
41
+ }],
42
+ "qqstring3" : [ {
43
+ token : "constant.language.escape",
44
+ regex : stringEscape
45
+ }, {
46
+ token : "string", // multi line """ string end
47
+ regex : '"{3}',
48
+ next : "start"
49
+ }, {
50
+ defaultToken : "string"
51
+ }],
52
+ "qqstring" : [{
53
+ token : "constant.language.escape",
54
+ regex : stringEscape
55
+ }, {
56
+ token : "string",
57
+ regex : "\\\\$",
58
+ next : "qqstring"
59
+ }, {
60
+ token : "string",
61
+ regex : '"|$',
62
+ next : "start"
63
+ }, {
64
+ defaultToken: "string"
65
+ }],
66
+ "table-item" : [{
67
+ token : "string",
68
+ regex : "[A-Za-z0-9 ]*",
69
+ next : "start"
70
+ }],
71
+ };
72
+
73
+ }
74
+
75
+ oop.inherits(GherkinHighlightRules, TextHighlightRules);
76
+
77
+ exports.GherkinHighlightRules = GherkinHighlightRules;
78
+ });
79
+
80
+ define("ace/mode/gherkin",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/gherkin_highlight_rules"], function(require, exports, module) {
81
+
82
+ var oop = require("../lib/oop");
83
+ var TextMode = require("./text").Mode;
84
+ var GherkinHighlightRules = require("./gherkin_highlight_rules").GherkinHighlightRules;
85
+
86
+ var Mode = function() {
87
+ this.HighlightRules = GherkinHighlightRules;
88
+ };
89
+ oop.inherits(Mode, TextMode);
90
+
91
+ (function() {
92
+ this.lineCommentStart = "#";
93
+ this.$id = "ace/mode/gherkin";
94
+
95
+ this.getNextLineIndent = function(state, line, tab) {
96
+ var indent = this.$getIndent(line);
97
+ var space2 = " ";
98
+
99
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
100
+ var tokens = tokenizedLine.tokens;
101
+
102
+ console.log(state)
103
+
104
+ if(line.match("[ ]*\\|")) {
105
+ indent += "| ";
106
+ }
107
+
108
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
109
+ return indent;
110
+ }
111
+
112
+
113
+ if (state == "start") {
114
+ if (line.match("Scenario:|Feature:|Scenario\ Outline:|Background:")) {
115
+ indent += space2;
116
+ } else if(line.match("(Given|Then).+(:)$|Examples:")) {
117
+ indent += space2;
118
+ } else if(line.match("\\*.+")) {
119
+ indent += "* ";
120
+ }
121
+ }
122
+
123
+
124
+ return indent;
125
+ };
126
+ }).call(Mode.prototype);
127
+
128
+ exports.Mode = Mode;
129
+ });
@@ -0,0 +1,50 @@
1
+ define("ace/mode/gitignore_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+ "use strict";
3
+
4
+ var oop = require("../lib/oop");
5
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6
+
7
+ var GitignoreHighlightRules = function() {
8
+ this.$rules = {
9
+ "start" : [
10
+ {
11
+ token : "comment",
12
+ regex : /^\s*#.*$/
13
+ }, {
14
+ token : "keyword", // negated patterns
15
+ regex : /^\s*!.*$/
16
+ }
17
+ ]
18
+ };
19
+
20
+ this.normalizeRules();
21
+ };
22
+
23
+ GitignoreHighlightRules.metaData = {
24
+ fileTypes: ['gitignore'],
25
+ name: 'Gitignore'
26
+ };
27
+
28
+ oop.inherits(GitignoreHighlightRules, TextHighlightRules);
29
+
30
+ exports.GitignoreHighlightRules = GitignoreHighlightRules;
31
+ });
32
+
33
+ define("ace/mode/gitignore",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/gitignore_highlight_rules"], function(require, exports, module) {
34
+ "use strict";
35
+
36
+ var oop = require("../lib/oop");
37
+ var TextMode = require("./text").Mode;
38
+ var GitignoreHighlightRules = require("./gitignore_highlight_rules").GitignoreHighlightRules;
39
+
40
+ var Mode = function() {
41
+ this.HighlightRules = GitignoreHighlightRules;
42
+ };
43
+ oop.inherits(Mode, TextMode);
44
+
45
+ (function() {
46
+ this.$id = "ace/mode/gitignore";
47
+ }).call(Mode.prototype);
48
+
49
+ exports.Mode = Mode;
50
+ });
@@ -1,136 +1,54 @@
1
- /* ***** BEGIN LICENSE BLOCK *****
2
- * Distributed under the BSD license:
3
- *
4
- * Copyright (c) 2010, Ajax.org B.V.
5
- * All rights reserved.
6
- *
7
- * Redistribution and use in source and binary forms, with or without
8
- * modification, are permitted provided that the following conditions are met:
9
- * * Redistributions of source code must retain the above copyright
10
- * notice, this list of conditions and the following disclaimer.
11
- * * Redistributions in binary form must reproduce the above copyright
12
- * notice, this list of conditions and the following disclaimer in the
13
- * documentation and/or other materials provided with the distribution.
14
- * * Neither the name of Ajax.org B.V. nor the
15
- * names of its contributors may be used to endorse or promote products
16
- * derived from this software without specific prior written permission.
17
- *
18
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
- * DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
22
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
- *
29
- * ***** END LICENSE BLOCK ***** */
30
-
31
- define('ace/mode/glsl', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/c_cpp', 'ace/tokenizer', 'ace/mode/glsl_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) {
32
-
1
+ define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+ "use strict";
33
3
 
34
4
  var oop = require("../lib/oop");
35
- var CMode = require("./c_cpp").Mode;
36
- var Tokenizer = require("../tokenizer").Tokenizer;
37
- var glslHighlightRules = require("./glsl_highlight_rules").glslHighlightRules;
38
- var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
39
- var Range = require("../range").Range;
40
- var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
41
- var CStyleFoldMode = require("./folding/cstyle").FoldMode;
42
-
43
- var Mode = function() {
44
- this.HighlightRules = glslHighlightRules;
45
-
46
- this.$outdent = new MatchingBraceOutdent();
47
- this.$behaviour = new CstyleBehaviour();
48
- this.foldingRules = new CStyleFoldMode();
49
- };
50
- oop.inherits(Mode, CMode);
51
-
52
- exports.Mode = Mode;
53
- });
54
-
55
- define('ace/mode/c_cpp', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/c_cpp_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) {
56
-
57
-
58
- var oop = require("../lib/oop");
59
- var TextMode = require("./text").Mode;
60
- var Tokenizer = require("../tokenizer").Tokenizer;
61
- var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
62
- var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
63
- var Range = require("../range").Range;
64
- var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
65
- var CStyleFoldMode = require("./folding/cstyle").FoldMode;
66
-
67
- var Mode = function() {
68
- this.HighlightRules = c_cppHighlightRules;
5
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
69
6
 
70
- this.$outdent = new MatchingBraceOutdent();
71
- this.$behaviour = new CstyleBehaviour();
7
+ var DocCommentHighlightRules = function() {
72
8
 
73
- this.foldingRules = new CStyleFoldMode();
9
+ this.$rules = {
10
+ "start" : [ {
11
+ token : "comment.doc.tag",
12
+ regex : "@[\\w\\d_]+" // TODO: fix email addresses
13
+ }, {
14
+ token : "comment.doc.tag",
15
+ regex : "\\bTODO\\b"
16
+ }, {
17
+ defaultToken : "comment.doc"
18
+ }]
19
+ };
74
20
  };
75
- oop.inherits(Mode, TextMode);
76
-
77
- (function() {
78
-
79
- this.lineCommentStart = "//";
80
- this.blockComment = {start: "/*", end: "*/"};
81
-
82
- this.getNextLineIndent = function(state, line, tab) {
83
- var indent = this.$getIndent(line);
84
-
85
- var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
86
- var tokens = tokenizedLine.tokens;
87
- var endState = tokenizedLine.state;
88
-
89
- if (tokens.length && tokens[tokens.length-1].type == "comment") {
90
- return indent;
91
- }
92
21
 
93
- if (state == "start") {
94
- var match = line.match(/^.*[\{\(\[]\s*$/);
95
- if (match) {
96
- indent += tab;
97
- }
98
- } else if (state == "doc-start") {
99
- if (endState == "start") {
100
- return "";
101
- }
102
- var match = line.match(/^\s*(\/?)\*/);
103
- if (match) {
104
- if (match[1]) {
105
- indent += " ";
106
- }
107
- indent += "* ";
108
- }
109
- }
22
+ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
110
23
 
111
- return indent;
24
+ DocCommentHighlightRules.getStartRule = function(start) {
25
+ return {
26
+ token : "comment.doc", // doc comment
27
+ regex : "\\/\\*(?=\\*)",
28
+ next : start
112
29
  };
30
+ };
113
31
 
114
- this.checkOutdent = function(state, line, input) {
115
- return this.$outdent.checkOutdent(line, input);
32
+ DocCommentHighlightRules.getEndRule = function (start) {
33
+ return {
34
+ token : "comment.doc", // closing comment
35
+ regex : "\\*\\/",
36
+ next : start
116
37
  };
38
+ };
117
39
 
118
- this.autoOutdent = function(state, doc, row) {
119
- this.$outdent.autoOutdent(doc, row);
120
- };
121
40
 
122
- this.$id = "ace/mode/c_cpp";
123
- }).call(Mode.prototype);
41
+ exports.DocCommentHighlightRules = DocCommentHighlightRules;
124
42
 
125
- exports.Mode = Mode;
126
43
  });
127
- define('ace/mode/c_cpp_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/doc_comment_highlight_rules', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
128
44
 
45
+ define("ace/mode/c_cpp_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
46
+ "use strict";
129
47
 
130
48
  var oop = require("../lib/oop");
131
49
  var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
132
50
  var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
133
- var cFunctions = exports.cFunctions = "\\s*\\bhypot(?:f|l)?|s(?:scanf|ystem|nprintf|ca(?:nf|lb(?:n(?:f|l)?|ln(?:f|l)?))|i(?:n(?:h(?:f|l)?|f|l)?|gn(?:al|bit))|tr(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?)|error|pbrk|ftime|len|rchr|xfrm)|printf|et(?:jmp|vbuf|locale|buf)|qrt(?:f|l)?|w(?:scanf|printf)|rand)|n(?:e(?:arbyint(?:f|l)?|xt(?:toward(?:f|l)?|after(?:f|l)?))|an(?:f|l)?)|c(?:s(?:in(?:h(?:f|l)?|f|l)?|qrt(?:f|l)?)|cos(?:h(?:f)?|f|l)?|imag(?:f|l)?|t(?:ime|an(?:h(?:f|l)?|f|l)?)|o(?:s(?:h(?:f|l)?|f|l)?|nj(?:f|l)?|pysign(?:f|l)?)|p(?:ow(?:f|l)?|roj(?:f|l)?)|e(?:il(?:f|l)?|xp(?:f|l)?)|l(?:o(?:ck|g(?:f|l)?)|earerr)|a(?:sin(?:h(?:f|l)?|f|l)?|cos(?:h(?:f|l)?|f|l)?|tan(?:h(?:f|l)?|f|l)?|lloc|rg(?:f|l)?|bs(?:f|l)?)|real(?:f|l)?|brt(?:f|l)?)|t(?:ime|o(?:upper|lower)|an(?:h(?:f|l)?|f|l)?|runc(?:f|l)?|gamma(?:f|l)?|mp(?:nam|file))|i(?:s(?:space|n(?:ormal|an)|cntrl|inf|digit|u(?:nordered|pper)|p(?:unct|rint)|finite|w(?:space|c(?:ntrl|type)|digit|upper|p(?:unct|rint)|lower|al(?:num|pha)|graph|xdigit|blank)|l(?:ower|ess(?:equal|greater)?)|al(?:num|pha)|gr(?:eater(?:equal)?|aph)|xdigit|blank)|logb(?:f|l)?|max(?:div|abs))|di(?:v|fftime)|_Exit|unget(?:c|wc)|p(?:ow(?:f|l)?|ut(?:s|c(?:har)?|wc(?:har)?)|error|rintf)|e(?:rf(?:c(?:f|l)?|f|l)?|x(?:it|p(?:2(?:f|l)?|f|l|m1(?:f|l)?)?))|v(?:s(?:scanf|nprintf|canf|printf|w(?:scanf|printf))|printf|f(?:scanf|printf|w(?:scanf|printf))|w(?:scanf|printf)|a_(?:start|copy|end|arg))|qsort|f(?:s(?:canf|e(?:tpos|ek))|close|tell|open|dim(?:f|l)?|p(?:classify|ut(?:s|c|w(?:s|c))|rintf)|e(?:holdexcept|set(?:e(?:nv|xceptflag)|round)|clearexcept|testexcept|of|updateenv|r(?:aiseexcept|ror)|get(?:e(?:nv|xceptflag)|round))|flush|w(?:scanf|ide|printf|rite)|loor(?:f|l)?|abs(?:f|l)?|get(?:s|c|pos|w(?:s|c))|re(?:open|e|ad|xp(?:f|l)?)|m(?:in(?:f|l)?|od(?:f|l)?|a(?:f|l|x(?:f|l)?)?))|l(?:d(?:iv|exp(?:f|l)?)|o(?:ngjmp|cal(?:time|econv)|g(?:1(?:p(?:f|l)?|0(?:f|l)?)|2(?:f|l)?|f|l|b(?:f|l)?)?)|abs|l(?:div|abs|r(?:int(?:f|l)?|ound(?:f|l)?))|r(?:int(?:f|l)?|ound(?:f|l)?)|gamma(?:f|l)?)|w(?:scanf|c(?:s(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?|mbs)|pbrk|ftime|len|r(?:chr|tombs)|xfrm)|to(?:b|mb)|rtomb)|printf|mem(?:set|c(?:hr|py|mp)|move))|a(?:s(?:sert|ctime|in(?:h(?:f|l)?|f|l)?)|cos(?:h(?:f|l)?|f|l)?|t(?:o(?:i|f|l(?:l)?)|exit|an(?:h(?:f|l)?|2(?:f|l)?|f|l)?)|b(?:s|ort))|g(?:et(?:s|c(?:har)?|env|wc(?:har)?)|mtime)|r(?:int(?:f|l)?|ound(?:f|l)?|e(?:name|alloc|wind|m(?:ove|quo(?:f|l)?|ainder(?:f|l)?))|a(?:nd|ise))|b(?:search|towc)|m(?:odf(?:f|l)?|em(?:set|c(?:hr|py|mp)|move)|ktime|alloc|b(?:s(?:init|towcs|rtowcs)|towc|len|r(?:towc|len)))\\b"
51
+ var cFunctions = exports.cFunctions = "\\b(?:hypot(?:f|l)?|s(?:scanf|ystem|nprintf|ca(?:nf|lb(?:n(?:f|l)?|ln(?:f|l)?))|i(?:n(?:h(?:f|l)?|f|l)?|gn(?:al|bit))|tr(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?)|error|pbrk|ftime|len|rchr|xfrm)|printf|et(?:jmp|vbuf|locale|buf)|qrt(?:f|l)?|w(?:scanf|printf)|rand)|n(?:e(?:arbyint(?:f|l)?|xt(?:toward(?:f|l)?|after(?:f|l)?))|an(?:f|l)?)|c(?:s(?:in(?:h(?:f|l)?|f|l)?|qrt(?:f|l)?)|cos(?:h(?:f)?|f|l)?|imag(?:f|l)?|t(?:ime|an(?:h(?:f|l)?|f|l)?)|o(?:s(?:h(?:f|l)?|f|l)?|nj(?:f|l)?|pysign(?:f|l)?)|p(?:ow(?:f|l)?|roj(?:f|l)?)|e(?:il(?:f|l)?|xp(?:f|l)?)|l(?:o(?:ck|g(?:f|l)?)|earerr)|a(?:sin(?:h(?:f|l)?|f|l)?|cos(?:h(?:f|l)?|f|l)?|tan(?:h(?:f|l)?|f|l)?|lloc|rg(?:f|l)?|bs(?:f|l)?)|real(?:f|l)?|brt(?:f|l)?)|t(?:ime|o(?:upper|lower)|an(?:h(?:f|l)?|f|l)?|runc(?:f|l)?|gamma(?:f|l)?|mp(?:nam|file))|i(?:s(?:space|n(?:ormal|an)|cntrl|inf|digit|u(?:nordered|pper)|p(?:unct|rint)|finite|w(?:space|c(?:ntrl|type)|digit|upper|p(?:unct|rint)|lower|al(?:num|pha)|graph|xdigit|blank)|l(?:ower|ess(?:equal|greater)?)|al(?:num|pha)|gr(?:eater(?:equal)?|aph)|xdigit|blank)|logb(?:f|l)?|max(?:div|abs))|di(?:v|fftime)|_Exit|unget(?:c|wc)|p(?:ow(?:f|l)?|ut(?:s|c(?:har)?|wc(?:har)?)|error|rintf)|e(?:rf(?:c(?:f|l)?|f|l)?|x(?:it|p(?:2(?:f|l)?|f|l|m1(?:f|l)?)?))|v(?:s(?:scanf|nprintf|canf|printf|w(?:scanf|printf))|printf|f(?:scanf|printf|w(?:scanf|printf))|w(?:scanf|printf)|a_(?:start|copy|end|arg))|qsort|f(?:s(?:canf|e(?:tpos|ek))|close|tell|open|dim(?:f|l)?|p(?:classify|ut(?:s|c|w(?:s|c))|rintf)|e(?:holdexcept|set(?:e(?:nv|xceptflag)|round)|clearexcept|testexcept|of|updateenv|r(?:aiseexcept|ror)|get(?:e(?:nv|xceptflag)|round))|flush|w(?:scanf|ide|printf|rite)|loor(?:f|l)?|abs(?:f|l)?|get(?:s|c|pos|w(?:s|c))|re(?:open|e|ad|xp(?:f|l)?)|m(?:in(?:f|l)?|od(?:f|l)?|a(?:f|l|x(?:f|l)?)?))|l(?:d(?:iv|exp(?:f|l)?)|o(?:ngjmp|cal(?:time|econv)|g(?:1(?:p(?:f|l)?|0(?:f|l)?)|2(?:f|l)?|f|l|b(?:f|l)?)?)|abs|l(?:div|abs|r(?:int(?:f|l)?|ound(?:f|l)?))|r(?:int(?:f|l)?|ound(?:f|l)?)|gamma(?:f|l)?)|w(?:scanf|c(?:s(?:s(?:tr|pn)|nc(?:py|at|mp)|c(?:spn|hr|oll|py|at|mp)|to(?:imax|d|u(?:l(?:l)?|max)|k|f|l(?:d|l)?|mbs)|pbrk|ftime|len|r(?:chr|tombs)|xfrm)|to(?:b|mb)|rtomb)|printf|mem(?:set|c(?:hr|py|mp)|move))|a(?:s(?:sert|ctime|in(?:h(?:f|l)?|f|l)?)|cos(?:h(?:f|l)?|f|l)?|t(?:o(?:i|f|l(?:l)?)|exit|an(?:h(?:f|l)?|2(?:f|l)?|f|l)?)|b(?:s|ort))|g(?:et(?:s|c(?:har)?|env|wc(?:har)?)|mtime)|r(?:int(?:f|l)?|ound(?:f|l)?|e(?:name|alloc|wind|m(?:ove|quo(?:f|l)?|ainder(?:f|l)?))|a(?:nd|ise))|b(?:search|towc)|m(?:odf(?:f|l)?|em(?:set|c(?:hr|py|mp)|move)|ktime|alloc|b(?:s(?:init|towcs|rtowcs)|towc|len|r(?:towc|len))))\\b"
134
52
 
135
53
  var c_cppHighlightRules = function() {
136
54
 
@@ -146,8 +64,9 @@ var c_cppHighlightRules = function() {
146
64
  );
147
65
 
148
66
  var storageModifiers = (
149
- "const|extern|register|restrict|static|volatile|inline|private:|" +
150
- "protected:|public:|friend|explicit|virtual|export|mutable|typename"
67
+ "const|extern|register|restrict|static|volatile|inline|private|" +
68
+ "protected|public|friend|explicit|virtual|export|mutable|typename|" +
69
+ "constexpr|new|delete"
151
70
  );
152
71
 
153
72
  var keywordOperators = (
@@ -302,52 +221,8 @@ oop.inherits(c_cppHighlightRules, TextHighlightRules);
302
221
  exports.c_cppHighlightRules = c_cppHighlightRules;
303
222
  });
304
223
 
305
- define('ace/mode/doc_comment_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
306
-
307
-
308
- var oop = require("../lib/oop");
309
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
310
-
311
- var DocCommentHighlightRules = function() {
312
-
313
- this.$rules = {
314
- "start" : [ {
315
- token : "comment.doc.tag",
316
- regex : "@[\\w\\d_]+" // TODO: fix email addresses
317
- }, {
318
- token : "comment.doc.tag",
319
- regex : "\\bTODO\\b"
320
- }, {
321
- defaultToken : "comment.doc"
322
- }]
323
- };
324
- };
325
-
326
- oop.inherits(DocCommentHighlightRules, TextHighlightRules);
327
-
328
- DocCommentHighlightRules.getStartRule = function(start) {
329
- return {
330
- token : "comment.doc", // doc comment
331
- regex : "\\/\\*(?=\\*)",
332
- next : start
333
- };
334
- };
335
-
336
- DocCommentHighlightRules.getEndRule = function (start) {
337
- return {
338
- token : "comment.doc", // closing comment
339
- regex : "\\*\\/",
340
- next : start
341
- };
342
- };
343
-
344
-
345
- exports.DocCommentHighlightRules = DocCommentHighlightRules;
346
-
347
- });
348
-
349
- define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
350
-
224
+ define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
225
+ "use strict";
351
226
 
352
227
  var Range = require("../range").Range;
353
228
 
@@ -386,8 +261,8 @@ var MatchingBraceOutdent = function() {};
386
261
  exports.MatchingBraceOutdent = MatchingBraceOutdent;
387
262
  });
388
263
 
389
- define('ace/mode/behaviour/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour', 'ace/token_iterator', 'ace/lib/lang'], function(require, exports, module) {
390
-
264
+ define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
265
+ "use strict";
391
266
 
392
267
  var oop = require("../../lib/oop");
393
268
  var Behaviour = require("../behaviour").Behaviour;
@@ -399,83 +274,34 @@ var SAFE_INSERT_IN_TOKENS =
399
274
  var SAFE_INSERT_BEFORE_TOKENS =
400
275
  ["text", "paren.rparen", "punctuation.operator", "comment"];
401
276
 
402
-
403
- var autoInsertedBrackets = 0;
404
- var autoInsertedRow = -1;
405
- var autoInsertedLineEnd = "";
406
- var maybeInsertedBrackets = 0;
407
- var maybeInsertedRow = -1;
408
- var maybeInsertedLineStart = "";
409
- var maybeInsertedLineEnd = "";
410
-
411
- var CstyleBehaviour = function () {
412
-
413
- CstyleBehaviour.isSaneInsertion = function(editor, session) {
414
- var cursor = editor.getCursorPosition();
415
- var iterator = new TokenIterator(session, cursor.row, cursor.column);
416
- if (!this.$matchTokenType(iterator.getCurrentToken() || "text", SAFE_INSERT_IN_TOKENS)) {
417
- var iterator2 = new TokenIterator(session, cursor.row, cursor.column + 1);
418
- if (!this.$matchTokenType(iterator2.getCurrentToken() || "text", SAFE_INSERT_IN_TOKENS))
419
- return false;
420
- }
421
- iterator.stepForward();
422
- return iterator.getCurrentTokenRow() !== cursor.row ||
423
- this.$matchTokenType(iterator.getCurrentToken() || "text", SAFE_INSERT_BEFORE_TOKENS);
424
- };
425
-
426
- CstyleBehaviour.$matchTokenType = function(token, types) {
427
- return types.indexOf(token.type || token) > -1;
428
- };
429
-
430
- CstyleBehaviour.recordAutoInsert = function(editor, session, bracket) {
431
- var cursor = editor.getCursorPosition();
432
- var line = session.doc.getLine(cursor.row);
433
- if (!this.isAutoInsertedClosing(cursor, line, autoInsertedLineEnd[0]))
434
- autoInsertedBrackets = 0;
435
- autoInsertedRow = cursor.row;
436
- autoInsertedLineEnd = bracket + line.substr(cursor.column);
437
- autoInsertedBrackets++;
438
- };
439
-
440
- CstyleBehaviour.recordMaybeInsert = function(editor, session, bracket) {
441
- var cursor = editor.getCursorPosition();
442
- var line = session.doc.getLine(cursor.row);
443
- if (!this.isMaybeInsertedClosing(cursor, line))
444
- maybeInsertedBrackets = 0;
445
- maybeInsertedRow = cursor.row;
446
- maybeInsertedLineStart = line.substr(0, cursor.column) + bracket;
447
- maybeInsertedLineEnd = line.substr(cursor.column);
448
- maybeInsertedBrackets++;
449
- };
450
-
451
- CstyleBehaviour.isAutoInsertedClosing = function(cursor, line, bracket) {
452
- return autoInsertedBrackets > 0 &&
453
- cursor.row === autoInsertedRow &&
454
- bracket === autoInsertedLineEnd[0] &&
455
- line.substr(cursor.column) === autoInsertedLineEnd;
456
- };
457
-
458
- CstyleBehaviour.isMaybeInsertedClosing = function(cursor, line) {
459
- return maybeInsertedBrackets > 0 &&
460
- cursor.row === maybeInsertedRow &&
461
- line.substr(cursor.column) === maybeInsertedLineEnd &&
462
- line.substr(0, cursor.column) == maybeInsertedLineStart;
463
- };
464
-
465
- CstyleBehaviour.popAutoInsertedClosing = function() {
466
- autoInsertedLineEnd = autoInsertedLineEnd.substr(1);
467
- autoInsertedBrackets--;
468
- };
469
-
470
- CstyleBehaviour.clearMaybeInsertedClosing = function() {
471
- maybeInsertedBrackets = 0;
472
- maybeInsertedRow = -1;
277
+ var context;
278
+ var contextCache = {}
279
+ var initContext = function(editor) {
280
+ var id = -1;
281
+ if (editor.multiSelect) {
282
+ id = editor.selection.id;
283
+ if (contextCache.rangeCount != editor.multiSelect.rangeCount)
284
+ contextCache = {rangeCount: editor.multiSelect.rangeCount};
285
+ }
286
+ if (contextCache[id])
287
+ return context = contextCache[id];
288
+ context = contextCache[id] = {
289
+ autoInsertedBrackets: 0,
290
+ autoInsertedRow: -1,
291
+ autoInsertedLineEnd: "",
292
+ maybeInsertedBrackets: 0,
293
+ maybeInsertedRow: -1,
294
+ maybeInsertedLineStart: "",
295
+ maybeInsertedLineEnd: ""
473
296
  };
297
+ };
474
298
 
475
- this.add("braces", "insertion", function (state, action, editor, session, text) {
299
+ var CstyleBehaviour = function() {
300
+ this.add("braces", "insertion", function(state, action, editor, session, text) {
476
301
  var cursor = editor.getCursorPosition();
477
302
  var line = session.doc.getLine(cursor.row);
478
303
  if (text == '{') {
304
+ initContext(editor);
479
305
  var selection = editor.getSelectionRange();
480
306
  var selected = session.doc.getTextRange(selection);
481
307
  if (selected !== "" && selected !== "{" && editor.getWrapBehavioursEnabled()) {
@@ -499,6 +325,7 @@ var CstyleBehaviour = function () {
499
325
  }
500
326
  }
501
327
  } else if (text == '}') {
328
+ initContext(editor);
502
329
  var rightChar = line.substring(cursor.column, cursor.column + 1);
503
330
  if (rightChar == '}') {
504
331
  var matching = session.$findOpeningBracket('}', {column: cursor.column + 1, row: cursor.row});
@@ -511,9 +338,10 @@ var CstyleBehaviour = function () {
511
338
  }
512
339
  }
513
340
  } else if (text == "\n" || text == "\r\n") {
341
+ initContext(editor);
514
342
  var closing = "";
515
343
  if (CstyleBehaviour.isMaybeInsertedClosing(cursor, line)) {
516
- closing = lang.stringRepeat("}", maybeInsertedBrackets);
344
+ closing = lang.stringRepeat("}", context.maybeInsertedBrackets);
517
345
  CstyleBehaviour.clearMaybeInsertedClosing();
518
346
  }
519
347
  var rightChar = line.substring(cursor.column, cursor.column + 1);
@@ -525,6 +353,7 @@ var CstyleBehaviour = function () {
525
353
  } else if (closing) {
526
354
  var next_indent = this.$getIndent(line);
527
355
  } else {
356
+ CstyleBehaviour.clearMaybeInsertedClosing();
528
357
  return;
529
358
  }
530
359
  var indent = next_indent + session.getTabString();
@@ -538,22 +367,24 @@ var CstyleBehaviour = function () {
538
367
  }
539
368
  });
540
369
 
541
- this.add("braces", "deletion", function (state, action, editor, session, range) {
370
+ this.add("braces", "deletion", function(state, action, editor, session, range) {
542
371
  var selected = session.doc.getTextRange(range);
543
372
  if (!range.isMultiLine() && selected == '{') {
373
+ initContext(editor);
544
374
  var line = session.doc.getLine(range.start.row);
545
375
  var rightChar = line.substring(range.end.column, range.end.column + 1);
546
376
  if (rightChar == '}') {
547
377
  range.end.column++;
548
378
  return range;
549
379
  } else {
550
- maybeInsertedBrackets--;
380
+ context.maybeInsertedBrackets--;
551
381
  }
552
382
  }
553
383
  });
554
384
 
555
- this.add("parens", "insertion", function (state, action, editor, session, text) {
385
+ this.add("parens", "insertion", function(state, action, editor, session, text) {
556
386
  if (text == '(') {
387
+ initContext(editor);
557
388
  var selection = editor.getSelectionRange();
558
389
  var selected = session.doc.getTextRange(selection);
559
390
  if (selected !== "" && editor.getWrapBehavioursEnabled()) {
@@ -569,6 +400,7 @@ var CstyleBehaviour = function () {
569
400
  };
570
401
  }
571
402
  } else if (text == ')') {
403
+ initContext(editor);
572
404
  var cursor = editor.getCursorPosition();
573
405
  var line = session.doc.getLine(cursor.row);
574
406
  var rightChar = line.substring(cursor.column, cursor.column + 1);
@@ -585,9 +417,10 @@ var CstyleBehaviour = function () {
585
417
  }
586
418
  });
587
419
 
588
- this.add("parens", "deletion", function (state, action, editor, session, range) {
420
+ this.add("parens", "deletion", function(state, action, editor, session, range) {
589
421
  var selected = session.doc.getTextRange(range);
590
422
  if (!range.isMultiLine() && selected == '(') {
423
+ initContext(editor);
591
424
  var line = session.doc.getLine(range.start.row);
592
425
  var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
593
426
  if (rightChar == ')') {
@@ -597,8 +430,9 @@ var CstyleBehaviour = function () {
597
430
  }
598
431
  });
599
432
 
600
- this.add("brackets", "insertion", function (state, action, editor, session, text) {
433
+ this.add("brackets", "insertion", function(state, action, editor, session, text) {
601
434
  if (text == '[') {
435
+ initContext(editor);
602
436
  var selection = editor.getSelectionRange();
603
437
  var selected = session.doc.getTextRange(selection);
604
438
  if (selected !== "" && editor.getWrapBehavioursEnabled()) {
@@ -614,6 +448,7 @@ var CstyleBehaviour = function () {
614
448
  };
615
449
  }
616
450
  } else if (text == ']') {
451
+ initContext(editor);
617
452
  var cursor = editor.getCursorPosition();
618
453
  var line = session.doc.getLine(cursor.row);
619
454
  var rightChar = line.substring(cursor.column, cursor.column + 1);
@@ -630,9 +465,10 @@ var CstyleBehaviour = function () {
630
465
  }
631
466
  });
632
467
 
633
- this.add("brackets", "deletion", function (state, action, editor, session, range) {
468
+ this.add("brackets", "deletion", function(state, action, editor, session, range) {
634
469
  var selected = session.doc.getTextRange(range);
635
470
  if (!range.isMultiLine() && selected == '[') {
471
+ initContext(editor);
636
472
  var line = session.doc.getLine(range.start.row);
637
473
  var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
638
474
  if (rightChar == ']') {
@@ -642,8 +478,9 @@ var CstyleBehaviour = function () {
642
478
  }
643
479
  });
644
480
 
645
- this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
481
+ this.add("string_dquotes", "insertion", function(state, action, editor, session, text) {
646
482
  if (text == '"' || text == "'") {
483
+ initContext(editor);
647
484
  var quote = text;
648
485
  var selection = editor.getSelectionRange();
649
486
  var selected = session.doc.getTextRange(selection);
@@ -695,9 +532,10 @@ var CstyleBehaviour = function () {
695
532
  }
696
533
  });
697
534
 
698
- this.add("string_dquotes", "deletion", function (state, action, editor, session, range) {
535
+ this.add("string_dquotes", "deletion", function(state, action, editor, session, range) {
699
536
  var selected = session.doc.getTextRange(range);
700
537
  if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
538
+ initContext(editor);
701
539
  var line = session.doc.getLine(range.start.row);
702
540
  var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
703
541
  if (rightChar == selected) {
@@ -709,13 +547,80 @@ var CstyleBehaviour = function () {
709
547
 
710
548
  };
711
549
 
550
+
551
+ CstyleBehaviour.isSaneInsertion = function(editor, session) {
552
+ var cursor = editor.getCursorPosition();
553
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
554
+ if (!this.$matchTokenType(iterator.getCurrentToken() || "text", SAFE_INSERT_IN_TOKENS)) {
555
+ var iterator2 = new TokenIterator(session, cursor.row, cursor.column + 1);
556
+ if (!this.$matchTokenType(iterator2.getCurrentToken() || "text", SAFE_INSERT_IN_TOKENS))
557
+ return false;
558
+ }
559
+ iterator.stepForward();
560
+ return iterator.getCurrentTokenRow() !== cursor.row ||
561
+ this.$matchTokenType(iterator.getCurrentToken() || "text", SAFE_INSERT_BEFORE_TOKENS);
562
+ };
563
+
564
+ CstyleBehaviour.$matchTokenType = function(token, types) {
565
+ return types.indexOf(token.type || token) > -1;
566
+ };
567
+
568
+ CstyleBehaviour.recordAutoInsert = function(editor, session, bracket) {
569
+ var cursor = editor.getCursorPosition();
570
+ var line = session.doc.getLine(cursor.row);
571
+ if (!this.isAutoInsertedClosing(cursor, line, context.autoInsertedLineEnd[0]))
572
+ context.autoInsertedBrackets = 0;
573
+ context.autoInsertedRow = cursor.row;
574
+ context.autoInsertedLineEnd = bracket + line.substr(cursor.column);
575
+ context.autoInsertedBrackets++;
576
+ };
577
+
578
+ CstyleBehaviour.recordMaybeInsert = function(editor, session, bracket) {
579
+ var cursor = editor.getCursorPosition();
580
+ var line = session.doc.getLine(cursor.row);
581
+ if (!this.isMaybeInsertedClosing(cursor, line))
582
+ context.maybeInsertedBrackets = 0;
583
+ context.maybeInsertedRow = cursor.row;
584
+ context.maybeInsertedLineStart = line.substr(0, cursor.column) + bracket;
585
+ context.maybeInsertedLineEnd = line.substr(cursor.column);
586
+ context.maybeInsertedBrackets++;
587
+ };
588
+
589
+ CstyleBehaviour.isAutoInsertedClosing = function(cursor, line, bracket) {
590
+ return context.autoInsertedBrackets > 0 &&
591
+ cursor.row === context.autoInsertedRow &&
592
+ bracket === context.autoInsertedLineEnd[0] &&
593
+ line.substr(cursor.column) === context.autoInsertedLineEnd;
594
+ };
595
+
596
+ CstyleBehaviour.isMaybeInsertedClosing = function(cursor, line) {
597
+ return context.maybeInsertedBrackets > 0 &&
598
+ cursor.row === context.maybeInsertedRow &&
599
+ line.substr(cursor.column) === context.maybeInsertedLineEnd &&
600
+ line.substr(0, cursor.column) == context.maybeInsertedLineStart;
601
+ };
602
+
603
+ CstyleBehaviour.popAutoInsertedClosing = function() {
604
+ context.autoInsertedLineEnd = context.autoInsertedLineEnd.substr(1);
605
+ context.autoInsertedBrackets--;
606
+ };
607
+
608
+ CstyleBehaviour.clearMaybeInsertedClosing = function() {
609
+ if (context) {
610
+ context.maybeInsertedBrackets = 0;
611
+ context.maybeInsertedRow = -1;
612
+ }
613
+ };
614
+
615
+
616
+
712
617
  oop.inherits(CstyleBehaviour, Behaviour);
713
618
 
714
619
  exports.CstyleBehaviour = CstyleBehaviour;
715
620
  });
716
621
 
717
- define('ace/mode/folding/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
718
-
622
+ define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
623
+ "use strict";
719
624
 
720
625
  var oop = require("../../lib/oop");
721
626
  var Range = require("../../range").Range;
@@ -809,8 +714,80 @@ oop.inherits(FoldMode, BaseFoldMode);
809
714
 
810
715
  });
811
716
 
812
- define('ace/mode/glsl_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/c_cpp_highlight_rules'], function(require, exports, module) {
717
+ define("ace/mode/c_cpp",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/c_cpp_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
718
+ "use strict";
719
+
720
+ var oop = require("../lib/oop");
721
+ var TextMode = require("./text").Mode;
722
+ var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
723
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
724
+ var Range = require("../range").Range;
725
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
726
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
727
+
728
+ var Mode = function() {
729
+ this.HighlightRules = c_cppHighlightRules;
730
+
731
+ this.$outdent = new MatchingBraceOutdent();
732
+ this.$behaviour = new CstyleBehaviour();
733
+
734
+ this.foldingRules = new CStyleFoldMode();
735
+ };
736
+ oop.inherits(Mode, TextMode);
737
+
738
+ (function() {
739
+
740
+ this.lineCommentStart = "//";
741
+ this.blockComment = {start: "/*", end: "*/"};
742
+
743
+ this.getNextLineIndent = function(state, line, tab) {
744
+ var indent = this.$getIndent(line);
813
745
 
746
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
747
+ var tokens = tokenizedLine.tokens;
748
+ var endState = tokenizedLine.state;
749
+
750
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
751
+ return indent;
752
+ }
753
+
754
+ if (state == "start") {
755
+ var match = line.match(/^.*[\{\(\[]\s*$/);
756
+ if (match) {
757
+ indent += tab;
758
+ }
759
+ } else if (state == "doc-start") {
760
+ if (endState == "start") {
761
+ return "";
762
+ }
763
+ var match = line.match(/^\s*(\/?)\*/);
764
+ if (match) {
765
+ if (match[1]) {
766
+ indent += " ";
767
+ }
768
+ indent += "* ";
769
+ }
770
+ }
771
+
772
+ return indent;
773
+ };
774
+
775
+ this.checkOutdent = function(state, line, input) {
776
+ return this.$outdent.checkOutdent(line, input);
777
+ };
778
+
779
+ this.autoOutdent = function(state, doc, row) {
780
+ this.$outdent.autoOutdent(doc, row);
781
+ };
782
+
783
+ this.$id = "ace/mode/c_cpp";
784
+ }).call(Mode.prototype);
785
+
786
+ exports.Mode = Mode;
787
+ });
788
+
789
+ define("ace/mode/glsl_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/c_cpp_highlight_rules"], function(require, exports, module) {
790
+ "use strict";
814
791
 
815
792
  var oop = require("../lib/oop");
816
793
  var c_cppHighlightRules = require("./c_cpp_highlight_rules").c_cppHighlightRules;
@@ -858,3 +835,30 @@ oop.inherits(glslHighlightRules, c_cppHighlightRules);
858
835
 
859
836
  exports.glslHighlightRules = glslHighlightRules;
860
837
  });
838
+
839
+ define("ace/mode/glsl",["require","exports","module","ace/lib/oop","ace/mode/c_cpp","ace/mode/glsl_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
840
+ "use strict";
841
+
842
+ var oop = require("../lib/oop");
843
+ var CMode = require("./c_cpp").Mode;
844
+ var glslHighlightRules = require("./glsl_highlight_rules").glslHighlightRules;
845
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
846
+ var Range = require("../range").Range;
847
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
848
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
849
+
850
+ var Mode = function() {
851
+ this.HighlightRules = glslHighlightRules;
852
+
853
+ this.$outdent = new MatchingBraceOutdent();
854
+ this.$behaviour = new CstyleBehaviour();
855
+ this.foldingRules = new CStyleFoldMode();
856
+ };
857
+ oop.inherits(Mode, CMode);
858
+
859
+ (function() {
860
+ this.$id = "ace/mode/glsl";
861
+ }).call(Mode.prototype);
862
+
863
+ exports.Mode = Mode;
864
+ });