bedrock_sass 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (534) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -5
  3. data/assets/_vendor/ace/ace.js +21635 -0
  4. data/assets/_vendor/ace/ext-beautify.js +318 -0
  5. data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +277 -0
  6. data/assets/_vendor/ace/ext-emmet.js +1226 -0
  7. data/assets/_vendor/ace/ext-error_marker.js +10 -0
  8. data/assets/_vendor/ace/ext-keybinding_menu.js +189 -0
  9. data/assets/_vendor/ace/ext-language_tools.js +1997 -0
  10. data/assets/_vendor/ace/ext-linking.js +65 -0
  11. data/assets/_vendor/ace/ext-modelist.js +228 -0
  12. data/assets/_vendor/ace/ext-options.js +750 -0
  13. data/assets/_vendor/ace/ext-rtl.js +110 -0
  14. data/assets/_vendor/ace/ext-searchbox.js +512 -0
  15. data/assets/_vendor/ace/ext-settings_menu.js +771 -0
  16. data/assets/_vendor/ace/ext-spellcheck.js +75 -0
  17. data/assets/_vendor/ace/ext-split.js +208 -0
  18. data/assets/_vendor/ace/ext-static_highlight.js +226 -0
  19. data/assets/_vendor/ace/ext-statusbar.js +57 -0
  20. data/assets/_vendor/ace/ext-textarea.js +567 -0
  21. data/assets/_vendor/ace/ext-themelist.js +67 -0
  22. data/assets/_vendor/ace/ext-whitespace.js +210 -0
  23. data/assets/_vendor/ace/keybinding-emacs.js +1165 -0
  24. data/assets/_vendor/ace/keybinding-vim.js +5673 -0
  25. data/assets/_vendor/ace/mode-abap.js +222 -0
  26. data/assets/_vendor/ace/mode-abc.js +267 -0
  27. data/assets/_vendor/ace/mode-actionscript.js +274 -0
  28. data/assets/_vendor/ace/mode-ada.js +138 -0
  29. data/assets/_vendor/ace/mode-apache_conf.js +363 -0
  30. data/assets/_vendor/ace/mode-applescript.js +279 -0
  31. data/assets/_vendor/ace/mode-asciidoc.js +349 -0
  32. data/assets/_vendor/ace/mode-asl.js +422 -0
  33. data/assets/_vendor/ace/mode-assembly_x86.js +193 -0
  34. data/assets/_vendor/ace/mode-autohotkey.js +243 -0
  35. data/assets/_vendor/ace/mode-batchfile.js +230 -0
  36. data/assets/_vendor/ace/mode-bro.js +334 -0
  37. data/assets/_vendor/ace/mode-c9search.js +294 -0
  38. data/assets/_vendor/ace/mode-c_cpp.js +502 -0
  39. data/assets/_vendor/ace/mode-cirru.js +211 -0
  40. data/assets/_vendor/ace/mode-clojure.js +314 -0
  41. data/assets/_vendor/ace/mode-cobol.js +102 -0
  42. data/assets/_vendor/ace/mode-coffee.js +400 -0
  43. data/assets/_vendor/ace/mode-coldfusion.js +2596 -0
  44. data/assets/_vendor/ace/mode-csharp.js +502 -0
  45. data/assets/_vendor/ace/mode-csound_document.js +3749 -0
  46. data/assets/_vendor/ace/mode-csound_orchestra.js +2687 -0
  47. data/assets/_vendor/ace/mode-csound_score.js +454 -0
  48. data/assets/_vendor/ace/mode-csp.js +60 -0
  49. data/assets/_vendor/ace/mode-css.js +723 -0
  50. data/assets/_vendor/ace/mode-curly.js +2564 -0
  51. data/assets/_vendor/ace/mode-d.js +520 -0
  52. data/assets/_vendor/ace/mode-dart.js +703 -0
  53. data/assets/_vendor/ace/mode-diff.js +146 -0
  54. data/assets/_vendor/ace/mode-django.js +2594 -0
  55. data/assets/_vendor/ace/mode-dockerfile.js +498 -0
  56. data/assets/_vendor/ace/mode-dot.js +418 -0
  57. data/assets/_vendor/ace/mode-drools.js +496 -0
  58. data/assets/_vendor/ace/mode-edifact.js +165 -0
  59. data/assets/_vendor/ace/mode-eiffel.js +136 -0
  60. data/assets/_vendor/ace/mode-ejs.js +3026 -0
  61. data/assets/_vendor/ace/mode-elixir.js +501 -0
  62. data/assets/_vendor/ace/mode-elm.js +307 -0
  63. data/assets/_vendor/ace/mode-erlang.js +1009 -0
  64. data/assets/_vendor/ace/mode-forth.js +297 -0
  65. data/assets/_vendor/ace/mode-fortran.js +431 -0
  66. data/assets/_vendor/ace/mode-fsharp.js +314 -0
  67. data/assets/_vendor/ace/mode-ftl.js +1192 -0
  68. data/assets/_vendor/ace/mode-gcode.js +94 -0
  69. data/assets/_vendor/ace/mode-gherkin.js +172 -0
  70. data/assets/_vendor/ace/mode-gitignore.js +60 -0
  71. data/assets/_vendor/ace/mode-glsl.js +579 -0
  72. data/assets/_vendor/ace/mode-gobstones.js +929 -0
  73. data/assets/_vendor/ace/mode-golang.js +414 -0
  74. data/assets/_vendor/ace/mode-graphqlschema.js +214 -0
  75. data/assets/_vendor/ace/mode-groovy.js +986 -0
  76. data/assets/_vendor/ace/mode-haml.js +1555 -0
  77. data/assets/_vendor/ace/mode-handlebars.js +2622 -0
  78. data/assets/_vendor/ace/mode-haskell.js +379 -0
  79. data/assets/_vendor/ace/mode-haskell_cabal.js +142 -0
  80. data/assets/_vendor/ace/mode-haxe.js +386 -0
  81. data/assets/_vendor/ace/mode-hjson.js +353 -0
  82. data/assets/_vendor/ace/mode-html.js +2509 -0
  83. data/assets/_vendor/ace/mode-html_elixir.js +3087 -0
  84. data/assets/_vendor/ace/mode-html_ruby.js +3043 -0
  85. data/assets/_vendor/ace/mode-ini.js +163 -0
  86. data/assets/_vendor/ace/mode-io.js +253 -0
  87. data/assets/_vendor/ace/mode-jack.js +347 -0
  88. data/assets/_vendor/ace/mode-jade.js +2126 -0
  89. data/assets/_vendor/ace/mode-java.js +975 -0
  90. data/assets/_vendor/ace/mode-javascript.js +797 -0
  91. data/assets/_vendor/ace/mode-json.js +327 -0
  92. data/assets/_vendor/ace/mode-jsoniq.js +4940 -0
  93. data/assets/_vendor/ace/mode-jsp.js +1430 -0
  94. data/assets/_vendor/ace/mode-jssm.js +325 -0
  95. data/assets/_vendor/ace/mode-jsx.js +412 -0
  96. data/assets/_vendor/ace/mode-julia.js +303 -0
  97. data/assets/_vendor/ace/mode-kotlin.js +795 -0
  98. data/assets/_vendor/ace/mode-latex.js +297 -0
  99. data/assets/_vendor/ace/mode-less.js +841 -0
  100. data/assets/_vendor/ace/mode-liquid.js +1193 -0
  101. data/assets/_vendor/ace/mode-lisp.js +112 -0
  102. data/assets/_vendor/ace/mode-livescript.js +280 -0
  103. data/assets/_vendor/ace/mode-logiql.js +317 -0
  104. data/assets/_vendor/ace/mode-lsl.js +343 -0
  105. data/assets/_vendor/ace/mode-lua.js +432 -0
  106. data/assets/_vendor/ace/mode-luapage.js +3007 -0
  107. data/assets/_vendor/ace/mode-lucene.js +87 -0
  108. data/assets/_vendor/ace/mode-makefile.js +410 -0
  109. data/assets/_vendor/ace/mode-markdown.js +3189 -0
  110. data/assets/_vendor/ace/mode-mask.js +1802 -0
  111. data/assets/_vendor/ace/mode-matlab.js +264 -0
  112. data/assets/_vendor/ace/mode-maze.js +291 -0
  113. data/assets/_vendor/ace/mode-mel.js +263 -0
  114. data/assets/_vendor/ace/mode-mixal.js +123 -0
  115. data/assets/_vendor/ace/mode-mushcode.js +681 -0
  116. data/assets/_vendor/ace/mode-mysql.js +168 -0
  117. data/assets/_vendor/ace/mode-nix.js +646 -0
  118. data/assets/_vendor/ace/mode-nsis.js +312 -0
  119. data/assets/_vendor/ace/mode-objectivec.js +739 -0
  120. data/assets/_vendor/ace/mode-ocaml.js +422 -0
  121. data/assets/_vendor/ace/mode-pascal.js +205 -0
  122. data/assets/_vendor/ace/mode-perl.js +380 -0
  123. data/assets/_vendor/ace/mode-pgsql.js +1508 -0
  124. data/assets/_vendor/ace/mode-php.js +13088 -0
  125. data/assets/_vendor/ace/mode-php_laravel_blade.js +13289 -0
  126. data/assets/_vendor/ace/mode-pig.js +310 -0
  127. data/assets/_vendor/ace/mode-plain_text.js +33 -0
  128. data/assets/_vendor/ace/mode-powershell.js +418 -0
  129. data/assets/_vendor/ace/mode-praat.js +478 -0
  130. data/assets/_vendor/ace/mode-prolog.js +371 -0
  131. data/assets/_vendor/ace/mode-properties.js +81 -0
  132. data/assets/_vendor/ace/mode-protobuf.js +592 -0
  133. data/assets/_vendor/ace/mode-puppet.js +370 -0
  134. data/assets/_vendor/ace/mode-python.js +273 -0
  135. data/assets/_vendor/ace/mode-r.js +310 -0
  136. data/assets/_vendor/ace/mode-razor.js +2869 -0
  137. data/assets/_vendor/ace/mode-rdoc.js +243 -0
  138. data/assets/_vendor/ace/mode-red.js +450 -0
  139. data/assets/_vendor/ace/mode-redshift.js +361 -0
  140. data/assets/_vendor/ace/mode-rhtml.js +2806 -0
  141. data/assets/_vendor/ace/mode-rst.js +257 -0
  142. data/assets/_vendor/ace/mode-ruby.js +497 -0
  143. data/assets/_vendor/ace/mode-rust.js +279 -0
  144. data/assets/_vendor/ace/mode-sass.js +441 -0
  145. data/assets/_vendor/ace/mode-scad.js +414 -0
  146. data/assets/_vendor/ace/mode-scala.js +982 -0
  147. data/assets/_vendor/ace/mode-scheme.js +232 -0
  148. data/assets/_vendor/ace/mode-scss.js +606 -0
  149. data/assets/_vendor/ace/mode-sh.js +447 -0
  150. data/assets/_vendor/ace/mode-sjs.js +1014 -0
  151. data/assets/_vendor/ace/mode-slim.js +4736 -0
  152. data/assets/_vendor/ace/mode-smarty.js +2635 -0
  153. data/assets/_vendor/ace/mode-snippets.js +207 -0
  154. data/assets/_vendor/ace/mode-soy_template.js +2847 -0
  155. data/assets/_vendor/ace/mode-space.js +168 -0
  156. data/assets/_vendor/ace/mode-sparql.js +320 -0
  157. data/assets/_vendor/ace/mode-sql.js +111 -0
  158. data/assets/_vendor/ace/mode-sqlserver.js +444 -0
  159. data/assets/_vendor/ace/mode-stylus.js +471 -0
  160. data/assets/_vendor/ace/mode-svg.js +1581 -0
  161. data/assets/_vendor/ace/mode-swift.js +390 -0
  162. data/assets/_vendor/ace/mode-tcl.js +383 -0
  163. data/assets/_vendor/ace/mode-terraform.js +398 -0
  164. data/assets/_vendor/ace/mode-tex.js +159 -0
  165. data/assets/_vendor/ace/mode-text.js +10 -0
  166. data/assets/_vendor/ace/mode-textile.js +150 -0
  167. data/assets/_vendor/ace/mode-toml.js +154 -0
  168. data/assets/_vendor/ace/mode-tsx.js +887 -0
  169. data/assets/_vendor/ace/mode-turtle.js +296 -0
  170. data/assets/_vendor/ace/mode-twig.js +2693 -0
  171. data/assets/_vendor/ace/mode-typescript.js +868 -0
  172. data/assets/_vendor/ace/mode-vala.js +676 -0
  173. data/assets/_vendor/ace/mode-vbscript.js +207 -0
  174. data/assets/_vendor/ace/mode-velocity.js +2790 -0
  175. data/assets/_vendor/ace/mode-verilog.js +119 -0
  176. data/assets/_vendor/ace/mode-vhdl.js +118 -0
  177. data/assets/_vendor/ace/mode-wollok.js +911 -0
  178. data/assets/_vendor/ace/mode-xml.js +677 -0
  179. data/assets/_vendor/ace/mode-xquery.js +4922 -0
  180. data/assets/_vendor/ace/mode-yaml.js +300 -0
  181. data/assets/_vendor/ace/snippets/abap.js +15 -0
  182. data/assets/_vendor/ace/snippets/abc.js +46 -0
  183. data/assets/_vendor/ace/snippets/actionscript.js +172 -0
  184. data/assets/_vendor/ace/snippets/ada.js +15 -0
  185. data/assets/_vendor/ace/snippets/apache_conf.js +15 -0
  186. data/assets/_vendor/ace/snippets/applescript.js +15 -0
  187. data/assets/_vendor/ace/snippets/asciidoc.js +15 -0
  188. data/assets/_vendor/ace/snippets/asl.js +14 -0
  189. data/assets/_vendor/ace/snippets/assembly_x86.js +15 -0
  190. data/assets/_vendor/ace/snippets/autohotkey.js +15 -0
  191. data/assets/_vendor/ace/snippets/batchfile.js +15 -0
  192. data/assets/_vendor/ace/snippets/bro.js +15 -0
  193. data/assets/_vendor/ace/snippets/c9search.js +15 -0
  194. data/assets/_vendor/ace/snippets/c_cpp.js +146 -0
  195. data/assets/_vendor/ace/snippets/cirru.js +15 -0
  196. data/assets/_vendor/ace/snippets/clojure.js +105 -0
  197. data/assets/_vendor/ace/snippets/cobol.js +15 -0
  198. data/assets/_vendor/ace/snippets/coffee.js +110 -0
  199. data/assets/_vendor/ace/snippets/coldfusion.js +15 -0
  200. data/assets/_vendor/ace/snippets/csharp.js +15 -0
  201. data/assets/_vendor/ace/snippets/csound_document.js +25 -0
  202. data/assets/_vendor/ace/snippets/csound_orchestra.js +62 -0
  203. data/assets/_vendor/ace/snippets/csound_score.js +15 -0
  204. data/assets/_vendor/ace/snippets/csp.js +15 -0
  205. data/assets/_vendor/ace/snippets/css.js +982 -0
  206. data/assets/_vendor/ace/snippets/curly.js +15 -0
  207. data/assets/_vendor/ace/snippets/d.js +15 -0
  208. data/assets/_vendor/ace/snippets/dart.js +98 -0
  209. data/assets/_vendor/ace/snippets/diff.js +26 -0
  210. data/assets/_vendor/ace/snippets/django.js +123 -0
  211. data/assets/_vendor/ace/snippets/dockerfile.js +15 -0
  212. data/assets/_vendor/ace/snippets/dot.js +15 -0
  213. data/assets/_vendor/ace/snippets/drools.js +34 -0
  214. data/assets/_vendor/ace/snippets/edifact.js +255 -0
  215. data/assets/_vendor/ace/snippets/eiffel.js +15 -0
  216. data/assets/_vendor/ace/snippets/ejs.js +15 -0
  217. data/assets/_vendor/ace/snippets/elixir.js +15 -0
  218. data/assets/_vendor/ace/snippets/elm.js +15 -0
  219. data/assets/_vendor/ace/snippets/erlang.js +175 -0
  220. data/assets/_vendor/ace/snippets/forth.js +15 -0
  221. data/assets/_vendor/ace/snippets/fortran.js +15 -0
  222. data/assets/_vendor/ace/snippets/fsharp.js +15 -0
  223. data/assets/_vendor/ace/snippets/ftl.js +15 -0
  224. data/assets/_vendor/ace/snippets/gcode.js +15 -0
  225. data/assets/_vendor/ace/snippets/gherkin.js +15 -0
  226. data/assets/_vendor/ace/snippets/gitignore.js +15 -0
  227. data/assets/_vendor/ace/snippets/glsl.js +15 -0
  228. data/assets/_vendor/ace/snippets/gobstones.js +49 -0
  229. data/assets/_vendor/ace/snippets/golang.js +15 -0
  230. data/assets/_vendor/ace/snippets/graphqlschema.js +47 -0
  231. data/assets/_vendor/ace/snippets/groovy.js +15 -0
  232. data/assets/_vendor/ace/snippets/haml.js +35 -0
  233. data/assets/_vendor/ace/snippets/handlebars.js +15 -0
  234. data/assets/_vendor/ace/snippets/haskell.js +97 -0
  235. data/assets/_vendor/ace/snippets/haskell_cabal.js +15 -0
  236. data/assets/_vendor/ace/snippets/haxe.js +15 -0
  237. data/assets/_vendor/ace/snippets/hjson.js +15 -0
  238. data/assets/_vendor/ace/snippets/html.js +870 -0
  239. data/assets/_vendor/ace/snippets/html_elixir.js +15 -0
  240. data/assets/_vendor/ace/snippets/html_ruby.js +15 -0
  241. data/assets/_vendor/ace/snippets/ini.js +15 -0
  242. data/assets/_vendor/ace/snippets/io.js +77 -0
  243. data/assets/_vendor/ace/snippets/jack.js +15 -0
  244. data/assets/_vendor/ace/snippets/jade.js +15 -0
  245. data/assets/_vendor/ace/snippets/java.js +255 -0
  246. data/assets/_vendor/ace/snippets/javascript.js +210 -0
  247. data/assets/_vendor/ace/snippets/json.js +15 -0
  248. data/assets/_vendor/ace/snippets/jsoniq.js +76 -0
  249. data/assets/_vendor/ace/snippets/jsp.js +114 -0
  250. data/assets/_vendor/ace/snippets/jssm.js +15 -0
  251. data/assets/_vendor/ace/snippets/jsx.js +15 -0
  252. data/assets/_vendor/ace/snippets/julia.js +15 -0
  253. data/assets/_vendor/ace/snippets/kotlin.js +15 -0
  254. data/assets/_vendor/ace/snippets/latex.js +15 -0
  255. data/assets/_vendor/ace/snippets/less.js +15 -0
  256. data/assets/_vendor/ace/snippets/liquid.js +15 -0
  257. data/assets/_vendor/ace/snippets/lisp.js +15 -0
  258. data/assets/_vendor/ace/snippets/livescript.js +15 -0
  259. data/assets/_vendor/ace/snippets/logiql.js +15 -0
  260. data/assets/_vendor/ace/snippets/lsl.js +1247 -0
  261. data/assets/_vendor/ace/snippets/lua.js +36 -0
  262. data/assets/_vendor/ace/snippets/luapage.js +15 -0
  263. data/assets/_vendor/ace/snippets/lucene.js +15 -0
  264. data/assets/_vendor/ace/snippets/makefile.js +19 -0
  265. data/assets/_vendor/ace/snippets/markdown.js +103 -0
  266. data/assets/_vendor/ace/snippets/mask.js +15 -0
  267. data/assets/_vendor/ace/snippets/matlab.js +15 -0
  268. data/assets/_vendor/ace/snippets/maze.js +24 -0
  269. data/assets/_vendor/ace/snippets/mel.js +15 -0
  270. data/assets/_vendor/ace/snippets/mixal.js +15 -0
  271. data/assets/_vendor/ace/snippets/mushcode.js +15 -0
  272. data/assets/_vendor/ace/snippets/mysql.js +15 -0
  273. data/assets/_vendor/ace/snippets/nix.js +15 -0
  274. data/assets/_vendor/ace/snippets/nsis.js +15 -0
  275. data/assets/_vendor/ace/snippets/objectivec.js +15 -0
  276. data/assets/_vendor/ace/snippets/ocaml.js +15 -0
  277. data/assets/_vendor/ace/snippets/pascal.js +15 -0
  278. data/assets/_vendor/ace/snippets/perl.js +362 -0
  279. data/assets/_vendor/ace/snippets/pgsql.js +15 -0
  280. data/assets/_vendor/ace/snippets/php.js +398 -0
  281. data/assets/_vendor/ace/snippets/php_laravel_blade.js +15 -0
  282. data/assets/_vendor/ace/snippets/pig.js +15 -0
  283. data/assets/_vendor/ace/snippets/plain_text.js +15 -0
  284. data/assets/_vendor/ace/snippets/powershell.js +15 -0
  285. data/assets/_vendor/ace/snippets/praat.js +15 -0
  286. data/assets/_vendor/ace/snippets/prolog.js +15 -0
  287. data/assets/_vendor/ace/snippets/properties.js +15 -0
  288. data/assets/_vendor/ace/snippets/protobuf.js +15 -0
  289. data/assets/_vendor/ace/snippets/puppet.js +15 -0
  290. data/assets/_vendor/ace/snippets/python.js +173 -0
  291. data/assets/_vendor/ace/snippets/r.js +136 -0
  292. data/assets/_vendor/ace/snippets/razor.js +18 -0
  293. data/assets/_vendor/ace/snippets/rdoc.js +15 -0
  294. data/assets/_vendor/ace/snippets/red.js +15 -0
  295. data/assets/_vendor/ace/snippets/redshift.js +15 -0
  296. data/assets/_vendor/ace/snippets/rhtml.js +15 -0
  297. data/assets/_vendor/ace/snippets/rst.js +37 -0
  298. data/assets/_vendor/ace/snippets/ruby.js +943 -0
  299. data/assets/_vendor/ace/snippets/rust.js +15 -0
  300. data/assets/_vendor/ace/snippets/sass.js +15 -0
  301. data/assets/_vendor/ace/snippets/scad.js +15 -0
  302. data/assets/_vendor/ace/snippets/scala.js +15 -0
  303. data/assets/_vendor/ace/snippets/scheme.js +15 -0
  304. data/assets/_vendor/ace/snippets/scss.js +15 -0
  305. data/assets/_vendor/ace/snippets/sh.js +98 -0
  306. data/assets/_vendor/ace/snippets/sjs.js +15 -0
  307. data/assets/_vendor/ace/snippets/slim.js +15 -0
  308. data/assets/_vendor/ace/snippets/smarty.js +15 -0
  309. data/assets/_vendor/ace/snippets/snippets.js +24 -0
  310. data/assets/_vendor/ace/snippets/soy_template.js +15 -0
  311. data/assets/_vendor/ace/snippets/space.js +15 -0
  312. data/assets/_vendor/ace/snippets/sparql.js +15 -0
  313. data/assets/_vendor/ace/snippets/sql.js +41 -0
  314. data/assets/_vendor/ace/snippets/sqlserver.js +84 -0
  315. data/assets/_vendor/ace/snippets/stylus.js +15 -0
  316. data/assets/_vendor/ace/snippets/svg.js +15 -0
  317. data/assets/_vendor/ace/snippets/swift.js +15 -0
  318. data/assets/_vendor/ace/snippets/tcl.js +107 -0
  319. data/assets/_vendor/ace/snippets/terraform.js +15 -0
  320. data/assets/_vendor/ace/snippets/tex.js +205 -0
  321. data/assets/_vendor/ace/snippets/text.js +15 -0
  322. data/assets/_vendor/ace/snippets/textile.js +45 -0
  323. data/assets/_vendor/ace/snippets/toml.js +15 -0
  324. data/assets/_vendor/ace/snippets/tsx.js +15 -0
  325. data/assets/_vendor/ace/snippets/turtle.js +15 -0
  326. data/assets/_vendor/ace/snippets/twig.js +15 -0
  327. data/assets/_vendor/ace/snippets/typescript.js +15 -0
  328. data/assets/_vendor/ace/snippets/vala.js +201 -0
  329. data/assets/_vendor/ace/snippets/vbscript.js +15 -0
  330. data/assets/_vendor/ace/snippets/velocity.js +44 -0
  331. data/assets/_vendor/ace/snippets/verilog.js +15 -0
  332. data/assets/_vendor/ace/snippets/vhdl.js +15 -0
  333. data/assets/_vendor/ace/snippets/wollok.js +99 -0
  334. data/assets/_vendor/ace/snippets/xml.js +15 -0
  335. data/assets/_vendor/ace/snippets/xquery.js +76 -0
  336. data/assets/_vendor/ace/snippets/yaml.js +15 -0
  337. data/assets/_vendor/ace/theme-ambiance.js +185 -0
  338. data/assets/_vendor/ace/theme-chaos.js +164 -0
  339. data/assets/_vendor/ace/theme-chrome.js +136 -0
  340. data/assets/_vendor/ace/theme-clouds.js +103 -0
  341. data/assets/_vendor/ace/theme-clouds_midnight.js +104 -0
  342. data/assets/_vendor/ace/theme-cobalt.js +121 -0
  343. data/assets/_vendor/ace/theme-crimson_editor.js +126 -0
  344. data/assets/_vendor/ace/theme-dawn.js +116 -0
  345. data/assets/_vendor/ace/theme-dracula.js +136 -0
  346. data/assets/_vendor/ace/theme-dreamweaver.js +149 -0
  347. data/assets/_vendor/ace/theme-eclipse.js +106 -0
  348. data/assets/_vendor/ace/theme-github.js +110 -0
  349. data/assets/_vendor/ace/theme-gob.js +120 -0
  350. data/assets/_vendor/ace/theme-gruvbox.js +90 -0
  351. data/assets/_vendor/ace/theme-idle_fingers.js +104 -0
  352. data/assets/_vendor/ace/theme-iplastic.js +129 -0
  353. data/assets/_vendor/ace/theme-katzenmilch.js +129 -0
  354. data/assets/_vendor/ace/theme-kr_theme.js +112 -0
  355. data/assets/_vendor/ace/theme-kuroir.js +69 -0
  356. data/assets/_vendor/ace/theme-merbivore.js +103 -0
  357. data/assets/_vendor/ace/theme-merbivore_soft.js +104 -0
  358. data/assets/_vendor/ace/theme-mono_industrial.js +115 -0
  359. data/assets/_vendor/ace/theme-monokai.js +113 -0
  360. data/assets/_vendor/ace/theme-pastel_on_dark.js +116 -0
  361. data/assets/_vendor/ace/theme-solarized_dark.js +96 -0
  362. data/assets/_vendor/ace/theme-solarized_light.js +99 -0
  363. data/assets/_vendor/ace/theme-sqlserver.js +146 -0
  364. data/assets/_vendor/ace/theme-terminal.js +122 -0
  365. data/assets/_vendor/ace/theme-textmate.js +138 -0
  366. data/assets/_vendor/ace/theme-tomorrow.js +116 -0
  367. data/assets/_vendor/ace/theme-tomorrow_night.js +116 -0
  368. data/assets/_vendor/ace/theme-tomorrow_night_blue.js +114 -0
  369. data/assets/_vendor/ace/theme-tomorrow_night_bright.js +129 -0
  370. data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +116 -0
  371. data/assets/_vendor/ace/theme-twilight.js +117 -0
  372. data/assets/_vendor/ace/theme-vibrant_ink.js +102 -0
  373. data/assets/_vendor/ace/theme-xcode.js +96 -0
  374. data/assets/_vendor/ace/worker-coffee.js +2165 -0
  375. data/assets/_vendor/ace/worker-css.js +8764 -0
  376. data/assets/_vendor/ace/worker-html.js +11614 -0
  377. data/assets/_vendor/ace/worker-javascript.js +12491 -0
  378. data/assets/_vendor/ace/worker-json.js +2396 -0
  379. data/assets/_vendor/ace/worker-lua.js +3637 -0
  380. data/assets/_vendor/ace/worker-php.js +4313 -0
  381. data/assets/_vendor/ace/worker-xml.js +3899 -0
  382. data/assets/_vendor/ace/worker-xquery.js +70688 -0
  383. data/assets/_vendor/motion-ui/_settings.scss +1 -0
  384. data/assets/_vendor/motion-ui/effects/_fade.scss +1 -4
  385. data/assets/_vendor/motion-ui/effects/_hinge.scss +4 -3
  386. data/assets/_vendor/motion-ui/effects/_shake.scss +1 -1
  387. data/assets/_vendor/motion-ui/effects/_slide.scss +4 -3
  388. data/assets/_vendor/motion-ui/effects/_spin.scss +4 -3
  389. data/assets/_vendor/motion-ui/effects/_wiggle.scss +1 -1
  390. data/assets/_vendor/motion-ui/effects/_zoom.scss +2 -2
  391. data/assets/_vendor/motion-ui/motion-ui.scss +2 -0
  392. data/assets/_vendor/motion-ui/transitions/_fade.scss +6 -4
  393. data/assets/_vendor/motion-ui/transitions/_hinge.scss +3 -2
  394. data/assets/_vendor/motion-ui/transitions/_slide.scss +3 -2
  395. data/assets/_vendor/motion-ui/transitions/_spin.scss +2 -1
  396. data/assets/_vendor/motion-ui/transitions/_zoom.scss +6 -4
  397. data/assets/_vendor/motion-ui/util/_animation.scss +1 -1
  398. data/assets/_vendor/motion-ui/util/_args.scss +2 -2
  399. data/assets/_vendor/motion-ui/util/_function.scss +94 -0
  400. data/assets/_vendor/motion-ui/util/_keyframe.scss +5 -5
  401. data/assets/_vendor/motion-ui/util/_series.scss +20 -17
  402. data/assets/_vendor/motion-ui/util/_string.scss +36 -0
  403. data/assets/_vendor/tinymce/plugins/advlist/plugin.js +136 -404
  404. data/assets/_vendor/tinymce/plugins/advlist/plugin.min.js +1 -1
  405. data/assets/_vendor/tinymce/plugins/anchor/plugin.js +103 -323
  406. data/assets/_vendor/tinymce/plugins/anchor/plugin.min.js +1 -1
  407. data/assets/_vendor/tinymce/plugins/autolink/plugin.js +153 -377
  408. data/assets/_vendor/tinymce/plugins/autolink/plugin.min.js +1 -1
  409. data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -427
  410. data/assets/_vendor/tinymce/plugins/autoresize/plugin.min.js +1 -1
  411. data/assets/_vendor/tinymce/plugins/autosave/plugin.js +197 -579
  412. data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
  413. data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +88 -251
  414. data/assets/_vendor/tinymce/plugins/bbcode/plugin.min.js +1 -1
  415. data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1243 -818
  416. data/assets/_vendor/tinymce/plugins/charmap/plugin.min.js +1 -1
  417. data/assets/_vendor/tinymce/plugins/code/plugin.js +82 -326
  418. data/assets/_vendor/tinymce/plugins/code/plugin.min.js +1 -1
  419. data/assets/_vendor/tinymce/plugins/codesample/plugin.js +829 -1444
  420. data/assets/_vendor/tinymce/plugins/codesample/plugin.min.js +1 -1
  421. data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +111 -257
  422. data/assets/_vendor/tinymce/plugins/colorpicker/plugin.min.js +1 -1
  423. data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +141 -469
  424. data/assets/_vendor/tinymce/plugins/contextmenu/plugin.min.js +1 -1
  425. data/assets/_vendor/tinymce/plugins/directionality/plugin.js +57 -261
  426. data/assets/_vendor/tinymce/plugins/directionality/plugin.min.js +1 -1
  427. data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +78 -247
  428. data/assets/_vendor/tinymce/plugins/emoticons/plugin.min.js +1 -1
  429. data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +463 -906
  430. data/assets/_vendor/tinymce/plugins/fullpage/plugin.min.js +1 -1
  431. data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +149 -427
  432. data/assets/_vendor/tinymce/plugins/fullscreen/plugin.min.js +1 -1
  433. data/assets/_vendor/tinymce/plugins/help/plugin.js +634 -1434
  434. data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
  435. data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -185
  436. data/assets/_vendor/tinymce/plugins/hr/plugin.min.js +1 -1
  437. data/assets/_vendor/tinymce/plugins/image/plugin.js +1147 -1508
  438. data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
  439. data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3319 -4079
  440. data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -2
  441. data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -543
  442. data/assets/_vendor/tinymce/plugins/importcss/plugin.min.js +1 -1
  443. data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +151 -460
  444. data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.min.js +1 -1
  445. data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +204 -379
  446. data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.min.js +1 -1
  447. data/assets/_vendor/tinymce/plugins/link/plugin.js +644 -1162
  448. data/assets/_vendor/tinymce/plugins/link/plugin.min.js +1 -1
  449. data/assets/_vendor/tinymce/plugins/lists/plugin.js +1005 -1875
  450. data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
  451. data/assets/_vendor/tinymce/plugins/media/plugin.js +1066 -1926
  452. data/assets/_vendor/tinymce/plugins/media/plugin.min.js +1 -1
  453. data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +70 -298
  454. data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.min.js +1 -1
  455. data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +96 -294
  456. data/assets/_vendor/tinymce/plugins/noneditable/plugin.min.js +1 -1
  457. data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +92 -337
  458. data/assets/_vendor/tinymce/plugins/pagebreak/plugin.min.js +1 -1
  459. data/assets/_vendor/tinymce/plugins/paste/plugin.js +1363 -2801
  460. data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
  461. data/assets/_vendor/tinymce/plugins/preview/plugin.js +106 -393
  462. data/assets/_vendor/tinymce/plugins/preview/plugin.min.js +1 -1
  463. data/assets/_vendor/tinymce/plugins/print/plugin.js +29 -185
  464. data/assets/_vendor/tinymce/plugins/print/plugin.min.js +1 -1
  465. data/assets/_vendor/tinymce/plugins/save/plugin.js +100 -350
  466. data/assets/_vendor/tinymce/plugins/save/plugin.min.js +1 -1
  467. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +491 -865
  468. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
  469. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +630 -1292
  470. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
  471. data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +96 -391
  472. data/assets/_vendor/tinymce/plugins/tabfocus/plugin.min.js +1 -1
  473. data/assets/_vendor/tinymce/plugins/table/plugin.js +9537 -14920
  474. data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -5
  475. data/assets/_vendor/tinymce/plugins/template/plugin.js +309 -771
  476. data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
  477. data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +319 -592
  478. data/assets/_vendor/tinymce/plugins/textcolor/plugin.min.js +1 -1
  479. data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +326 -674
  480. data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
  481. data/assets/_vendor/tinymce/plugins/toc/plugin.js +199 -530
  482. data/assets/_vendor/tinymce/plugins/toc/plugin.min.js +1 -1
  483. data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +112 -436
  484. data/assets/_vendor/tinymce/plugins/visualblocks/plugin.min.js +1 -1
  485. data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +428 -1248
  486. data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
  487. data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +307 -699
  488. data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
  489. data/assets/_vendor/tinymce/skins/lightgray/content.inline.min.css +1 -1
  490. data/assets/_vendor/tinymce/skins/lightgray/content.min.css +1 -1
  491. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  492. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -1
  493. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  494. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  495. data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
  496. data/assets/_vendor/tinymce/skins/lightgray/skin.mobile.min.css +1 -1
  497. data/assets/_vendor/tinymce/themes/inlite/theme.js +9693 -18245
  498. data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -5
  499. data/assets/_vendor/tinymce/themes/mobile/theme.js +12629 -22467
  500. data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -8
  501. data/assets/_vendor/tinymce/themes/modern/theme.js +9510 -17780
  502. data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -5
  503. data/assets/_vendor/tinymce/tinymce.js +25087 -42606
  504. data/assets/_vendor/yoastseo/css/_icons.scss +7 -7
  505. data/assets/_vendor/yoastseo/css/_snippet-editor.scss +1 -1
  506. data/assets/bedrock/js/bedrock.js +1 -71697
  507. data/assets/bedrock/scss/_bedrock-components.scss +20 -0
  508. data/assets/bedrock/scss/_bedrock-settings.scss +12 -4
  509. data/assets/bedrock/scss/_foundation-settings.scss +4 -2
  510. data/assets/bedrock/scss/components/ace-editor.scss +21 -0
  511. data/assets/bedrock/scss/components/attachments-grid.scss +18 -15
  512. data/assets/bedrock/scss/components/date-picker.scss +146 -0
  513. data/assets/bedrock/scss/components/dropzone-upload.scss +7 -0
  514. data/assets/bedrock/scss/components/file-input.scss +7 -0
  515. data/assets/bedrock/scss/components/file-preview.scss +36 -0
  516. data/assets/bedrock/scss/components/frame-embed.scss +23 -0
  517. data/assets/bedrock/scss/components/global.scss +27 -0
  518. data/assets/bedrock/scss/components/helper-classes.scss +1 -0
  519. data/assets/bedrock/scss/components/icon-box.scss +38 -0
  520. data/assets/bedrock/scss/components/item-list.scss +66 -0
  521. data/assets/bedrock/scss/components/lists.scss +58 -0
  522. data/assets/bedrock/scss/components/off-canvas-menu.scss +27 -15
  523. data/assets/bedrock/scss/components/place-autocomplete.scss +90 -0
  524. data/assets/bedrock/scss/components/rrule-generator.scss +102 -0
  525. data/assets/bedrock/scss/components/rrule-reveal.scss +14 -0
  526. data/assets/bedrock/scss/components/select-box.scss +1 -0
  527. data/assets/bedrock/scss/components/seo-analysis.scss +5 -0
  528. data/assets/bedrock/scss/components/textarea.scss +14 -2
  529. data/assets/bedrock/scss/components/tiny-mce-editor.scss +5 -16
  530. data/lib/bedrock_sass.rb +5 -0
  531. data/lib/bedrock_sass/version.rb +1 -1
  532. data/lib/tasks/before_assets_precompile.rake +1 -0
  533. metadata +395 -4
  534. data/CODE_OF_CONDUCT.md +0 -74
@@ -0,0 +1,3043 @@
1
+ define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+ "use strict";
3
+
4
+ var oop = require("../lib/oop");
5
+ var lang = require("../lib/lang");
6
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
7
+ var supportType = exports.supportType = "align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index";
8
+ var supportFunction = exports.supportFunction = "rgb|rgba|url|attr|counter|counters";
9
+ var supportConstant = exports.supportConstant = "absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom";
10
+ var supportConstantColor = exports.supportConstantColor = "aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen";
11
+ var supportConstantFonts = exports.supportConstantFonts = "arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace";
12
+
13
+ var numRe = exports.numRe = "\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))";
14
+ var pseudoElements = exports.pseudoElements = "(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b";
15
+ var pseudoClasses = exports.pseudoClasses = "(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b";
16
+
17
+ var CssHighlightRules = function() {
18
+
19
+ var keywordMapper = this.createKeywordMapper({
20
+ "support.function": supportFunction,
21
+ "support.constant": supportConstant,
22
+ "support.type": supportType,
23
+ "support.constant.color": supportConstantColor,
24
+ "support.constant.fonts": supportConstantFonts
25
+ }, "text", true);
26
+ this.$rules = {
27
+ "start" : [{
28
+ include : ["strings", "url", "comments"]
29
+ }, {
30
+ token: "paren.lparen",
31
+ regex: "\\{",
32
+ next: "ruleset"
33
+ }, {
34
+ token: "paren.rparen",
35
+ regex: "\\}"
36
+ }, {
37
+ token: "string",
38
+ regex: "@(?!viewport)",
39
+ next: "media"
40
+ }, {
41
+ token: "keyword",
42
+ regex: "#[a-z0-9-_]+"
43
+ }, {
44
+ token: "keyword",
45
+ regex: "%"
46
+ }, {
47
+ token: "variable",
48
+ regex: "\\.[a-z0-9-_]+"
49
+ }, {
50
+ token: "string",
51
+ regex: ":[a-z0-9-_]+"
52
+ }, {
53
+ token : "constant.numeric",
54
+ regex : numRe
55
+ }, {
56
+ token: "constant",
57
+ regex: "[a-z0-9-_]+"
58
+ }, {
59
+ caseInsensitive: true
60
+ }],
61
+
62
+ "media": [{
63
+ include : ["strings", "url", "comments"]
64
+ }, {
65
+ token: "paren.lparen",
66
+ regex: "\\{",
67
+ next: "start"
68
+ }, {
69
+ token: "paren.rparen",
70
+ regex: "\\}",
71
+ next: "start"
72
+ }, {
73
+ token: "string",
74
+ regex: ";",
75
+ next: "start"
76
+ }, {
77
+ token: "keyword",
78
+ regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
79
+ + "|page|font|keyframes|viewport|counter-style|font-feature-values"
80
+ + "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
81
+ }],
82
+
83
+ "comments" : [{
84
+ token: "comment", // multi line comment
85
+ regex: "\\/\\*",
86
+ push: [{
87
+ token : "comment",
88
+ regex : "\\*\\/",
89
+ next : "pop"
90
+ }, {
91
+ defaultToken : "comment"
92
+ }]
93
+ }],
94
+
95
+ "ruleset" : [{
96
+ regex : "-(webkit|ms|moz|o)-",
97
+ token : "text"
98
+ }, {
99
+ token : "punctuation.operator",
100
+ regex : "[:;]"
101
+ }, {
102
+ token : "paren.rparen",
103
+ regex : "\\}",
104
+ next : "start"
105
+ }, {
106
+ include : ["strings", "url", "comments"]
107
+ }, {
108
+ token : ["constant.numeric", "keyword"],
109
+ regex : "(" + numRe + ")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
110
+ }, {
111
+ token : "constant.numeric",
112
+ regex : numRe
113
+ }, {
114
+ token : "constant.numeric", // hex6 color
115
+ regex : "#[a-f0-9]{6}"
116
+ }, {
117
+ token : "constant.numeric", // hex3 color
118
+ regex : "#[a-f0-9]{3}"
119
+ }, {
120
+ token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
121
+ regex : pseudoElements
122
+ }, {
123
+ token : ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
124
+ regex : pseudoClasses
125
+ }, {
126
+ include: "url"
127
+ }, {
128
+ token : keywordMapper,
129
+ regex : "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
130
+ }, {
131
+ caseInsensitive: true
132
+ }],
133
+
134
+ url: [{
135
+ token : "support.function",
136
+ regex : "(?:url(:?-prefix)?|domain|regexp)\\(",
137
+ push: [{
138
+ token : "support.function",
139
+ regex : "\\)",
140
+ next : "pop"
141
+ }, {
142
+ defaultToken: "string"
143
+ }]
144
+ }],
145
+
146
+ strings: [{
147
+ token : "string.start",
148
+ regex : "'",
149
+ push : [{
150
+ token : "string.end",
151
+ regex : "'|$",
152
+ next: "pop"
153
+ }, {
154
+ include : "escapes"
155
+ }, {
156
+ token : "constant.language.escape",
157
+ regex : /\\$/,
158
+ consumeLineEnd: true
159
+ }, {
160
+ defaultToken: "string"
161
+ }]
162
+ }, {
163
+ token : "string.start",
164
+ regex : '"',
165
+ push : [{
166
+ token : "string.end",
167
+ regex : '"|$',
168
+ next: "pop"
169
+ }, {
170
+ include : "escapes"
171
+ }, {
172
+ token : "constant.language.escape",
173
+ regex : /\\$/,
174
+ consumeLineEnd: true
175
+ }, {
176
+ defaultToken: "string"
177
+ }]
178
+ }],
179
+ escapes: [{
180
+ token : "constant.language.escape",
181
+ regex : /\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/
182
+ }]
183
+
184
+ };
185
+
186
+ this.normalizeRules();
187
+ };
188
+
189
+ oop.inherits(CssHighlightRules, TextHighlightRules);
190
+
191
+ exports.CssHighlightRules = CssHighlightRules;
192
+
193
+ });
194
+
195
+ define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
196
+ "use strict";
197
+
198
+ var oop = require("../lib/oop");
199
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
200
+
201
+ var DocCommentHighlightRules = function() {
202
+ this.$rules = {
203
+ "start" : [ {
204
+ token : "comment.doc.tag",
205
+ regex : "@[\\w\\d_]+" // TODO: fix email addresses
206
+ },
207
+ DocCommentHighlightRules.getTagRule(),
208
+ {
209
+ defaultToken : "comment.doc",
210
+ caseInsensitive: true
211
+ }]
212
+ };
213
+ };
214
+
215
+ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
216
+
217
+ DocCommentHighlightRules.getTagRule = function(start) {
218
+ return {
219
+ token : "comment.doc.tag.storage.type",
220
+ regex : "\\b(?:TODO|FIXME|XXX|HACK)\\b"
221
+ };
222
+ };
223
+
224
+ DocCommentHighlightRules.getStartRule = function(start) {
225
+ return {
226
+ token : "comment.doc", // doc comment
227
+ regex : "\\/\\*(?=\\*)",
228
+ next : start
229
+ };
230
+ };
231
+
232
+ DocCommentHighlightRules.getEndRule = function (start) {
233
+ return {
234
+ token : "comment.doc", // closing comment
235
+ regex : "\\*\\/",
236
+ next : start
237
+ };
238
+ };
239
+
240
+
241
+ exports.DocCommentHighlightRules = DocCommentHighlightRules;
242
+
243
+ });
244
+
245
+ define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) {
246
+ "use strict";
247
+
248
+ var oop = require("../lib/oop");
249
+ var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
250
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
251
+ var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*";
252
+
253
+ var JavaScriptHighlightRules = function(options) {
254
+ var keywordMapper = this.createKeywordMapper({
255
+ "variable.language":
256
+ "Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|" + // Constructors
257
+ "Namespace|QName|XML|XMLList|" + // E4X
258
+ "ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|" +
259
+ "Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|" +
260
+ "Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|" + // Errors
261
+ "SyntaxError|TypeError|URIError|" +
262
+ "decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|" + // Non-constructor functions
263
+ "isNaN|parseFloat|parseInt|" +
264
+ "JSON|Math|" + // Other
265
+ "this|arguments|prototype|window|document" , // Pseudo
266
+ "keyword":
267
+ "const|yield|import|get|set|async|await|" +
268
+ "break|case|catch|continue|default|delete|do|else|finally|for|function|" +
269
+ "if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" +
270
+ "__parent__|__count__|escape|unescape|with|__proto__|" +
271
+ "class|enum|extends|super|export|implements|private|public|interface|package|protected|static",
272
+ "storage.type":
273
+ "const|let|var|function",
274
+ "constant.language":
275
+ "null|Infinity|NaN|undefined",
276
+ "support.function":
277
+ "alert",
278
+ "constant.language.boolean": "true|false"
279
+ }, "identifier");
280
+ var kwBeforeRe = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void";
281
+
282
+ var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex
283
+ "u[0-9a-fA-F]{4}|" + // unicode
284
+ "u{[0-9a-fA-F]{1,6}}|" + // es6 unicode
285
+ "[0-2][0-7]{0,2}|" + // oct
286
+ "3[0-7][0-7]?|" + // oct
287
+ "[4-7][0-7]?|" + //oct
288
+ ".)";
289
+ this.$rules = {
290
+ "no_regex" : [
291
+ DocCommentHighlightRules.getStartRule("doc-start"),
292
+ comments("no_regex"),
293
+ {
294
+ token : "string",
295
+ regex : "'(?=.)",
296
+ next : "qstring"
297
+ }, {
298
+ token : "string",
299
+ regex : '"(?=.)',
300
+ next : "qqstring"
301
+ }, {
302
+ token : "constant.numeric", // hexadecimal, octal and binary
303
+ regex : /0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/
304
+ }, {
305
+ token : "constant.numeric", // decimal integers and floats
306
+ regex : /(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/
307
+ }, {
308
+ token : [
309
+ "storage.type", "punctuation.operator", "support.function",
310
+ "punctuation.operator", "entity.name.function", "text","keyword.operator"
311
+ ],
312
+ regex : "(" + identifierRe + ")(\\.)(prototype)(\\.)(" + identifierRe +")(\\s*)(=)",
313
+ next: "function_arguments"
314
+ }, {
315
+ token : [
316
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
317
+ "keyword.operator", "text", "storage.type", "text", "paren.lparen"
318
+ ],
319
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
320
+ next: "function_arguments"
321
+ }, {
322
+ token : [
323
+ "entity.name.function", "text", "keyword.operator", "text", "storage.type",
324
+ "text", "paren.lparen"
325
+ ],
326
+ regex : "(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
327
+ next: "function_arguments"
328
+ }, {
329
+ token : [
330
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
331
+ "keyword.operator", "text",
332
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
333
+ ],
334
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()",
335
+ next: "function_arguments"
336
+ }, {
337
+ token : [
338
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
339
+ ],
340
+ regex : "(function)(\\s+)(" + identifierRe + ")(\\s*)(\\()",
341
+ next: "function_arguments"
342
+ }, {
343
+ token : [
344
+ "entity.name.function", "text", "punctuation.operator",
345
+ "text", "storage.type", "text", "paren.lparen"
346
+ ],
347
+ regex : "(" + identifierRe + ")(\\s*)(:)(\\s*)(function)(\\s*)(\\()",
348
+ next: "function_arguments"
349
+ }, {
350
+ token : [
351
+ "text", "text", "storage.type", "text", "paren.lparen"
352
+ ],
353
+ regex : "(:)(\\s*)(function)(\\s*)(\\()",
354
+ next: "function_arguments"
355
+ }, {
356
+ token : "keyword",
357
+ regex : "from(?=\\s*('|\"))"
358
+ }, {
359
+ token : "keyword",
360
+ regex : "(?:" + kwBeforeRe + ")\\b",
361
+ next : "start"
362
+ }, {
363
+ token : ["support.constant"],
364
+ regex : /that\b/
365
+ }, {
366
+ token : ["storage.type", "punctuation.operator", "support.function.firebug"],
367
+ regex : /(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/
368
+ }, {
369
+ token : keywordMapper,
370
+ regex : identifierRe
371
+ }, {
372
+ token : "punctuation.operator",
373
+ regex : /[.](?![.])/,
374
+ next : "property"
375
+ }, {
376
+ token : "storage.type",
377
+ regex : /=>/,
378
+ next : "start"
379
+ }, {
380
+ token : "keyword.operator",
381
+ regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,
382
+ next : "start"
383
+ }, {
384
+ token : "punctuation.operator",
385
+ regex : /[?:,;.]/,
386
+ next : "start"
387
+ }, {
388
+ token : "paren.lparen",
389
+ regex : /[\[({]/,
390
+ next : "start"
391
+ }, {
392
+ token : "paren.rparen",
393
+ regex : /[\])}]/
394
+ }, {
395
+ token: "comment",
396
+ regex: /^#!.*$/
397
+ }
398
+ ],
399
+ property: [{
400
+ token : "text",
401
+ regex : "\\s+"
402
+ }, {
403
+ token : [
404
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
405
+ "keyword.operator", "text",
406
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
407
+ ],
408
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(?:(\\s+)(\\w+))?(\\s*)(\\()",
409
+ next: "function_arguments"
410
+ }, {
411
+ token : "punctuation.operator",
412
+ regex : /[.](?![.])/
413
+ }, {
414
+ token : "support.function",
415
+ regex : /(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/
416
+ }, {
417
+ token : "support.function.dom",
418
+ regex : /(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/
419
+ }, {
420
+ token : "support.constant",
421
+ regex : /(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/
422
+ }, {
423
+ token : "identifier",
424
+ regex : identifierRe
425
+ }, {
426
+ regex: "",
427
+ token: "empty",
428
+ next: "no_regex"
429
+ }
430
+ ],
431
+ "start": [
432
+ DocCommentHighlightRules.getStartRule("doc-start"),
433
+ comments("start"),
434
+ {
435
+ token: "string.regexp",
436
+ regex: "\\/",
437
+ next: "regex"
438
+ }, {
439
+ token : "text",
440
+ regex : "\\s+|^$",
441
+ next : "start"
442
+ }, {
443
+ token: "empty",
444
+ regex: "",
445
+ next: "no_regex"
446
+ }
447
+ ],
448
+ "regex": [
449
+ {
450
+ token: "regexp.keyword.operator",
451
+ regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
452
+ }, {
453
+ token: "string.regexp",
454
+ regex: "/[sxngimy]*",
455
+ next: "no_regex"
456
+ }, {
457
+ token : "invalid",
458
+ regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/
459
+ }, {
460
+ token : "constant.language.escape",
461
+ regex: /\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/
462
+ }, {
463
+ token : "constant.language.delimiter",
464
+ regex: /\|/
465
+ }, {
466
+ token: "constant.language.escape",
467
+ regex: /\[\^?/,
468
+ next: "regex_character_class"
469
+ }, {
470
+ token: "empty",
471
+ regex: "$",
472
+ next: "no_regex"
473
+ }, {
474
+ defaultToken: "string.regexp"
475
+ }
476
+ ],
477
+ "regex_character_class": [
478
+ {
479
+ token: "regexp.charclass.keyword.operator",
480
+ regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
481
+ }, {
482
+ token: "constant.language.escape",
483
+ regex: "]",
484
+ next: "regex"
485
+ }, {
486
+ token: "constant.language.escape",
487
+ regex: "-"
488
+ }, {
489
+ token: "empty",
490
+ regex: "$",
491
+ next: "no_regex"
492
+ }, {
493
+ defaultToken: "string.regexp.charachterclass"
494
+ }
495
+ ],
496
+ "function_arguments": [
497
+ {
498
+ token: "variable.parameter",
499
+ regex: identifierRe
500
+ }, {
501
+ token: "punctuation.operator",
502
+ regex: "[, ]+"
503
+ }, {
504
+ token: "punctuation.operator",
505
+ regex: "$"
506
+ }, {
507
+ token: "empty",
508
+ regex: "",
509
+ next: "no_regex"
510
+ }
511
+ ],
512
+ "qqstring" : [
513
+ {
514
+ token : "constant.language.escape",
515
+ regex : escapedRe
516
+ }, {
517
+ token : "string",
518
+ regex : "\\\\$",
519
+ consumeLineEnd : true
520
+ }, {
521
+ token : "string",
522
+ regex : '"|$',
523
+ next : "no_regex"
524
+ }, {
525
+ defaultToken: "string"
526
+ }
527
+ ],
528
+ "qstring" : [
529
+ {
530
+ token : "constant.language.escape",
531
+ regex : escapedRe
532
+ }, {
533
+ token : "string",
534
+ regex : "\\\\$",
535
+ consumeLineEnd : true
536
+ }, {
537
+ token : "string",
538
+ regex : "'|$",
539
+ next : "no_regex"
540
+ }, {
541
+ defaultToken: "string"
542
+ }
543
+ ]
544
+ };
545
+
546
+
547
+ if (!options || !options.noES6) {
548
+ this.$rules.no_regex.unshift({
549
+ regex: "[{}]", onMatch: function(val, state, stack) {
550
+ this.next = val == "{" ? this.nextState : "";
551
+ if (val == "{" && stack.length) {
552
+ stack.unshift("start", state);
553
+ }
554
+ else if (val == "}" && stack.length) {
555
+ stack.shift();
556
+ this.next = stack.shift();
557
+ if (this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1)
558
+ return "paren.quasi.end";
559
+ }
560
+ return val == "{" ? "paren.lparen" : "paren.rparen";
561
+ },
562
+ nextState: "start"
563
+ }, {
564
+ token : "string.quasi.start",
565
+ regex : /`/,
566
+ push : [{
567
+ token : "constant.language.escape",
568
+ regex : escapedRe
569
+ }, {
570
+ token : "paren.quasi.start",
571
+ regex : /\${/,
572
+ push : "start"
573
+ }, {
574
+ token : "string.quasi.end",
575
+ regex : /`/,
576
+ next : "pop"
577
+ }, {
578
+ defaultToken: "string.quasi"
579
+ }]
580
+ });
581
+
582
+ if (!options || options.jsx != false)
583
+ JSX.call(this);
584
+ }
585
+
586
+ this.embedRules(DocCommentHighlightRules, "doc-",
587
+ [ DocCommentHighlightRules.getEndRule("no_regex") ]);
588
+
589
+ this.normalizeRules();
590
+ };
591
+
592
+ oop.inherits(JavaScriptHighlightRules, TextHighlightRules);
593
+
594
+ function JSX() {
595
+ var tagRegex = identifierRe.replace("\\d", "\\d\\-");
596
+ var jsxTag = {
597
+ onMatch : function(val, state, stack) {
598
+ var offset = val.charAt(1) == "/" ? 2 : 1;
599
+ if (offset == 1) {
600
+ if (state != this.nextState)
601
+ stack.unshift(this.next, this.nextState, 0);
602
+ else
603
+ stack.unshift(this.next);
604
+ stack[2]++;
605
+ } else if (offset == 2) {
606
+ if (state == this.nextState) {
607
+ stack[1]--;
608
+ if (!stack[1] || stack[1] < 0) {
609
+ stack.shift();
610
+ stack.shift();
611
+ }
612
+ }
613
+ }
614
+ return [{
615
+ type: "meta.tag.punctuation." + (offset == 1 ? "" : "end-") + "tag-open.xml",
616
+ value: val.slice(0, offset)
617
+ }, {
618
+ type: "meta.tag.tag-name.xml",
619
+ value: val.substr(offset)
620
+ }];
621
+ },
622
+ regex : "</?" + tagRegex + "",
623
+ next: "jsxAttributes",
624
+ nextState: "jsx"
625
+ };
626
+ this.$rules.start.unshift(jsxTag);
627
+ var jsxJsRule = {
628
+ regex: "{",
629
+ token: "paren.quasi.start",
630
+ push: "start"
631
+ };
632
+ this.$rules.jsx = [
633
+ jsxJsRule,
634
+ jsxTag,
635
+ {include : "reference"},
636
+ {defaultToken: "string"}
637
+ ];
638
+ this.$rules.jsxAttributes = [{
639
+ token : "meta.tag.punctuation.tag-close.xml",
640
+ regex : "/?>",
641
+ onMatch : function(value, currentState, stack) {
642
+ if (currentState == stack[0])
643
+ stack.shift();
644
+ if (value.length == 2) {
645
+ if (stack[0] == this.nextState)
646
+ stack[1]--;
647
+ if (!stack[1] || stack[1] < 0) {
648
+ stack.splice(0, 2);
649
+ }
650
+ }
651
+ this.next = stack[0] || "start";
652
+ return [{type: this.token, value: value}];
653
+ },
654
+ nextState: "jsx"
655
+ },
656
+ jsxJsRule,
657
+ comments("jsxAttributes"),
658
+ {
659
+ token : "entity.other.attribute-name.xml",
660
+ regex : tagRegex
661
+ }, {
662
+ token : "keyword.operator.attribute-equals.xml",
663
+ regex : "="
664
+ }, {
665
+ token : "text.tag-whitespace.xml",
666
+ regex : "\\s+"
667
+ }, {
668
+ token : "string.attribute-value.xml",
669
+ regex : "'",
670
+ stateName : "jsx_attr_q",
671
+ push : [
672
+ {token : "string.attribute-value.xml", regex: "'", next: "pop"},
673
+ {include : "reference"},
674
+ {defaultToken : "string.attribute-value.xml"}
675
+ ]
676
+ }, {
677
+ token : "string.attribute-value.xml",
678
+ regex : '"',
679
+ stateName : "jsx_attr_qq",
680
+ push : [
681
+ {token : "string.attribute-value.xml", regex: '"', next: "pop"},
682
+ {include : "reference"},
683
+ {defaultToken : "string.attribute-value.xml"}
684
+ ]
685
+ },
686
+ jsxTag
687
+ ];
688
+ this.$rules.reference = [{
689
+ token : "constant.language.escape.reference.xml",
690
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
691
+ }];
692
+ }
693
+
694
+ function comments(next) {
695
+ return [
696
+ {
697
+ token : "comment", // multi line comment
698
+ regex : /\/\*/,
699
+ next: [
700
+ DocCommentHighlightRules.getTagRule(),
701
+ {token : "comment", regex : "\\*\\/", next : next || "pop"},
702
+ {defaultToken : "comment", caseInsensitive: true}
703
+ ]
704
+ }, {
705
+ token : "comment",
706
+ regex : "\\/\\/",
707
+ next: [
708
+ DocCommentHighlightRules.getTagRule(),
709
+ {token : "comment", regex : "$|^", next : next || "pop"},
710
+ {defaultToken : "comment", caseInsensitive: true}
711
+ ]
712
+ }
713
+ ];
714
+ }
715
+ exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
716
+ });
717
+
718
+ define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
719
+ "use strict";
720
+
721
+ var oop = require("../lib/oop");
722
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
723
+
724
+ var XmlHighlightRules = function(normalize) {
725
+ var tagRegex = "[_:a-zA-Z\xc0-\uffff][-_:.a-zA-Z0-9\xc0-\uffff]*";
726
+
727
+ this.$rules = {
728
+ start : [
729
+ {token : "string.cdata.xml", regex : "<\\!\\[CDATA\\[", next : "cdata"},
730
+ {
731
+ token : ["punctuation.instruction.xml", "keyword.instruction.xml"],
732
+ regex : "(<\\?)(" + tagRegex + ")", next : "processing_instruction"
733
+ },
734
+ {token : "comment.start.xml", regex : "<\\!--", next : "comment"},
735
+ {
736
+ token : ["xml-pe.doctype.xml", "xml-pe.doctype.xml"],
737
+ regex : "(<\\!)(DOCTYPE)(?=[\\s])", next : "doctype", caseInsensitive: true
738
+ },
739
+ {include : "tag"},
740
+ {token : "text.end-tag-open.xml", regex: "</"},
741
+ {token : "text.tag-open.xml", regex: "<"},
742
+ {include : "reference"},
743
+ {defaultToken : "text.xml"}
744
+ ],
745
+
746
+ processing_instruction : [{
747
+ token : "entity.other.attribute-name.decl-attribute-name.xml",
748
+ regex : tagRegex
749
+ }, {
750
+ token : "keyword.operator.decl-attribute-equals.xml",
751
+ regex : "="
752
+ }, {
753
+ include: "whitespace"
754
+ }, {
755
+ include: "string"
756
+ }, {
757
+ token : "punctuation.xml-decl.xml",
758
+ regex : "\\?>",
759
+ next : "start"
760
+ }],
761
+
762
+ doctype : [
763
+ {include : "whitespace"},
764
+ {include : "string"},
765
+ {token : "xml-pe.doctype.xml", regex : ">", next : "start"},
766
+ {token : "xml-pe.xml", regex : "[-_a-zA-Z0-9:]+"},
767
+ {token : "punctuation.int-subset", regex : "\\[", push : "int_subset"}
768
+ ],
769
+
770
+ int_subset : [{
771
+ token : "text.xml",
772
+ regex : "\\s+"
773
+ }, {
774
+ token: "punctuation.int-subset.xml",
775
+ regex: "]",
776
+ next: "pop"
777
+ }, {
778
+ token : ["punctuation.markup-decl.xml", "keyword.markup-decl.xml"],
779
+ regex : "(<\\!)(" + tagRegex + ")",
780
+ push : [{
781
+ token : "text",
782
+ regex : "\\s+"
783
+ },
784
+ {
785
+ token : "punctuation.markup-decl.xml",
786
+ regex : ">",
787
+ next : "pop"
788
+ },
789
+ {include : "string"}]
790
+ }],
791
+
792
+ cdata : [
793
+ {token : "string.cdata.xml", regex : "\\]\\]>", next : "start"},
794
+ {token : "text.xml", regex : "\\s+"},
795
+ {token : "text.xml", regex : "(?:[^\\]]|\\](?!\\]>))+"}
796
+ ],
797
+
798
+ comment : [
799
+ {token : "comment.end.xml", regex : "-->", next : "start"},
800
+ {defaultToken : "comment.xml"}
801
+ ],
802
+
803
+ reference : [{
804
+ token : "constant.language.escape.reference.xml",
805
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
806
+ }],
807
+
808
+ attr_reference : [{
809
+ token : "constant.language.escape.reference.attribute-value.xml",
810
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
811
+ }],
812
+
813
+ tag : [{
814
+ token : ["meta.tag.punctuation.tag-open.xml", "meta.tag.punctuation.end-tag-open.xml", "meta.tag.tag-name.xml"],
815
+ regex : "(?:(<)|(</))((?:" + tagRegex + ":)?" + tagRegex + ")",
816
+ next: [
817
+ {include : "attributes"},
818
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
819
+ ]
820
+ }],
821
+
822
+ tag_whitespace : [
823
+ {token : "text.tag-whitespace.xml", regex : "\\s+"}
824
+ ],
825
+ whitespace : [
826
+ {token : "text.whitespace.xml", regex : "\\s+"}
827
+ ],
828
+ string: [{
829
+ token : "string.xml",
830
+ regex : "'",
831
+ push : [
832
+ {token : "string.xml", regex: "'", next: "pop"},
833
+ {defaultToken : "string.xml"}
834
+ ]
835
+ }, {
836
+ token : "string.xml",
837
+ regex : '"',
838
+ push : [
839
+ {token : "string.xml", regex: '"', next: "pop"},
840
+ {defaultToken : "string.xml"}
841
+ ]
842
+ }],
843
+
844
+ attributes: [{
845
+ token : "entity.other.attribute-name.xml",
846
+ regex : tagRegex
847
+ }, {
848
+ token : "keyword.operator.attribute-equals.xml",
849
+ regex : "="
850
+ }, {
851
+ include: "tag_whitespace"
852
+ }, {
853
+ include: "attribute_value"
854
+ }],
855
+
856
+ attribute_value: [{
857
+ token : "string.attribute-value.xml",
858
+ regex : "'",
859
+ push : [
860
+ {token : "string.attribute-value.xml", regex: "'", next: "pop"},
861
+ {include : "attr_reference"},
862
+ {defaultToken : "string.attribute-value.xml"}
863
+ ]
864
+ }, {
865
+ token : "string.attribute-value.xml",
866
+ regex : '"',
867
+ push : [
868
+ {token : "string.attribute-value.xml", regex: '"', next: "pop"},
869
+ {include : "attr_reference"},
870
+ {defaultToken : "string.attribute-value.xml"}
871
+ ]
872
+ }]
873
+ };
874
+
875
+ if (this.constructor === XmlHighlightRules)
876
+ this.normalizeRules();
877
+ };
878
+
879
+
880
+ (function() {
881
+
882
+ this.embedTagRules = function(HighlightRules, prefix, tag){
883
+ this.$rules.tag.unshift({
884
+ token : ["meta.tag.punctuation.tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
885
+ regex : "(<)(" + tag + "(?=\\s|>|$))",
886
+ next: [
887
+ {include : "attributes"},
888
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : prefix + "start"}
889
+ ]
890
+ });
891
+
892
+ this.$rules[tag + "-end"] = [
893
+ {include : "attributes"},
894
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next: "start",
895
+ onMatch : function(value, currentState, stack) {
896
+ stack.splice(0);
897
+ return this.token;
898
+ }}
899
+ ];
900
+
901
+ this.embedRules(HighlightRules, prefix, [{
902
+ token: ["meta.tag.punctuation.end-tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
903
+ regex : "(</)(" + tag + "(?=\\s|>|$))",
904
+ next: tag + "-end"
905
+ }, {
906
+ token: "string.cdata.xml",
907
+ regex : "<\\!\\[CDATA\\["
908
+ }, {
909
+ token: "string.cdata.xml",
910
+ regex : "\\]\\]>"
911
+ }]);
912
+ };
913
+
914
+ }).call(TextHighlightRules.prototype);
915
+
916
+ oop.inherits(XmlHighlightRules, TextHighlightRules);
917
+
918
+ exports.XmlHighlightRules = XmlHighlightRules;
919
+ });
920
+
921
+ define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"], function(require, exports, module) {
922
+ "use strict";
923
+
924
+ var oop = require("../lib/oop");
925
+ var lang = require("../lib/lang");
926
+ var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
927
+ var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
928
+ var XmlHighlightRules = require("./xml_highlight_rules").XmlHighlightRules;
929
+
930
+ var tagMap = lang.createMap({
931
+ a : 'anchor',
932
+ button : 'form',
933
+ form : 'form',
934
+ img : 'image',
935
+ input : 'form',
936
+ label : 'form',
937
+ option : 'form',
938
+ script : 'script',
939
+ select : 'form',
940
+ textarea : 'form',
941
+ style : 'style',
942
+ table : 'table',
943
+ tbody : 'table',
944
+ td : 'table',
945
+ tfoot : 'table',
946
+ th : 'table',
947
+ tr : 'table'
948
+ });
949
+
950
+ var HtmlHighlightRules = function() {
951
+ XmlHighlightRules.call(this);
952
+
953
+ this.addRules({
954
+ attributes: [{
955
+ include : "tag_whitespace"
956
+ }, {
957
+ token : "entity.other.attribute-name.xml",
958
+ regex : "[-_a-zA-Z0-9:.]+"
959
+ }, {
960
+ token : "keyword.operator.attribute-equals.xml",
961
+ regex : "=",
962
+ push : [{
963
+ include: "tag_whitespace"
964
+ }, {
965
+ token : "string.unquoted.attribute-value.html",
966
+ regex : "[^<>='\"`\\s]+",
967
+ next : "pop"
968
+ }, {
969
+ token : "empty",
970
+ regex : "",
971
+ next : "pop"
972
+ }]
973
+ }, {
974
+ include : "attribute_value"
975
+ }],
976
+ tag: [{
977
+ token : function(start, tag) {
978
+ var group = tagMap[tag];
979
+ return ["meta.tag.punctuation." + (start == "<" ? "" : "end-") + "tag-open.xml",
980
+ "meta.tag" + (group ? "." + group : "") + ".tag-name.xml"];
981
+ },
982
+ regex : "(</?)([-_a-zA-Z0-9:.]+)",
983
+ next: "tag_stuff"
984
+ }],
985
+ tag_stuff: [
986
+ {include : "attributes"},
987
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
988
+ ]
989
+ });
990
+
991
+ this.embedTagRules(CssHighlightRules, "css-", "style");
992
+ this.embedTagRules(new JavaScriptHighlightRules({jsx: false}).getRules(), "js-", "script");
993
+
994
+ if (this.constructor === HtmlHighlightRules)
995
+ this.normalizeRules();
996
+ };
997
+
998
+ oop.inherits(HtmlHighlightRules, XmlHighlightRules);
999
+
1000
+ exports.HtmlHighlightRules = HtmlHighlightRules;
1001
+ });
1002
+
1003
+ define("ace/mode/ruby_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
1004
+ "use strict";
1005
+
1006
+ var oop = require("../lib/oop");
1007
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
1008
+ var constantOtherSymbol = exports.constantOtherSymbol = {
1009
+ token : "constant.other.symbol.ruby", // symbol
1010
+ regex : "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
1011
+ };
1012
+
1013
+ var qString = exports.qString = {
1014
+ token : "string", // single line
1015
+ regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
1016
+ };
1017
+
1018
+ var qqString = exports.qqString = {
1019
+ token : "string", // single line
1020
+ regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
1021
+ };
1022
+
1023
+ var tString = exports.tString = {
1024
+ token : "string", // backtick string
1025
+ regex : "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
1026
+ };
1027
+
1028
+ var constantNumericHex = exports.constantNumericHex = {
1029
+ token : "constant.numeric", // hex
1030
+ regex : "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
1031
+ };
1032
+
1033
+ var constantNumericFloat = exports.constantNumericFloat = {
1034
+ token : "constant.numeric", // float
1035
+ regex : "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"
1036
+ };
1037
+
1038
+ var instanceVariable = exports.instanceVariable = {
1039
+ token : "variable.instance", // instance variable
1040
+ regex : "@{1,2}[a-zA-Z_\\d]+"
1041
+ };
1042
+
1043
+ var RubyHighlightRules = function() {
1044
+
1045
+ var builtinFunctions = (
1046
+ "abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
1047
+ "assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
1048
+ "assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
1049
+ "assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
1050
+ "assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
1051
+ "assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
1052
+ "attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
1053
+ "caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
1054
+ "exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
1055
+ "gsub!|get_via_redirect|host!|https?|https!|include|Integer|lambda|link_to|" +
1056
+ "link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
1057
+ "p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
1058
+ "raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
1059
+ "set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
1060
+ "throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
1061
+ "render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
1062
+ "content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
1063
+ "fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
1064
+ "time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
1065
+ "select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
1066
+ "file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
1067
+ "protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
1068
+ "send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
1069
+ "validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
1070
+ "validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
1071
+ "authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
1072
+ "filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
1073
+ "translate|localize|extract_locale_from_tld|caches_page|expire_page|caches_action|expire_action|" +
1074
+ "cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
1075
+ "has_many|has_one|belongs_to|has_and_belongs_to_many"
1076
+ );
1077
+
1078
+ var keywords = (
1079
+ "alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
1080
+ "__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
1081
+ "redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield"
1082
+ );
1083
+
1084
+ var buildinConstants = (
1085
+ "true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
1086
+ "RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING"
1087
+ );
1088
+
1089
+ var builtinVariables = (
1090
+ "$DEBUG|$defout|$FILENAME|$LOAD_PATH|$SAFE|$stdin|$stdout|$stderr|$VERBOSE|" +
1091
+ "$!|root_url|flash|session|cookies|params|request|response|logger|self"
1092
+ );
1093
+
1094
+ var keywordMapper = this.$keywords = this.createKeywordMapper({
1095
+ "keyword": keywords,
1096
+ "constant.language": buildinConstants,
1097
+ "variable.language": builtinVariables,
1098
+ "support.function": builtinFunctions,
1099
+ "invalid.deprecated": "debugger" // TODO is this a remnant from js mode?
1100
+ }, "identifier");
1101
+ this.$rules = {
1102
+ "start" : [
1103
+ {
1104
+ token : "comment",
1105
+ regex : "#.*$"
1106
+ }, {
1107
+ token : "comment", // multi line comment
1108
+ regex : "^=begin(?:$|\\s.*$)",
1109
+ next : "comment"
1110
+ }, {
1111
+ token : "string.regexp",
1112
+ regex : "[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"
1113
+ },
1114
+
1115
+ [{
1116
+ regex: "[{}]", onMatch: function(val, state, stack) {
1117
+ this.next = val == "{" ? this.nextState : "";
1118
+ if (val == "{" && stack.length) {
1119
+ stack.unshift("start", state);
1120
+ return "paren.lparen";
1121
+ }
1122
+ if (val == "}" && stack.length) {
1123
+ stack.shift();
1124
+ this.next = stack.shift();
1125
+ if (this.next.indexOf("string") != -1)
1126
+ return "paren.end";
1127
+ }
1128
+ return val == "{" ? "paren.lparen" : "paren.rparen";
1129
+ },
1130
+ nextState: "start"
1131
+ }, {
1132
+ token : "string.start",
1133
+ regex : /"/,
1134
+ push : [{
1135
+ token : "constant.language.escape",
1136
+ regex : /\\(?:[nsrtvfbae'"\\]|c.|C-.|M-.(?:\\C-.)?|[0-7]{3}|x[\da-fA-F]{2}|u[\da-fA-F]{4})/
1137
+ }, {
1138
+ token : "paren.start",
1139
+ regex : /#{/,
1140
+ push : "start"
1141
+ }, {
1142
+ token : "string.end",
1143
+ regex : /"/,
1144
+ next : "pop"
1145
+ }, {
1146
+ defaultToken: "string"
1147
+ }]
1148
+ }, {
1149
+ token : "string.start",
1150
+ regex : /`/,
1151
+ push : [{
1152
+ token : "constant.language.escape",
1153
+ regex : /\\(?:[nsrtvfbae'"\\]|c.|C-.|M-.(?:\\C-.)?|[0-7]{3}|x[\da-fA-F]{2}|u[\da-fA-F]{4})/
1154
+ }, {
1155
+ token : "paren.start",
1156
+ regex : /#{/,
1157
+ push : "start"
1158
+ }, {
1159
+ token : "string.end",
1160
+ regex : /`/,
1161
+ next : "pop"
1162
+ }, {
1163
+ defaultToken: "string"
1164
+ }]
1165
+ }, {
1166
+ token : "string.start",
1167
+ regex : /'/,
1168
+ push : [{
1169
+ token : "constant.language.escape",
1170
+ regex : /\\['\\]/
1171
+ }, {
1172
+ token : "string.end",
1173
+ regex : /'/,
1174
+ next : "pop"
1175
+ }, {
1176
+ defaultToken: "string"
1177
+ }]
1178
+ }],
1179
+ {
1180
+ token : "text", // namespaces aren't symbols
1181
+ regex : "::"
1182
+ }, {
1183
+ token : "variable.instance", // instance variable
1184
+ regex : "@{1,2}[a-zA-Z_\\d]+"
1185
+ }, {
1186
+ token : "support.class", // class name
1187
+ regex : "[A-Z][a-zA-Z_\\d]+"
1188
+ },
1189
+
1190
+ constantOtherSymbol,
1191
+ constantNumericHex,
1192
+ constantNumericFloat,
1193
+
1194
+ {
1195
+ token : "constant.language.boolean",
1196
+ regex : "(?:true|false)\\b"
1197
+ }, {
1198
+ token : keywordMapper,
1199
+ regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
1200
+ }, {
1201
+ token : "punctuation.separator.key-value",
1202
+ regex : "=>"
1203
+ }, {
1204
+ stateName: "heredoc",
1205
+ onMatch : function(value, currentState, stack) {
1206
+ var next = value[2] == '-' ? "indentedHeredoc" : "heredoc";
1207
+ var tokens = value.split(this.splitRegex);
1208
+ stack.push(next, tokens[3]);
1209
+ return [
1210
+ {type:"constant", value: tokens[1]},
1211
+ {type:"string", value: tokens[2]},
1212
+ {type:"support.class", value: tokens[3]},
1213
+ {type:"string", value: tokens[4]}
1214
+ ];
1215
+ },
1216
+ regex : "(<<-?)(['\"`]?)([\\w]+)(['\"`]?)",
1217
+ rules: {
1218
+ heredoc: [{
1219
+ onMatch: function(value, currentState, stack) {
1220
+ if (value === stack[1]) {
1221
+ stack.shift();
1222
+ stack.shift();
1223
+ this.next = stack[0] || "start";
1224
+ return "support.class";
1225
+ }
1226
+ this.next = "";
1227
+ return "string";
1228
+ },
1229
+ regex: ".*$",
1230
+ next: "start"
1231
+ }],
1232
+ indentedHeredoc: [{
1233
+ token: "string",
1234
+ regex: "^ +"
1235
+ }, {
1236
+ onMatch: function(value, currentState, stack) {
1237
+ if (value === stack[1]) {
1238
+ stack.shift();
1239
+ stack.shift();
1240
+ this.next = stack[0] || "start";
1241
+ return "support.class";
1242
+ }
1243
+ this.next = "";
1244
+ return "string";
1245
+ },
1246
+ regex: ".*$",
1247
+ next: "start"
1248
+ }]
1249
+ }
1250
+ }, {
1251
+ regex : "$",
1252
+ token : "empty",
1253
+ next : function(currentState, stack) {
1254
+ if (stack[0] === "heredoc" || stack[0] === "indentedHeredoc")
1255
+ return stack[0];
1256
+ return currentState;
1257
+ }
1258
+ }, {
1259
+ token : "string.character",
1260
+ regex : "\\B\\?."
1261
+ }, {
1262
+ token : "keyword.operator",
1263
+ regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"
1264
+ }, {
1265
+ token : "paren.lparen",
1266
+ regex : "[[({]"
1267
+ }, {
1268
+ token : "paren.rparen",
1269
+ regex : "[\\])}]"
1270
+ }, {
1271
+ token : "text",
1272
+ regex : "\\s+"
1273
+ }
1274
+ ],
1275
+ "comment" : [
1276
+ {
1277
+ token : "comment", // closing comment
1278
+ regex : "^=end(?:$|\\s.*$)",
1279
+ next : "start"
1280
+ }, {
1281
+ token : "comment", // comment spanning whole line
1282
+ regex : ".+"
1283
+ }
1284
+ ]
1285
+ };
1286
+
1287
+ this.normalizeRules();
1288
+ };
1289
+
1290
+ oop.inherits(RubyHighlightRules, TextHighlightRules);
1291
+
1292
+ exports.RubyHighlightRules = RubyHighlightRules;
1293
+ });
1294
+
1295
+ define("ace/mode/html_ruby_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/html_highlight_rules","ace/mode/ruby_highlight_rules"], function(require, exports, module) {
1296
+ "use strict";
1297
+
1298
+ var oop = require("../lib/oop");
1299
+ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
1300
+ var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
1301
+
1302
+ var HtmlRubyHighlightRules = function() {
1303
+ HtmlHighlightRules.call(this);
1304
+
1305
+ var startRules = [
1306
+ {
1307
+ regex: "<%%|%%>",
1308
+ token: "constant.language.escape"
1309
+ }, {
1310
+ token : "comment.start.erb",
1311
+ regex : "<%#",
1312
+ push : [{
1313
+ token : "comment.end.erb",
1314
+ regex: "%>",
1315
+ next: "pop",
1316
+ defaultToken:"comment"
1317
+ }]
1318
+ }, {
1319
+ token : "support.ruby_tag",
1320
+ regex : "<%+(?!>)[-=]?",
1321
+ push : "ruby-start"
1322
+ }
1323
+ ];
1324
+
1325
+ var endRules = [
1326
+ {
1327
+ token : "support.ruby_tag",
1328
+ regex : "%>",
1329
+ next : "pop"
1330
+ }, {
1331
+ token: "comment",
1332
+ regex: "#(?:[^%]|%[^>])*"
1333
+ }
1334
+ ];
1335
+
1336
+ for (var key in this.$rules)
1337
+ this.$rules[key].unshift.apply(this.$rules[key], startRules);
1338
+
1339
+ this.embedRules(RubyHighlightRules, "ruby-", endRules, ["start"]);
1340
+
1341
+ this.normalizeRules();
1342
+ };
1343
+
1344
+
1345
+ oop.inherits(HtmlRubyHighlightRules, HtmlHighlightRules);
1346
+
1347
+ exports.HtmlRubyHighlightRules = HtmlRubyHighlightRules;
1348
+ });
1349
+
1350
+ define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
1351
+ "use strict";
1352
+
1353
+ var Range = require("../range").Range;
1354
+
1355
+ var MatchingBraceOutdent = function() {};
1356
+
1357
+ (function() {
1358
+
1359
+ this.checkOutdent = function(line, input) {
1360
+ if (! /^\s+$/.test(line))
1361
+ return false;
1362
+
1363
+ return /^\s*\}/.test(input);
1364
+ };
1365
+
1366
+ this.autoOutdent = function(doc, row) {
1367
+ var line = doc.getLine(row);
1368
+ var match = line.match(/^(\s*\})/);
1369
+
1370
+ if (!match) return 0;
1371
+
1372
+ var column = match[1].length;
1373
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
1374
+
1375
+ if (!openBracePos || openBracePos.row == row) return 0;
1376
+
1377
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
1378
+ doc.replace(new Range(row, 0, row, column-1), indent);
1379
+ };
1380
+
1381
+ this.$getIndent = function(line) {
1382
+ return line.match(/^\s*/)[0];
1383
+ };
1384
+
1385
+ }).call(MatchingBraceOutdent.prototype);
1386
+
1387
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
1388
+ });
1389
+
1390
+ define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
1391
+ "use strict";
1392
+
1393
+ var oop = require("../../lib/oop");
1394
+ var Range = require("../../range").Range;
1395
+ var BaseFoldMode = require("./fold_mode").FoldMode;
1396
+
1397
+ var FoldMode = exports.FoldMode = function(commentRegex) {
1398
+ if (commentRegex) {
1399
+ this.foldingStartMarker = new RegExp(
1400
+ this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
1401
+ );
1402
+ this.foldingStopMarker = new RegExp(
1403
+ this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
1404
+ );
1405
+ }
1406
+ };
1407
+ oop.inherits(FoldMode, BaseFoldMode);
1408
+
1409
+ (function() {
1410
+
1411
+ this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
1412
+ this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
1413
+ this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
1414
+ this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
1415
+ this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
1416
+ this._getFoldWidgetBase = this.getFoldWidget;
1417
+ this.getFoldWidget = function(session, foldStyle, row) {
1418
+ var line = session.getLine(row);
1419
+
1420
+ if (this.singleLineBlockCommentRe.test(line)) {
1421
+ if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
1422
+ return "";
1423
+ }
1424
+
1425
+ var fw = this._getFoldWidgetBase(session, foldStyle, row);
1426
+
1427
+ if (!fw && this.startRegionRe.test(line))
1428
+ return "start"; // lineCommentRegionStart
1429
+
1430
+ return fw;
1431
+ };
1432
+
1433
+ this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
1434
+ var line = session.getLine(row);
1435
+
1436
+ if (this.startRegionRe.test(line))
1437
+ return this.getCommentRegionBlock(session, line, row);
1438
+
1439
+ var match = line.match(this.foldingStartMarker);
1440
+ if (match) {
1441
+ var i = match.index;
1442
+
1443
+ if (match[1])
1444
+ return this.openingBracketBlock(session, match[1], row, i);
1445
+
1446
+ var range = session.getCommentFoldRange(row, i + match[0].length, 1);
1447
+
1448
+ if (range && !range.isMultiLine()) {
1449
+ if (forceMultiline) {
1450
+ range = this.getSectionRange(session, row);
1451
+ } else if (foldStyle != "all")
1452
+ range = null;
1453
+ }
1454
+
1455
+ return range;
1456
+ }
1457
+
1458
+ if (foldStyle === "markbegin")
1459
+ return;
1460
+
1461
+ var match = line.match(this.foldingStopMarker);
1462
+ if (match) {
1463
+ var i = match.index + match[0].length;
1464
+
1465
+ if (match[1])
1466
+ return this.closingBracketBlock(session, match[1], row, i);
1467
+
1468
+ return session.getCommentFoldRange(row, i, -1);
1469
+ }
1470
+ };
1471
+
1472
+ this.getSectionRange = function(session, row) {
1473
+ var line = session.getLine(row);
1474
+ var startIndent = line.search(/\S/);
1475
+ var startRow = row;
1476
+ var startColumn = line.length;
1477
+ row = row + 1;
1478
+ var endRow = row;
1479
+ var maxRow = session.getLength();
1480
+ while (++row < maxRow) {
1481
+ line = session.getLine(row);
1482
+ var indent = line.search(/\S/);
1483
+ if (indent === -1)
1484
+ continue;
1485
+ if (startIndent > indent)
1486
+ break;
1487
+ var subRange = this.getFoldWidgetRange(session, "all", row);
1488
+
1489
+ if (subRange) {
1490
+ if (subRange.start.row <= startRow) {
1491
+ break;
1492
+ } else if (subRange.isMultiLine()) {
1493
+ row = subRange.end.row;
1494
+ } else if (startIndent == indent) {
1495
+ break;
1496
+ }
1497
+ }
1498
+ endRow = row;
1499
+ }
1500
+
1501
+ return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
1502
+ };
1503
+ this.getCommentRegionBlock = function(session, line, row) {
1504
+ var startColumn = line.search(/\s*$/);
1505
+ var maxRow = session.getLength();
1506
+ var startRow = row;
1507
+
1508
+ var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
1509
+ var depth = 1;
1510
+ while (++row < maxRow) {
1511
+ line = session.getLine(row);
1512
+ var m = re.exec(line);
1513
+ if (!m) continue;
1514
+ if (m[1]) depth--;
1515
+ else depth++;
1516
+
1517
+ if (!depth) break;
1518
+ }
1519
+
1520
+ var endRow = row;
1521
+ if (endRow > startRow) {
1522
+ return new Range(startRow, startColumn, endRow, line.length);
1523
+ }
1524
+ };
1525
+
1526
+ }).call(FoldMode.prototype);
1527
+
1528
+ });
1529
+
1530
+ define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) {
1531
+ "use strict";
1532
+
1533
+ var oop = require("../lib/oop");
1534
+ var TextMode = require("./text").Mode;
1535
+ var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
1536
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1537
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
1538
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
1539
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1540
+
1541
+ var Mode = function() {
1542
+ this.HighlightRules = JavaScriptHighlightRules;
1543
+
1544
+ this.$outdent = new MatchingBraceOutdent();
1545
+ this.$behaviour = new CstyleBehaviour();
1546
+ this.foldingRules = new CStyleFoldMode();
1547
+ };
1548
+ oop.inherits(Mode, TextMode);
1549
+
1550
+ (function() {
1551
+
1552
+ this.lineCommentStart = "//";
1553
+ this.blockComment = {start: "/*", end: "*/"};
1554
+ this.$quotes = {'"': '"', "'": "'", "`": "`"};
1555
+
1556
+ this.getNextLineIndent = function(state, line, tab) {
1557
+ var indent = this.$getIndent(line);
1558
+
1559
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
1560
+ var tokens = tokenizedLine.tokens;
1561
+ var endState = tokenizedLine.state;
1562
+
1563
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
1564
+ return indent;
1565
+ }
1566
+
1567
+ if (state == "start" || state == "no_regex") {
1568
+ var match = line.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);
1569
+ if (match) {
1570
+ indent += tab;
1571
+ }
1572
+ } else if (state == "doc-start") {
1573
+ if (endState == "start" || endState == "no_regex") {
1574
+ return "";
1575
+ }
1576
+ var match = line.match(/^\s*(\/?)\*/);
1577
+ if (match) {
1578
+ if (match[1]) {
1579
+ indent += " ";
1580
+ }
1581
+ indent += "* ";
1582
+ }
1583
+ }
1584
+
1585
+ return indent;
1586
+ };
1587
+
1588
+ this.checkOutdent = function(state, line, input) {
1589
+ return this.$outdent.checkOutdent(line, input);
1590
+ };
1591
+
1592
+ this.autoOutdent = function(state, doc, row) {
1593
+ this.$outdent.autoOutdent(doc, row);
1594
+ };
1595
+
1596
+ this.createWorker = function(session) {
1597
+ var worker = new WorkerClient(["ace"], "ace/mode/javascript_worker", "JavaScriptWorker");
1598
+ worker.attachToDocument(session.getDocument());
1599
+
1600
+ worker.on("annotate", function(results) {
1601
+ session.setAnnotations(results.data);
1602
+ });
1603
+
1604
+ worker.on("terminate", function() {
1605
+ session.clearAnnotations();
1606
+ });
1607
+
1608
+ return worker;
1609
+ };
1610
+
1611
+ this.$id = "ace/mode/javascript";
1612
+ }).call(Mode.prototype);
1613
+
1614
+ exports.Mode = Mode;
1615
+ });
1616
+
1617
+ define("ace/mode/css_completions",["require","exports","module"], function(require, exports, module) {
1618
+ "use strict";
1619
+
1620
+ var propertyMap = {
1621
+ "background": {"#$0": 1},
1622
+ "background-color": {"#$0": 1, "transparent": 1, "fixed": 1},
1623
+ "background-image": {"url('/$0')": 1},
1624
+ "background-repeat": {"repeat": 1, "repeat-x": 1, "repeat-y": 1, "no-repeat": 1, "inherit": 1},
1625
+ "background-position": {"bottom":2, "center":2, "left":2, "right":2, "top":2, "inherit":2},
1626
+ "background-attachment": {"scroll": 1, "fixed": 1},
1627
+ "background-size": {"cover": 1, "contain": 1},
1628
+ "background-clip": {"border-box": 1, "padding-box": 1, "content-box": 1},
1629
+ "background-origin": {"border-box": 1, "padding-box": 1, "content-box": 1},
1630
+ "border": {"solid $0": 1, "dashed $0": 1, "dotted $0": 1, "#$0": 1},
1631
+ "border-color": {"#$0": 1},
1632
+ "border-style": {"solid":2, "dashed":2, "dotted":2, "double":2, "groove":2, "hidden":2, "inherit":2, "inset":2, "none":2, "outset":2, "ridged":2},
1633
+ "border-collapse": {"collapse": 1, "separate": 1},
1634
+ "bottom": {"px": 1, "em": 1, "%": 1},
1635
+ "clear": {"left": 1, "right": 1, "both": 1, "none": 1},
1636
+ "color": {"#$0": 1, "rgb(#$00,0,0)": 1},
1637
+ "cursor": {"default": 1, "pointer": 1, "move": 1, "text": 1, "wait": 1, "help": 1, "progress": 1, "n-resize": 1, "ne-resize": 1, "e-resize": 1, "se-resize": 1, "s-resize": 1, "sw-resize": 1, "w-resize": 1, "nw-resize": 1},
1638
+ "display": {"none": 1, "block": 1, "inline": 1, "inline-block": 1, "table-cell": 1},
1639
+ "empty-cells": {"show": 1, "hide": 1},
1640
+ "float": {"left": 1, "right": 1, "none": 1},
1641
+ "font-family": {"Arial":2,"Comic Sans MS":2,"Consolas":2,"Courier New":2,"Courier":2,"Georgia":2,"Monospace":2,"Sans-Serif":2, "Segoe UI":2,"Tahoma":2,"Times New Roman":2,"Trebuchet MS":2,"Verdana": 1},
1642
+ "font-size": {"px": 1, "em": 1, "%": 1},
1643
+ "font-weight": {"bold": 1, "normal": 1},
1644
+ "font-style": {"italic": 1, "normal": 1},
1645
+ "font-variant": {"normal": 1, "small-caps": 1},
1646
+ "height": {"px": 1, "em": 1, "%": 1},
1647
+ "left": {"px": 1, "em": 1, "%": 1},
1648
+ "letter-spacing": {"normal": 1},
1649
+ "line-height": {"normal": 1},
1650
+ "list-style-type": {"none": 1, "disc": 1, "circle": 1, "square": 1, "decimal": 1, "decimal-leading-zero": 1, "lower-roman": 1, "upper-roman": 1, "lower-greek": 1, "lower-latin": 1, "upper-latin": 1, "georgian": 1, "lower-alpha": 1, "upper-alpha": 1},
1651
+ "margin": {"px": 1, "em": 1, "%": 1},
1652
+ "margin-right": {"px": 1, "em": 1, "%": 1},
1653
+ "margin-left": {"px": 1, "em": 1, "%": 1},
1654
+ "margin-top": {"px": 1, "em": 1, "%": 1},
1655
+ "margin-bottom": {"px": 1, "em": 1, "%": 1},
1656
+ "max-height": {"px": 1, "em": 1, "%": 1},
1657
+ "max-width": {"px": 1, "em": 1, "%": 1},
1658
+ "min-height": {"px": 1, "em": 1, "%": 1},
1659
+ "min-width": {"px": 1, "em": 1, "%": 1},
1660
+ "overflow": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1661
+ "overflow-x": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1662
+ "overflow-y": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1663
+ "padding": {"px": 1, "em": 1, "%": 1},
1664
+ "padding-top": {"px": 1, "em": 1, "%": 1},
1665
+ "padding-right": {"px": 1, "em": 1, "%": 1},
1666
+ "padding-bottom": {"px": 1, "em": 1, "%": 1},
1667
+ "padding-left": {"px": 1, "em": 1, "%": 1},
1668
+ "page-break-after": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1669
+ "page-break-before": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1670
+ "position": {"absolute": 1, "relative": 1, "fixed": 1, "static": 1},
1671
+ "right": {"px": 1, "em": 1, "%": 1},
1672
+ "table-layout": {"fixed": 1, "auto": 1},
1673
+ "text-decoration": {"none": 1, "underline": 1, "line-through": 1, "blink": 1},
1674
+ "text-align": {"left": 1, "right": 1, "center": 1, "justify": 1},
1675
+ "text-transform": {"capitalize": 1, "uppercase": 1, "lowercase": 1, "none": 1},
1676
+ "top": {"px": 1, "em": 1, "%": 1},
1677
+ "vertical-align": {"top": 1, "bottom": 1},
1678
+ "visibility": {"hidden": 1, "visible": 1},
1679
+ "white-space": {"nowrap": 1, "normal": 1, "pre": 1, "pre-line": 1, "pre-wrap": 1},
1680
+ "width": {"px": 1, "em": 1, "%": 1},
1681
+ "word-spacing": {"normal": 1},
1682
+ "filter": {"alpha(opacity=$0100)": 1},
1683
+
1684
+ "text-shadow": {"$02px 2px 2px #777": 1},
1685
+ "text-overflow": {"ellipsis-word": 1, "clip": 1, "ellipsis": 1},
1686
+ "-moz-border-radius": 1,
1687
+ "-moz-border-radius-topright": 1,
1688
+ "-moz-border-radius-bottomright": 1,
1689
+ "-moz-border-radius-topleft": 1,
1690
+ "-moz-border-radius-bottomleft": 1,
1691
+ "-webkit-border-radius": 1,
1692
+ "-webkit-border-top-right-radius": 1,
1693
+ "-webkit-border-top-left-radius": 1,
1694
+ "-webkit-border-bottom-right-radius": 1,
1695
+ "-webkit-border-bottom-left-radius": 1,
1696
+ "-moz-box-shadow": 1,
1697
+ "-webkit-box-shadow": 1,
1698
+ "transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1699
+ "-moz-transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1700
+ "-webkit-transform": {"rotate($00deg)": 1, "skew($00deg)": 1 }
1701
+ };
1702
+
1703
+ var CssCompletions = function() {
1704
+
1705
+ };
1706
+
1707
+ (function() {
1708
+
1709
+ this.completionsDefined = false;
1710
+
1711
+ this.defineCompletions = function() {
1712
+ if (document) {
1713
+ var style = document.createElement('c').style;
1714
+
1715
+ for (var i in style) {
1716
+ if (typeof style[i] !== 'string')
1717
+ continue;
1718
+
1719
+ var name = i.replace(/[A-Z]/g, function(x) {
1720
+ return '-' + x.toLowerCase();
1721
+ });
1722
+
1723
+ if (!propertyMap.hasOwnProperty(name))
1724
+ propertyMap[name] = 1;
1725
+ }
1726
+ }
1727
+
1728
+ this.completionsDefined = true;
1729
+ };
1730
+
1731
+ this.getCompletions = function(state, session, pos, prefix) {
1732
+ if (!this.completionsDefined) {
1733
+ this.defineCompletions();
1734
+ }
1735
+
1736
+ var token = session.getTokenAt(pos.row, pos.column);
1737
+
1738
+ if (!token)
1739
+ return [];
1740
+ if (state==='ruleset'){
1741
+ var line = session.getLine(pos.row).substr(0, pos.column);
1742
+ if (/:[^;]+$/.test(line)) {
1743
+ /([\w\-]+):[^:]*$/.test(line);
1744
+
1745
+ return this.getPropertyValueCompletions(state, session, pos, prefix);
1746
+ } else {
1747
+ return this.getPropertyCompletions(state, session, pos, prefix);
1748
+ }
1749
+ }
1750
+
1751
+ return [];
1752
+ };
1753
+
1754
+ this.getPropertyCompletions = function(state, session, pos, prefix) {
1755
+ var properties = Object.keys(propertyMap);
1756
+ return properties.map(function(property){
1757
+ return {
1758
+ caption: property,
1759
+ snippet: property + ': $0;',
1760
+ meta: "property",
1761
+ score: 1000000
1762
+ };
1763
+ });
1764
+ };
1765
+
1766
+ this.getPropertyValueCompletions = function(state, session, pos, prefix) {
1767
+ var line = session.getLine(pos.row).substr(0, pos.column);
1768
+ var property = (/([\w\-]+):[^:]*$/.exec(line) || {})[1];
1769
+
1770
+ if (!property)
1771
+ return [];
1772
+ var values = [];
1773
+ if (property in propertyMap && typeof propertyMap[property] === "object") {
1774
+ values = Object.keys(propertyMap[property]);
1775
+ }
1776
+ return values.map(function(value){
1777
+ return {
1778
+ caption: value,
1779
+ snippet: value,
1780
+ meta: "property value",
1781
+ score: 1000000
1782
+ };
1783
+ });
1784
+ };
1785
+
1786
+ }).call(CssCompletions.prototype);
1787
+
1788
+ exports.CssCompletions = CssCompletions;
1789
+ });
1790
+
1791
+ define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"], function(require, exports, module) {
1792
+ "use strict";
1793
+
1794
+ var oop = require("../../lib/oop");
1795
+ var Behaviour = require("../behaviour").Behaviour;
1796
+ var CstyleBehaviour = require("./cstyle").CstyleBehaviour;
1797
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1798
+
1799
+ var CssBehaviour = function () {
1800
+
1801
+ this.inherit(CstyleBehaviour);
1802
+
1803
+ this.add("colon", "insertion", function (state, action, editor, session, text) {
1804
+ if (text === ':' && editor.selection.isEmpty()) {
1805
+ var cursor = editor.getCursorPosition();
1806
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1807
+ var token = iterator.getCurrentToken();
1808
+ if (token && token.value.match(/\s+/)) {
1809
+ token = iterator.stepBackward();
1810
+ }
1811
+ if (token && token.type === 'support.type') {
1812
+ var line = session.doc.getLine(cursor.row);
1813
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1814
+ if (rightChar === ':') {
1815
+ return {
1816
+ text: '',
1817
+ selection: [1, 1]
1818
+ };
1819
+ }
1820
+ if (/^(\s+[^;]|\s*$)/.test(line.substring(cursor.column))) {
1821
+ return {
1822
+ text: ':;',
1823
+ selection: [1, 1]
1824
+ };
1825
+ }
1826
+ }
1827
+ }
1828
+ });
1829
+
1830
+ this.add("colon", "deletion", function (state, action, editor, session, range) {
1831
+ var selected = session.doc.getTextRange(range);
1832
+ if (!range.isMultiLine() && selected === ':') {
1833
+ var cursor = editor.getCursorPosition();
1834
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1835
+ var token = iterator.getCurrentToken();
1836
+ if (token && token.value.match(/\s+/)) {
1837
+ token = iterator.stepBackward();
1838
+ }
1839
+ if (token && token.type === 'support.type') {
1840
+ var line = session.doc.getLine(range.start.row);
1841
+ var rightChar = line.substring(range.end.column, range.end.column + 1);
1842
+ if (rightChar === ';') {
1843
+ range.end.column ++;
1844
+ return range;
1845
+ }
1846
+ }
1847
+ }
1848
+ });
1849
+
1850
+ this.add("semicolon", "insertion", function (state, action, editor, session, text) {
1851
+ if (text === ';' && editor.selection.isEmpty()) {
1852
+ var cursor = editor.getCursorPosition();
1853
+ var line = session.doc.getLine(cursor.row);
1854
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1855
+ if (rightChar === ';') {
1856
+ return {
1857
+ text: '',
1858
+ selection: [1, 1]
1859
+ };
1860
+ }
1861
+ }
1862
+ });
1863
+
1864
+ this.add("!important", "insertion", function (state, action, editor, session, text) {
1865
+ if (text === '!' && editor.selection.isEmpty()) {
1866
+ var cursor = editor.getCursorPosition();
1867
+ var line = session.doc.getLine(cursor.row);
1868
+
1869
+ if (/^\s*(;|}|$)/.test(line.substring(cursor.column))) {
1870
+ return {
1871
+ text: '!important',
1872
+ selection: [10, 10]
1873
+ };
1874
+ }
1875
+ }
1876
+ });
1877
+
1878
+ };
1879
+ oop.inherits(CssBehaviour, CstyleBehaviour);
1880
+
1881
+ exports.CssBehaviour = CssBehaviour;
1882
+ });
1883
+
1884
+ define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"], function(require, exports, module) {
1885
+ "use strict";
1886
+
1887
+ var oop = require("../lib/oop");
1888
+ var TextMode = require("./text").Mode;
1889
+ var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
1890
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1891
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
1892
+ var CssCompletions = require("./css_completions").CssCompletions;
1893
+ var CssBehaviour = require("./behaviour/css").CssBehaviour;
1894
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1895
+
1896
+ var Mode = function() {
1897
+ this.HighlightRules = CssHighlightRules;
1898
+ this.$outdent = new MatchingBraceOutdent();
1899
+ this.$behaviour = new CssBehaviour();
1900
+ this.$completer = new CssCompletions();
1901
+ this.foldingRules = new CStyleFoldMode();
1902
+ };
1903
+ oop.inherits(Mode, TextMode);
1904
+
1905
+ (function() {
1906
+
1907
+ this.foldingRules = "cStyle";
1908
+ this.blockComment = {start: "/*", end: "*/"};
1909
+
1910
+ this.getNextLineIndent = function(state, line, tab) {
1911
+ var indent = this.$getIndent(line);
1912
+ var tokens = this.getTokenizer().getLineTokens(line, state).tokens;
1913
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
1914
+ return indent;
1915
+ }
1916
+
1917
+ var match = line.match(/^.*\{\s*$/);
1918
+ if (match) {
1919
+ indent += tab;
1920
+ }
1921
+
1922
+ return indent;
1923
+ };
1924
+
1925
+ this.checkOutdent = function(state, line, input) {
1926
+ return this.$outdent.checkOutdent(line, input);
1927
+ };
1928
+
1929
+ this.autoOutdent = function(state, doc, row) {
1930
+ this.$outdent.autoOutdent(doc, row);
1931
+ };
1932
+
1933
+ this.getCompletions = function(state, session, pos, prefix) {
1934
+ return this.$completer.getCompletions(state, session, pos, prefix);
1935
+ };
1936
+
1937
+ this.createWorker = function(session) {
1938
+ var worker = new WorkerClient(["ace"], "ace/mode/css_worker", "Worker");
1939
+ worker.attachToDocument(session.getDocument());
1940
+
1941
+ worker.on("annotate", function(e) {
1942
+ session.setAnnotations(e.data);
1943
+ });
1944
+
1945
+ worker.on("terminate", function() {
1946
+ session.clearAnnotations();
1947
+ });
1948
+
1949
+ return worker;
1950
+ };
1951
+
1952
+ this.$id = "ace/mode/css";
1953
+ }).call(Mode.prototype);
1954
+
1955
+ exports.Mode = Mode;
1956
+
1957
+ });
1958
+
1959
+ define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
1960
+ "use strict";
1961
+
1962
+ var oop = require("../../lib/oop");
1963
+ var Behaviour = require("../behaviour").Behaviour;
1964
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1965
+ var lang = require("../../lib/lang");
1966
+
1967
+ function is(token, type) {
1968
+ return token && token.type.lastIndexOf(type + ".xml") > -1;
1969
+ }
1970
+
1971
+ var XmlBehaviour = function () {
1972
+
1973
+ this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
1974
+ if (text == '"' || text == "'") {
1975
+ var quote = text;
1976
+ var selected = session.doc.getTextRange(editor.getSelectionRange());
1977
+ if (selected !== "" && selected !== "'" && selected != '"' && editor.getWrapBehavioursEnabled()) {
1978
+ return {
1979
+ text: quote + selected + quote,
1980
+ selection: false
1981
+ };
1982
+ }
1983
+
1984
+ var cursor = editor.getCursorPosition();
1985
+ var line = session.doc.getLine(cursor.row);
1986
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1987
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1988
+ var token = iterator.getCurrentToken();
1989
+
1990
+ if (rightChar == quote && (is(token, "attribute-value") || is(token, "string"))) {
1991
+ return {
1992
+ text: "",
1993
+ selection: [1, 1]
1994
+ };
1995
+ }
1996
+
1997
+ if (!token)
1998
+ token = iterator.stepBackward();
1999
+
2000
+ if (!token)
2001
+ return;
2002
+
2003
+ while (is(token, "tag-whitespace") || is(token, "whitespace")) {
2004
+ token = iterator.stepBackward();
2005
+ }
2006
+ var rightSpace = !rightChar || rightChar.match(/\s/);
2007
+ if (is(token, "attribute-equals") && (rightSpace || rightChar == '>') || (is(token, "decl-attribute-equals") && (rightSpace || rightChar == '?'))) {
2008
+ return {
2009
+ text: quote + quote,
2010
+ selection: [1, 1]
2011
+ };
2012
+ }
2013
+ }
2014
+ });
2015
+
2016
+ this.add("string_dquotes", "deletion", function(state, action, editor, session, range) {
2017
+ var selected = session.doc.getTextRange(range);
2018
+ if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
2019
+ var line = session.doc.getLine(range.start.row);
2020
+ var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
2021
+ if (rightChar == selected) {
2022
+ range.end.column++;
2023
+ return range;
2024
+ }
2025
+ }
2026
+ });
2027
+
2028
+ this.add("autoclosing", "insertion", function (state, action, editor, session, text) {
2029
+ if (text == '>') {
2030
+ var position = editor.getSelectionRange().start;
2031
+ var iterator = new TokenIterator(session, position.row, position.column);
2032
+ var token = iterator.getCurrentToken() || iterator.stepBackward();
2033
+ if (!token || !(is(token, "tag-name") || is(token, "tag-whitespace") || is(token, "attribute-name") || is(token, "attribute-equals") || is(token, "attribute-value")))
2034
+ return;
2035
+ if (is(token, "reference.attribute-value"))
2036
+ return;
2037
+ if (is(token, "attribute-value")) {
2038
+ var tokenEndColumn = iterator.getCurrentTokenColumn() + token.value.length;
2039
+ if (position.column < tokenEndColumn)
2040
+ return;
2041
+ if (position.column == tokenEndColumn) {
2042
+ var nextToken = iterator.stepForward();
2043
+ if (nextToken && is(nextToken, "attribute-value"))
2044
+ return;
2045
+ iterator.stepBackward();
2046
+ }
2047
+ }
2048
+
2049
+ if (/^\s*>/.test(session.getLine(position.row).slice(position.column)))
2050
+ return;
2051
+ while (!is(token, "tag-name")) {
2052
+ token = iterator.stepBackward();
2053
+ if (token.value == "<") {
2054
+ token = iterator.stepForward();
2055
+ break;
2056
+ }
2057
+ }
2058
+
2059
+ var tokenRow = iterator.getCurrentTokenRow();
2060
+ var tokenColumn = iterator.getCurrentTokenColumn();
2061
+ if (is(iterator.stepBackward(), "end-tag-open"))
2062
+ return;
2063
+
2064
+ var element = token.value;
2065
+ if (tokenRow == position.row)
2066
+ element = element.substring(0, position.column - tokenColumn);
2067
+
2068
+ if (this.voidElements.hasOwnProperty(element.toLowerCase()))
2069
+ return;
2070
+
2071
+ return {
2072
+ text: ">" + "</" + element + ">",
2073
+ selection: [1, 1]
2074
+ };
2075
+ }
2076
+ });
2077
+
2078
+ this.add("autoindent", "insertion", function (state, action, editor, session, text) {
2079
+ if (text == "\n") {
2080
+ var cursor = editor.getCursorPosition();
2081
+ var line = session.getLine(cursor.row);
2082
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
2083
+ var token = iterator.getCurrentToken();
2084
+
2085
+ if (token && token.type.indexOf("tag-close") !== -1) {
2086
+ if (token.value == "/>")
2087
+ return;
2088
+ while (token && token.type.indexOf("tag-name") === -1) {
2089
+ token = iterator.stepBackward();
2090
+ }
2091
+
2092
+ if (!token) {
2093
+ return;
2094
+ }
2095
+
2096
+ var tag = token.value;
2097
+ var row = iterator.getCurrentTokenRow();
2098
+ token = iterator.stepBackward();
2099
+ if (!token || token.type.indexOf("end-tag") !== -1) {
2100
+ return;
2101
+ }
2102
+
2103
+ if (this.voidElements && !this.voidElements[tag]) {
2104
+ var nextToken = session.getTokenAt(cursor.row, cursor.column+1);
2105
+ var line = session.getLine(row);
2106
+ var nextIndent = this.$getIndent(line);
2107
+ var indent = nextIndent + session.getTabString();
2108
+
2109
+ if (nextToken && nextToken.value === "</") {
2110
+ return {
2111
+ text: "\n" + indent + "\n" + nextIndent,
2112
+ selection: [1, indent.length, 1, indent.length]
2113
+ };
2114
+ } else {
2115
+ return {
2116
+ text: "\n" + indent
2117
+ };
2118
+ }
2119
+ }
2120
+ }
2121
+ }
2122
+ });
2123
+
2124
+ };
2125
+
2126
+ oop.inherits(XmlBehaviour, Behaviour);
2127
+
2128
+ exports.XmlBehaviour = XmlBehaviour;
2129
+ });
2130
+
2131
+ define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"], function(require, exports, module) {
2132
+ "use strict";
2133
+
2134
+ var oop = require("../../lib/oop");
2135
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2136
+
2137
+ var FoldMode = exports.FoldMode = function(defaultMode, subModes) {
2138
+ this.defaultMode = defaultMode;
2139
+ this.subModes = subModes;
2140
+ };
2141
+ oop.inherits(FoldMode, BaseFoldMode);
2142
+
2143
+ (function() {
2144
+
2145
+
2146
+ this.$getMode = function(state) {
2147
+ if (typeof state != "string")
2148
+ state = state[0];
2149
+ for (var key in this.subModes) {
2150
+ if (state.indexOf(key) === 0)
2151
+ return this.subModes[key];
2152
+ }
2153
+ return null;
2154
+ };
2155
+
2156
+ this.$tryMode = function(state, session, foldStyle, row) {
2157
+ var mode = this.$getMode(state);
2158
+ return (mode ? mode.getFoldWidget(session, foldStyle, row) : "");
2159
+ };
2160
+
2161
+ this.getFoldWidget = function(session, foldStyle, row) {
2162
+ return (
2163
+ this.$tryMode(session.getState(row-1), session, foldStyle, row) ||
2164
+ this.$tryMode(session.getState(row), session, foldStyle, row) ||
2165
+ this.defaultMode.getFoldWidget(session, foldStyle, row)
2166
+ );
2167
+ };
2168
+
2169
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2170
+ var mode = this.$getMode(session.getState(row-1));
2171
+
2172
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
2173
+ mode = this.$getMode(session.getState(row));
2174
+
2175
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
2176
+ mode = this.defaultMode;
2177
+
2178
+ return mode.getFoldWidgetRange(session, foldStyle, row);
2179
+ };
2180
+
2181
+ }).call(FoldMode.prototype);
2182
+
2183
+ });
2184
+
2185
+ define("ace/mode/folding/xml",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/range","ace/mode/folding/fold_mode","ace/token_iterator"], function(require, exports, module) {
2186
+ "use strict";
2187
+
2188
+ var oop = require("../../lib/oop");
2189
+ var lang = require("../../lib/lang");
2190
+ var Range = require("../../range").Range;
2191
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2192
+ var TokenIterator = require("../../token_iterator").TokenIterator;
2193
+
2194
+ var FoldMode = exports.FoldMode = function(voidElements, optionalEndTags) {
2195
+ BaseFoldMode.call(this);
2196
+ this.voidElements = voidElements || {};
2197
+ this.optionalEndTags = oop.mixin({}, this.voidElements);
2198
+ if (optionalEndTags)
2199
+ oop.mixin(this.optionalEndTags, optionalEndTags);
2200
+
2201
+ };
2202
+ oop.inherits(FoldMode, BaseFoldMode);
2203
+
2204
+ var Tag = function() {
2205
+ this.tagName = "";
2206
+ this.closing = false;
2207
+ this.selfClosing = false;
2208
+ this.start = {row: 0, column: 0};
2209
+ this.end = {row: 0, column: 0};
2210
+ };
2211
+
2212
+ function is(token, type) {
2213
+ return token.type.lastIndexOf(type + ".xml") > -1;
2214
+ }
2215
+
2216
+ (function() {
2217
+
2218
+ this.getFoldWidget = function(session, foldStyle, row) {
2219
+ var tag = this._getFirstTagInLine(session, row);
2220
+
2221
+ if (!tag)
2222
+ return this.getCommentFoldWidget(session, row);
2223
+
2224
+ if (tag.closing || (!tag.tagName && tag.selfClosing))
2225
+ return foldStyle == "markbeginend" ? "end" : "";
2226
+
2227
+ if (!tag.tagName || tag.selfClosing || this.voidElements.hasOwnProperty(tag.tagName.toLowerCase()))
2228
+ return "";
2229
+
2230
+ if (this._findEndTagInLine(session, row, tag.tagName, tag.end.column))
2231
+ return "";
2232
+
2233
+ return "start";
2234
+ };
2235
+
2236
+ this.getCommentFoldWidget = function(session, row) {
2237
+ if (/comment/.test(session.getState(row)) && /<!-/.test(session.getLine(row)))
2238
+ return "start";
2239
+ return "";
2240
+ };
2241
+ this._getFirstTagInLine = function(session, row) {
2242
+ var tokens = session.getTokens(row);
2243
+ var tag = new Tag();
2244
+
2245
+ for (var i = 0; i < tokens.length; i++) {
2246
+ var token = tokens[i];
2247
+ if (is(token, "tag-open")) {
2248
+ tag.end.column = tag.start.column + token.value.length;
2249
+ tag.closing = is(token, "end-tag-open");
2250
+ token = tokens[++i];
2251
+ if (!token)
2252
+ return null;
2253
+ tag.tagName = token.value;
2254
+ tag.end.column += token.value.length;
2255
+ for (i++; i < tokens.length; i++) {
2256
+ token = tokens[i];
2257
+ tag.end.column += token.value.length;
2258
+ if (is(token, "tag-close")) {
2259
+ tag.selfClosing = token.value == '/>';
2260
+ break;
2261
+ }
2262
+ }
2263
+ return tag;
2264
+ } else if (is(token, "tag-close")) {
2265
+ tag.selfClosing = token.value == '/>';
2266
+ return tag;
2267
+ }
2268
+ tag.start.column += token.value.length;
2269
+ }
2270
+
2271
+ return null;
2272
+ };
2273
+
2274
+ this._findEndTagInLine = function(session, row, tagName, startColumn) {
2275
+ var tokens = session.getTokens(row);
2276
+ var column = 0;
2277
+ for (var i = 0; i < tokens.length; i++) {
2278
+ var token = tokens[i];
2279
+ column += token.value.length;
2280
+ if (column < startColumn)
2281
+ continue;
2282
+ if (is(token, "end-tag-open")) {
2283
+ token = tokens[i + 1];
2284
+ if (token && token.value == tagName)
2285
+ return true;
2286
+ }
2287
+ }
2288
+ return false;
2289
+ };
2290
+ this._readTagForward = function(iterator) {
2291
+ var token = iterator.getCurrentToken();
2292
+ if (!token)
2293
+ return null;
2294
+
2295
+ var tag = new Tag();
2296
+ do {
2297
+ if (is(token, "tag-open")) {
2298
+ tag.closing = is(token, "end-tag-open");
2299
+ tag.start.row = iterator.getCurrentTokenRow();
2300
+ tag.start.column = iterator.getCurrentTokenColumn();
2301
+ } else if (is(token, "tag-name")) {
2302
+ tag.tagName = token.value;
2303
+ } else if (is(token, "tag-close")) {
2304
+ tag.selfClosing = token.value == "/>";
2305
+ tag.end.row = iterator.getCurrentTokenRow();
2306
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
2307
+ iterator.stepForward();
2308
+ return tag;
2309
+ }
2310
+ } while(token = iterator.stepForward());
2311
+
2312
+ return null;
2313
+ };
2314
+
2315
+ this._readTagBackward = function(iterator) {
2316
+ var token = iterator.getCurrentToken();
2317
+ if (!token)
2318
+ return null;
2319
+
2320
+ var tag = new Tag();
2321
+ do {
2322
+ if (is(token, "tag-open")) {
2323
+ tag.closing = is(token, "end-tag-open");
2324
+ tag.start.row = iterator.getCurrentTokenRow();
2325
+ tag.start.column = iterator.getCurrentTokenColumn();
2326
+ iterator.stepBackward();
2327
+ return tag;
2328
+ } else if (is(token, "tag-name")) {
2329
+ tag.tagName = token.value;
2330
+ } else if (is(token, "tag-close")) {
2331
+ tag.selfClosing = token.value == "/>";
2332
+ tag.end.row = iterator.getCurrentTokenRow();
2333
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
2334
+ }
2335
+ } while(token = iterator.stepBackward());
2336
+
2337
+ return null;
2338
+ };
2339
+
2340
+ this._pop = function(stack, tag) {
2341
+ while (stack.length) {
2342
+
2343
+ var top = stack[stack.length-1];
2344
+ if (!tag || top.tagName == tag.tagName) {
2345
+ return stack.pop();
2346
+ }
2347
+ else if (this.optionalEndTags.hasOwnProperty(top.tagName)) {
2348
+ stack.pop();
2349
+ continue;
2350
+ } else {
2351
+ return null;
2352
+ }
2353
+ }
2354
+ };
2355
+
2356
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2357
+ var firstTag = this._getFirstTagInLine(session, row);
2358
+
2359
+ if (!firstTag) {
2360
+ return this.getCommentFoldWidget(session, row)
2361
+ && session.getCommentFoldRange(row, session.getLine(row).length);
2362
+ }
2363
+
2364
+ var isBackward = firstTag.closing || firstTag.selfClosing;
2365
+ var stack = [];
2366
+ var tag;
2367
+
2368
+ if (!isBackward) {
2369
+ var iterator = new TokenIterator(session, row, firstTag.start.column);
2370
+ var start = {
2371
+ row: row,
2372
+ column: firstTag.start.column + firstTag.tagName.length + 2
2373
+ };
2374
+ if (firstTag.start.row == firstTag.end.row)
2375
+ start.column = firstTag.end.column;
2376
+ while (tag = this._readTagForward(iterator)) {
2377
+ if (tag.selfClosing) {
2378
+ if (!stack.length) {
2379
+ tag.start.column += tag.tagName.length + 2;
2380
+ tag.end.column -= 2;
2381
+ return Range.fromPoints(tag.start, tag.end);
2382
+ } else
2383
+ continue;
2384
+ }
2385
+
2386
+ if (tag.closing) {
2387
+ this._pop(stack, tag);
2388
+ if (stack.length == 0)
2389
+ return Range.fromPoints(start, tag.start);
2390
+ }
2391
+ else {
2392
+ stack.push(tag);
2393
+ }
2394
+ }
2395
+ }
2396
+ else {
2397
+ var iterator = new TokenIterator(session, row, firstTag.end.column);
2398
+ var end = {
2399
+ row: row,
2400
+ column: firstTag.start.column
2401
+ };
2402
+
2403
+ while (tag = this._readTagBackward(iterator)) {
2404
+ if (tag.selfClosing) {
2405
+ if (!stack.length) {
2406
+ tag.start.column += tag.tagName.length + 2;
2407
+ tag.end.column -= 2;
2408
+ return Range.fromPoints(tag.start, tag.end);
2409
+ } else
2410
+ continue;
2411
+ }
2412
+
2413
+ if (!tag.closing) {
2414
+ this._pop(stack, tag);
2415
+ if (stack.length == 0) {
2416
+ tag.start.column += tag.tagName.length + 2;
2417
+ if (tag.start.row == tag.end.row && tag.start.column < tag.end.column)
2418
+ tag.start.column = tag.end.column;
2419
+ return Range.fromPoints(tag.start, end);
2420
+ }
2421
+ }
2422
+ else {
2423
+ stack.push(tag);
2424
+ }
2425
+ }
2426
+ }
2427
+
2428
+ };
2429
+
2430
+ }).call(FoldMode.prototype);
2431
+
2432
+ });
2433
+
2434
+ define("ace/mode/folding/html",["require","exports","module","ace/lib/oop","ace/mode/folding/mixed","ace/mode/folding/xml","ace/mode/folding/cstyle"], function(require, exports, module) {
2435
+ "use strict";
2436
+
2437
+ var oop = require("../../lib/oop");
2438
+ var MixedFoldMode = require("./mixed").FoldMode;
2439
+ var XmlFoldMode = require("./xml").FoldMode;
2440
+ var CStyleFoldMode = require("./cstyle").FoldMode;
2441
+
2442
+ var FoldMode = exports.FoldMode = function(voidElements, optionalTags) {
2443
+ MixedFoldMode.call(this, new XmlFoldMode(voidElements, optionalTags), {
2444
+ "js-": new CStyleFoldMode(),
2445
+ "css-": new CStyleFoldMode()
2446
+ });
2447
+ };
2448
+
2449
+ oop.inherits(FoldMode, MixedFoldMode);
2450
+
2451
+ });
2452
+
2453
+ define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"], function(require, exports, module) {
2454
+ "use strict";
2455
+
2456
+ var TokenIterator = require("../token_iterator").TokenIterator;
2457
+
2458
+ var commonAttributes = [
2459
+ "accesskey",
2460
+ "class",
2461
+ "contenteditable",
2462
+ "contextmenu",
2463
+ "dir",
2464
+ "draggable",
2465
+ "dropzone",
2466
+ "hidden",
2467
+ "id",
2468
+ "inert",
2469
+ "itemid",
2470
+ "itemprop",
2471
+ "itemref",
2472
+ "itemscope",
2473
+ "itemtype",
2474
+ "lang",
2475
+ "spellcheck",
2476
+ "style",
2477
+ "tabindex",
2478
+ "title",
2479
+ "translate"
2480
+ ];
2481
+
2482
+ var eventAttributes = [
2483
+ "onabort",
2484
+ "onblur",
2485
+ "oncancel",
2486
+ "oncanplay",
2487
+ "oncanplaythrough",
2488
+ "onchange",
2489
+ "onclick",
2490
+ "onclose",
2491
+ "oncontextmenu",
2492
+ "oncuechange",
2493
+ "ondblclick",
2494
+ "ondrag",
2495
+ "ondragend",
2496
+ "ondragenter",
2497
+ "ondragleave",
2498
+ "ondragover",
2499
+ "ondragstart",
2500
+ "ondrop",
2501
+ "ondurationchange",
2502
+ "onemptied",
2503
+ "onended",
2504
+ "onerror",
2505
+ "onfocus",
2506
+ "oninput",
2507
+ "oninvalid",
2508
+ "onkeydown",
2509
+ "onkeypress",
2510
+ "onkeyup",
2511
+ "onload",
2512
+ "onloadeddata",
2513
+ "onloadedmetadata",
2514
+ "onloadstart",
2515
+ "onmousedown",
2516
+ "onmousemove",
2517
+ "onmouseout",
2518
+ "onmouseover",
2519
+ "onmouseup",
2520
+ "onmousewheel",
2521
+ "onpause",
2522
+ "onplay",
2523
+ "onplaying",
2524
+ "onprogress",
2525
+ "onratechange",
2526
+ "onreset",
2527
+ "onscroll",
2528
+ "onseeked",
2529
+ "onseeking",
2530
+ "onselect",
2531
+ "onshow",
2532
+ "onstalled",
2533
+ "onsubmit",
2534
+ "onsuspend",
2535
+ "ontimeupdate",
2536
+ "onvolumechange",
2537
+ "onwaiting"
2538
+ ];
2539
+
2540
+ var globalAttributes = commonAttributes.concat(eventAttributes);
2541
+
2542
+ var attributeMap = {
2543
+ "a": {"href": 1, "target": {"_blank": 1, "top": 1}, "ping": 1, "rel": {"nofollow": 1, "alternate": 1, "author": 1, "bookmark": 1, "help": 1, "license": 1, "next": 1, "noreferrer": 1, "prefetch": 1, "prev": 1, "search": 1, "tag": 1}, "media": 1, "hreflang": 1, "type": 1},
2544
+ "abbr": {},
2545
+ "address": {},
2546
+ "area": {"shape": 1, "coords": 1, "href": 1, "hreflang": 1, "alt": 1, "target": 1, "media": 1, "rel": 1, "ping": 1, "type": 1},
2547
+ "article": {"pubdate": 1},
2548
+ "aside": {},
2549
+ "audio": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1 }},
2550
+ "b": {},
2551
+ "base": {"href": 1, "target": 1},
2552
+ "bdi": {},
2553
+ "bdo": {},
2554
+ "blockquote": {"cite": 1},
2555
+ "body": {"onafterprint": 1, "onbeforeprint": 1, "onbeforeunload": 1, "onhashchange": 1, "onmessage": 1, "onoffline": 1, "onpopstate": 1, "onredo": 1, "onresize": 1, "onstorage": 1, "onundo": 1, "onunload": 1},
2556
+ "br": {},
2557
+ "button": {"autofocus": 1, "disabled": {"disabled": 1}, "form": 1, "formaction": 1, "formenctype": 1, "formmethod": 1, "formnovalidate": 1, "formtarget": 1, "name": 1, "value": 1, "type": {"button": 1, "submit": 1}},
2558
+ "canvas": {"width": 1, "height": 1},
2559
+ "caption": {},
2560
+ "cite": {},
2561
+ "code": {},
2562
+ "col": {"span": 1},
2563
+ "colgroup": {"span": 1},
2564
+ "command": {"type": 1, "label": 1, "icon": 1, "disabled": 1, "checked": 1, "radiogroup": 1, "command": 1},
2565
+ "data": {},
2566
+ "datalist": {},
2567
+ "dd": {},
2568
+ "del": {"cite": 1, "datetime": 1},
2569
+ "details": {"open": 1},
2570
+ "dfn": {},
2571
+ "dialog": {"open": 1},
2572
+ "div": {},
2573
+ "dl": {},
2574
+ "dt": {},
2575
+ "em": {},
2576
+ "embed": {"src": 1, "height": 1, "width": 1, "type": 1},
2577
+ "fieldset": {"disabled": 1, "form": 1, "name": 1},
2578
+ "figcaption": {},
2579
+ "figure": {},
2580
+ "footer": {},
2581
+ "form": {"accept-charset": 1, "action": 1, "autocomplete": 1, "enctype": {"multipart/form-data": 1, "application/x-www-form-urlencoded": 1}, "method": {"get": 1, "post": 1}, "name": 1, "novalidate": 1, "target": {"_blank": 1, "top": 1}},
2582
+ "h1": {},
2583
+ "h2": {},
2584
+ "h3": {},
2585
+ "h4": {},
2586
+ "h5": {},
2587
+ "h6": {},
2588
+ "head": {},
2589
+ "header": {},
2590
+ "hr": {},
2591
+ "html": {"manifest": 1},
2592
+ "i": {},
2593
+ "iframe": {"name": 1, "src": 1, "height": 1, "width": 1, "sandbox": {"allow-same-origin": 1, "allow-top-navigation": 1, "allow-forms": 1, "allow-scripts": 1}, "seamless": {"seamless": 1}},
2594
+ "img": {"alt": 1, "src": 1, "height": 1, "width": 1, "usemap": 1, "ismap": 1},
2595
+ "input": {
2596
+ "type": {"text": 1, "password": 1, "hidden": 1, "checkbox": 1, "submit": 1, "radio": 1, "file": 1, "button": 1, "reset": 1, "image": 31, "color": 1, "date": 1, "datetime": 1, "datetime-local": 1, "email": 1, "month": 1, "number": 1, "range": 1, "search": 1, "tel": 1, "time": 1, "url": 1, "week": 1},
2597
+ "accept": 1, "alt": 1, "autocomplete": {"on": 1, "off": 1}, "autofocus": {"autofocus": 1}, "checked": {"checked": 1}, "disabled": {"disabled": 1}, "form": 1, "formaction": 1, "formenctype": {"application/x-www-form-urlencoded": 1, "multipart/form-data": 1, "text/plain": 1}, "formmethod": {"get": 1, "post": 1}, "formnovalidate": {"formnovalidate": 1}, "formtarget": {"_blank": 1, "_self": 1, "_parent": 1, "_top": 1}, "height": 1, "list": 1, "max": 1, "maxlength": 1, "min": 1, "multiple": {"multiple": 1}, "name": 1, "pattern": 1, "placeholder": 1, "readonly": {"readonly": 1}, "required": {"required": 1}, "size": 1, "src": 1, "step": 1, "width": 1, "files": 1, "value": 1},
2598
+ "ins": {"cite": 1, "datetime": 1},
2599
+ "kbd": {},
2600
+ "keygen": {"autofocus": 1, "challenge": {"challenge": 1}, "disabled": {"disabled": 1}, "form": 1, "keytype": {"rsa": 1, "dsa": 1, "ec": 1}, "name": 1},
2601
+ "label": {"form": 1, "for": 1},
2602
+ "legend": {},
2603
+ "li": {"value": 1},
2604
+ "link": {"href": 1, "hreflang": 1, "rel": {"stylesheet": 1, "icon": 1}, "media": {"all": 1, "screen": 1, "print": 1}, "type": {"text/css": 1, "image/png": 1, "image/jpeg": 1, "image/gif": 1}, "sizes": 1},
2605
+ "main": {},
2606
+ "map": {"name": 1},
2607
+ "mark": {},
2608
+ "math": {},
2609
+ "menu": {"type": 1, "label": 1},
2610
+ "meta": {"http-equiv": {"content-type": 1}, "name": {"description": 1, "keywords": 1}, "content": {"text/html; charset=UTF-8": 1}, "charset": 1},
2611
+ "meter": {"value": 1, "min": 1, "max": 1, "low": 1, "high": 1, "optimum": 1},
2612
+ "nav": {},
2613
+ "noscript": {"href": 1},
2614
+ "object": {"param": 1, "data": 1, "type": 1, "height" : 1, "width": 1, "usemap": 1, "name": 1, "form": 1, "classid": 1},
2615
+ "ol": {"start": 1, "reversed": 1},
2616
+ "optgroup": {"disabled": 1, "label": 1},
2617
+ "option": {"disabled": 1, "selected": 1, "label": 1, "value": 1},
2618
+ "output": {"for": 1, "form": 1, "name": 1},
2619
+ "p": {},
2620
+ "param": {"name": 1, "value": 1},
2621
+ "pre": {},
2622
+ "progress": {"value": 1, "max": 1},
2623
+ "q": {"cite": 1},
2624
+ "rp": {},
2625
+ "rt": {},
2626
+ "ruby": {},
2627
+ "s": {},
2628
+ "samp": {},
2629
+ "script": {"charset": 1, "type": {"text/javascript": 1}, "src": 1, "defer": 1, "async": 1},
2630
+ "select": {"autofocus": 1, "disabled": 1, "form": 1, "multiple": {"multiple": 1}, "name": 1, "size": 1, "readonly":{"readonly": 1}},
2631
+ "small": {},
2632
+ "source": {"src": 1, "type": 1, "media": 1},
2633
+ "span": {},
2634
+ "strong": {},
2635
+ "style": {"type": 1, "media": {"all": 1, "screen": 1, "print": 1}, "scoped": 1},
2636
+ "sub": {},
2637
+ "sup": {},
2638
+ "svg": {},
2639
+ "table": {"summary": 1},
2640
+ "tbody": {},
2641
+ "td": {"headers": 1, "rowspan": 1, "colspan": 1},
2642
+ "textarea": {"autofocus": {"autofocus": 1}, "disabled": {"disabled": 1}, "form": 1, "maxlength": 1, "name": 1, "placeholder": 1, "readonly": {"readonly": 1}, "required": {"required": 1}, "rows": 1, "cols": 1, "wrap": {"on": 1, "off": 1, "hard": 1, "soft": 1}},
2643
+ "tfoot": {},
2644
+ "th": {"headers": 1, "rowspan": 1, "colspan": 1, "scope": 1},
2645
+ "thead": {},
2646
+ "time": {"datetime": 1},
2647
+ "title": {},
2648
+ "tr": {},
2649
+ "track": {"kind": 1, "src": 1, "srclang": 1, "label": 1, "default": 1},
2650
+ "section": {},
2651
+ "summary": {},
2652
+ "u": {},
2653
+ "ul": {},
2654
+ "var": {},
2655
+ "video": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "width": 1, "height": 1, "poster": 1, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1}},
2656
+ "wbr": {}
2657
+ };
2658
+
2659
+ var elements = Object.keys(attributeMap);
2660
+
2661
+ function is(token, type) {
2662
+ return token.type.lastIndexOf(type + ".xml") > -1;
2663
+ }
2664
+
2665
+ function findTagName(session, pos) {
2666
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2667
+ var token = iterator.getCurrentToken();
2668
+ while (token && !is(token, "tag-name")){
2669
+ token = iterator.stepBackward();
2670
+ }
2671
+ if (token)
2672
+ return token.value;
2673
+ }
2674
+
2675
+ function findAttributeName(session, pos) {
2676
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2677
+ var token = iterator.getCurrentToken();
2678
+ while (token && !is(token, "attribute-name")){
2679
+ token = iterator.stepBackward();
2680
+ }
2681
+ if (token)
2682
+ return token.value;
2683
+ }
2684
+
2685
+ var HtmlCompletions = function() {
2686
+
2687
+ };
2688
+
2689
+ (function() {
2690
+
2691
+ this.getCompletions = function(state, session, pos, prefix) {
2692
+ var token = session.getTokenAt(pos.row, pos.column);
2693
+
2694
+ if (!token)
2695
+ return [];
2696
+ if (is(token, "tag-name") || is(token, "tag-open") || is(token, "end-tag-open"))
2697
+ return this.getTagCompletions(state, session, pos, prefix);
2698
+ if (is(token, "tag-whitespace") || is(token, "attribute-name"))
2699
+ return this.getAttributeCompletions(state, session, pos, prefix);
2700
+ if (is(token, "attribute-value"))
2701
+ return this.getAttributeValueCompletions(state, session, pos, prefix);
2702
+ var line = session.getLine(pos.row).substr(0, pos.column);
2703
+ if (/&[a-z]*$/i.test(line))
2704
+ return this.getHTMLEntityCompletions(state, session, pos, prefix);
2705
+
2706
+ return [];
2707
+ };
2708
+
2709
+ this.getTagCompletions = function(state, session, pos, prefix) {
2710
+ return elements.map(function(element){
2711
+ return {
2712
+ value: element,
2713
+ meta: "tag",
2714
+ score: 1000000
2715
+ };
2716
+ });
2717
+ };
2718
+
2719
+ this.getAttributeCompletions = function(state, session, pos, prefix) {
2720
+ var tagName = findTagName(session, pos);
2721
+ if (!tagName)
2722
+ return [];
2723
+ var attributes = globalAttributes;
2724
+ if (tagName in attributeMap) {
2725
+ attributes = attributes.concat(Object.keys(attributeMap[tagName]));
2726
+ }
2727
+ return attributes.map(function(attribute){
2728
+ return {
2729
+ caption: attribute,
2730
+ snippet: attribute + '="$0"',
2731
+ meta: "attribute",
2732
+ score: 1000000
2733
+ };
2734
+ });
2735
+ };
2736
+
2737
+ this.getAttributeValueCompletions = function(state, session, pos, prefix) {
2738
+ var tagName = findTagName(session, pos);
2739
+ var attributeName = findAttributeName(session, pos);
2740
+
2741
+ if (!tagName)
2742
+ return [];
2743
+ var values = [];
2744
+ if (tagName in attributeMap && attributeName in attributeMap[tagName] && typeof attributeMap[tagName][attributeName] === "object") {
2745
+ values = Object.keys(attributeMap[tagName][attributeName]);
2746
+ }
2747
+ return values.map(function(value){
2748
+ return {
2749
+ caption: value,
2750
+ snippet: value,
2751
+ meta: "attribute value",
2752
+ score: 1000000
2753
+ };
2754
+ });
2755
+ };
2756
+
2757
+ this.getHTMLEntityCompletions = function(state, session, pos, prefix) {
2758
+ var values = ['Aacute;', 'aacute;', 'Acirc;', 'acirc;', 'acute;', 'AElig;', 'aelig;', 'Agrave;', 'agrave;', 'alefsym;', 'Alpha;', 'alpha;', 'amp;', 'and;', 'ang;', 'Aring;', 'aring;', 'asymp;', 'Atilde;', 'atilde;', 'Auml;', 'auml;', 'bdquo;', 'Beta;', 'beta;', 'brvbar;', 'bull;', 'cap;', 'Ccedil;', 'ccedil;', 'cedil;', 'cent;', 'Chi;', 'chi;', 'circ;', 'clubs;', 'cong;', 'copy;', 'crarr;', 'cup;', 'curren;', 'Dagger;', 'dagger;', 'dArr;', 'darr;', 'deg;', 'Delta;', 'delta;', 'diams;', 'divide;', 'Eacute;', 'eacute;', 'Ecirc;', 'ecirc;', 'Egrave;', 'egrave;', 'empty;', 'emsp;', 'ensp;', 'Epsilon;', 'epsilon;', 'equiv;', 'Eta;', 'eta;', 'ETH;', 'eth;', 'Euml;', 'euml;', 'euro;', 'exist;', 'fnof;', 'forall;', 'frac12;', 'frac14;', 'frac34;', 'frasl;', 'Gamma;', 'gamma;', 'ge;', 'gt;', 'hArr;', 'harr;', 'hearts;', 'hellip;', 'Iacute;', 'iacute;', 'Icirc;', 'icirc;', 'iexcl;', 'Igrave;', 'igrave;', 'image;', 'infin;', 'int;', 'Iota;', 'iota;', 'iquest;', 'isin;', 'Iuml;', 'iuml;', 'Kappa;', 'kappa;', 'Lambda;', 'lambda;', 'lang;', 'laquo;', 'lArr;', 'larr;', 'lceil;', 'ldquo;', 'le;', 'lfloor;', 'lowast;', 'loz;', 'lrm;', 'lsaquo;', 'lsquo;', 'lt;', 'macr;', 'mdash;', 'micro;', 'middot;', 'minus;', 'Mu;', 'mu;', 'nabla;', 'nbsp;', 'ndash;', 'ne;', 'ni;', 'not;', 'notin;', 'nsub;', 'Ntilde;', 'ntilde;', 'Nu;', 'nu;', 'Oacute;', 'oacute;', 'Ocirc;', 'ocirc;', 'OElig;', 'oelig;', 'Ograve;', 'ograve;', 'oline;', 'Omega;', 'omega;', 'Omicron;', 'omicron;', 'oplus;', 'or;', 'ordf;', 'ordm;', 'Oslash;', 'oslash;', 'Otilde;', 'otilde;', 'otimes;', 'Ouml;', 'ouml;', 'para;', 'part;', 'permil;', 'perp;', 'Phi;', 'phi;', 'Pi;', 'pi;', 'piv;', 'plusmn;', 'pound;', 'Prime;', 'prime;', 'prod;', 'prop;', 'Psi;', 'psi;', 'quot;', 'radic;', 'rang;', 'raquo;', 'rArr;', 'rarr;', 'rceil;', 'rdquo;', 'real;', 'reg;', 'rfloor;', 'Rho;', 'rho;', 'rlm;', 'rsaquo;', 'rsquo;', 'sbquo;', 'Scaron;', 'scaron;', 'sdot;', 'sect;', 'shy;', 'Sigma;', 'sigma;', 'sigmaf;', 'sim;', 'spades;', 'sub;', 'sube;', 'sum;', 'sup;', 'sup1;', 'sup2;', 'sup3;', 'supe;', 'szlig;', 'Tau;', 'tau;', 'there4;', 'Theta;', 'theta;', 'thetasym;', 'thinsp;', 'THORN;', 'thorn;', 'tilde;', 'times;', 'trade;', 'Uacute;', 'uacute;', 'uArr;', 'uarr;', 'Ucirc;', 'ucirc;', 'Ugrave;', 'ugrave;', 'uml;', 'upsih;', 'Upsilon;', 'upsilon;', 'Uuml;', 'uuml;', 'weierp;', 'Xi;', 'xi;', 'Yacute;', 'yacute;', 'yen;', 'Yuml;', 'yuml;', 'Zeta;', 'zeta;', 'zwj;', 'zwnj;'];
2759
+
2760
+ return values.map(function(value){
2761
+ return {
2762
+ caption: value,
2763
+ snippet: value,
2764
+ meta: "html entity",
2765
+ score: 1000000
2766
+ };
2767
+ });
2768
+ };
2769
+
2770
+ }).call(HtmlCompletions.prototype);
2771
+
2772
+ exports.HtmlCompletions = HtmlCompletions;
2773
+ });
2774
+
2775
+ define("ace/mode/html",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text","ace/mode/javascript","ace/mode/css","ace/mode/html_highlight_rules","ace/mode/behaviour/xml","ace/mode/folding/html","ace/mode/html_completions","ace/worker/worker_client"], function(require, exports, module) {
2776
+ "use strict";
2777
+
2778
+ var oop = require("../lib/oop");
2779
+ var lang = require("../lib/lang");
2780
+ var TextMode = require("./text").Mode;
2781
+ var JavaScriptMode = require("./javascript").Mode;
2782
+ var CssMode = require("./css").Mode;
2783
+ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
2784
+ var XmlBehaviour = require("./behaviour/xml").XmlBehaviour;
2785
+ var HtmlFoldMode = require("./folding/html").FoldMode;
2786
+ var HtmlCompletions = require("./html_completions").HtmlCompletions;
2787
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
2788
+ var voidElements = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "menuitem", "param", "source", "track", "wbr"];
2789
+ var optionalEndTags = ["li", "dt", "dd", "p", "rt", "rp", "optgroup", "option", "colgroup", "td", "th"];
2790
+
2791
+ var Mode = function(options) {
2792
+ this.fragmentContext = options && options.fragmentContext;
2793
+ this.HighlightRules = HtmlHighlightRules;
2794
+ this.$behaviour = new XmlBehaviour();
2795
+ this.$completer = new HtmlCompletions();
2796
+
2797
+ this.createModeDelegates({
2798
+ "js-": JavaScriptMode,
2799
+ "css-": CssMode
2800
+ });
2801
+
2802
+ this.foldingRules = new HtmlFoldMode(this.voidElements, lang.arrayToMap(optionalEndTags));
2803
+ };
2804
+ oop.inherits(Mode, TextMode);
2805
+
2806
+ (function() {
2807
+
2808
+ this.blockComment = {start: "<!--", end: "-->"};
2809
+
2810
+ this.voidElements = lang.arrayToMap(voidElements);
2811
+
2812
+ this.getNextLineIndent = function(state, line, tab) {
2813
+ return this.$getIndent(line);
2814
+ };
2815
+
2816
+ this.checkOutdent = function(state, line, input) {
2817
+ return false;
2818
+ };
2819
+
2820
+ this.getCompletions = function(state, session, pos, prefix) {
2821
+ return this.$completer.getCompletions(state, session, pos, prefix);
2822
+ };
2823
+
2824
+ this.createWorker = function(session) {
2825
+ if (this.constructor != Mode)
2826
+ return;
2827
+ var worker = new WorkerClient(["ace"], "ace/mode/html_worker", "Worker");
2828
+ worker.attachToDocument(session.getDocument());
2829
+
2830
+ if (this.fragmentContext)
2831
+ worker.call("setOptions", [{context: this.fragmentContext}]);
2832
+
2833
+ worker.on("error", function(e) {
2834
+ session.setAnnotations(e.data);
2835
+ });
2836
+
2837
+ worker.on("terminate", function() {
2838
+ session.clearAnnotations();
2839
+ });
2840
+
2841
+ return worker;
2842
+ };
2843
+
2844
+ this.$id = "ace/mode/html";
2845
+ }).call(Mode.prototype);
2846
+
2847
+ exports.Mode = Mode;
2848
+ });
2849
+
2850
+ define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"], function(require, exports, module) {
2851
+ "use strict";
2852
+
2853
+ var oop = require("../../lib/oop");
2854
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2855
+ var Range = require("../../range").Range;
2856
+
2857
+ var FoldMode = exports.FoldMode = function() {};
2858
+ oop.inherits(FoldMode, BaseFoldMode);
2859
+
2860
+ (function() {
2861
+
2862
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2863
+ var range = this.indentationBlock(session, row);
2864
+ if (range)
2865
+ return range;
2866
+
2867
+ var re = /\S/;
2868
+ var line = session.getLine(row);
2869
+ var startLevel = line.search(re);
2870
+ if (startLevel == -1 || line[startLevel] != "#")
2871
+ return;
2872
+
2873
+ var startColumn = line.length;
2874
+ var maxRow = session.getLength();
2875
+ var startRow = row;
2876
+ var endRow = row;
2877
+
2878
+ while (++row < maxRow) {
2879
+ line = session.getLine(row);
2880
+ var level = line.search(re);
2881
+
2882
+ if (level == -1)
2883
+ continue;
2884
+
2885
+ if (line[level] != "#")
2886
+ break;
2887
+
2888
+ endRow = row;
2889
+ }
2890
+
2891
+ if (endRow > startRow) {
2892
+ var endColumn = session.getLine(endRow).length;
2893
+ return new Range(startRow, startColumn, endRow, endColumn);
2894
+ }
2895
+ };
2896
+ this.getFoldWidget = function(session, foldStyle, row) {
2897
+ var line = session.getLine(row);
2898
+ var indent = line.search(/\S/);
2899
+ var next = session.getLine(row + 1);
2900
+ var prev = session.getLine(row - 1);
2901
+ var prevIndent = prev.search(/\S/);
2902
+ var nextIndent = next.search(/\S/);
2903
+
2904
+ if (indent == -1) {
2905
+ session.foldWidgets[row - 1] = prevIndent!= -1 && prevIndent < nextIndent ? "start" : "";
2906
+ return "";
2907
+ }
2908
+ if (prevIndent == -1) {
2909
+ if (indent == nextIndent && line[indent] == "#" && next[indent] == "#") {
2910
+ session.foldWidgets[row - 1] = "";
2911
+ session.foldWidgets[row + 1] = "";
2912
+ return "start";
2913
+ }
2914
+ } else if (prevIndent == indent && line[indent] == "#" && prev[indent] == "#") {
2915
+ if (session.getLine(row - 2).search(/\S/) == -1) {
2916
+ session.foldWidgets[row - 1] = "start";
2917
+ session.foldWidgets[row + 1] = "";
2918
+ return "";
2919
+ }
2920
+ }
2921
+
2922
+ if (prevIndent!= -1 && prevIndent < indent)
2923
+ session.foldWidgets[row - 1] = "start";
2924
+ else
2925
+ session.foldWidgets[row - 1] = "";
2926
+
2927
+ if (indent < nextIndent)
2928
+ return "start";
2929
+ else
2930
+ return "";
2931
+ };
2932
+
2933
+ }).call(FoldMode.prototype);
2934
+
2935
+ });
2936
+
2937
+ define("ace/mode/ruby",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/ruby_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/coffee"], function(require, exports, module) {
2938
+ "use strict";
2939
+
2940
+ var oop = require("../lib/oop");
2941
+ var TextMode = require("./text").Mode;
2942
+ var RubyHighlightRules = require("./ruby_highlight_rules").RubyHighlightRules;
2943
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
2944
+ var Range = require("../range").Range;
2945
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
2946
+ var FoldMode = require("./folding/coffee").FoldMode;
2947
+
2948
+ var Mode = function() {
2949
+ this.HighlightRules = RubyHighlightRules;
2950
+ this.$outdent = new MatchingBraceOutdent();
2951
+ this.$behaviour = new CstyleBehaviour();
2952
+ this.foldingRules = new FoldMode();
2953
+ };
2954
+ oop.inherits(Mode, TextMode);
2955
+
2956
+ (function() {
2957
+
2958
+
2959
+ this.lineCommentStart = "#";
2960
+
2961
+ this.getNextLineIndent = function(state, line, tab) {
2962
+ var indent = this.$getIndent(line);
2963
+
2964
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
2965
+ var tokens = tokenizedLine.tokens;
2966
+
2967
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
2968
+ return indent;
2969
+ }
2970
+
2971
+ if (state == "start") {
2972
+ var match = line.match(/^.*[\{\(\[]\s*$/);
2973
+ var startingClassOrMethod = line.match(/^\s*(class|def|module)\s.*$/);
2974
+ var startingDoBlock = line.match(/.*do(\s*|\s+\|.*\|\s*)$/);
2975
+ var startingConditional = line.match(/^\s*(if|else|when)\s*/);
2976
+ if (match || startingClassOrMethod || startingDoBlock || startingConditional) {
2977
+ indent += tab;
2978
+ }
2979
+ }
2980
+
2981
+ return indent;
2982
+ };
2983
+
2984
+ this.checkOutdent = function(state, line, input) {
2985
+ return /^\s+(end|else)$/.test(line + input) || this.$outdent.checkOutdent(line, input);
2986
+ };
2987
+
2988
+ this.autoOutdent = function(state, session, row) {
2989
+ var line = session.getLine(row);
2990
+ if (/}/.test(line))
2991
+ return this.$outdent.autoOutdent(session, row);
2992
+ var indent = this.$getIndent(line);
2993
+ var prevLine = session.getLine(row - 1);
2994
+ var prevIndent = this.$getIndent(prevLine);
2995
+ var tab = session.getTabString();
2996
+ if (prevIndent.length <= indent.length) {
2997
+ if (indent.slice(-tab.length) == tab)
2998
+ session.remove(new Range(row, indent.length-tab.length, row, indent.length));
2999
+ }
3000
+ };
3001
+
3002
+ this.$id = "ace/mode/ruby";
3003
+ }).call(Mode.prototype);
3004
+
3005
+ exports.Mode = Mode;
3006
+ });
3007
+
3008
+ define("ace/mode/html_ruby",["require","exports","module","ace/lib/oop","ace/mode/html_ruby_highlight_rules","ace/mode/html","ace/mode/javascript","ace/mode/css","ace/mode/ruby"], function(require, exports, module) {
3009
+ "use strict";
3010
+
3011
+ var oop = require("../lib/oop");
3012
+ var HtmlRubyHighlightRules = require("./html_ruby_highlight_rules").HtmlRubyHighlightRules;
3013
+ var HtmlMode = require("./html").Mode;
3014
+ var JavaScriptMode = require("./javascript").Mode;
3015
+ var CssMode = require("./css").Mode;
3016
+ var RubyMode = require("./ruby").Mode;
3017
+
3018
+ var Mode = function() {
3019
+ HtmlMode.call(this);
3020
+ this.HighlightRules = HtmlRubyHighlightRules;
3021
+ this.createModeDelegates({
3022
+ "js-": JavaScriptMode,
3023
+ "css-": CssMode,
3024
+ "ruby-": RubyMode
3025
+ });
3026
+ };
3027
+ oop.inherits(Mode, HtmlMode);
3028
+
3029
+ (function() {
3030
+
3031
+ this.$id = "ace/mode/html_ruby";
3032
+ }).call(Mode.prototype);
3033
+
3034
+ exports.Mode = Mode;
3035
+ });
3036
+ (function() {
3037
+ window.require(["ace/mode/html_ruby"], function(m) {
3038
+ if (typeof module == "object" && typeof exports == "object" && module) {
3039
+ module.exports = m;
3040
+ }
3041
+ });
3042
+ })();
3043
+