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,3087 @@
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/elixir_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
+
1009
+ var ElixirHighlightRules = function() {
1010
+ this.$rules = { start:
1011
+ [ { token:
1012
+ [ 'meta.module.elixir',
1013
+ 'keyword.control.module.elixir',
1014
+ 'meta.module.elixir',
1015
+ 'entity.name.type.module.elixir' ],
1016
+ regex: '^(\\s*)(defmodule)(\\s+)((?:[A-Z]\\w*\\s*\\.\\s*)*[A-Z]\\w*)' },
1017
+ { token: 'comment.documentation.heredoc',
1018
+ regex: '@(?:module|type)?doc (?:~[a-z])?"""',
1019
+ push:
1020
+ [ { token: 'comment.documentation.heredoc',
1021
+ regex: '\\s*"""',
1022
+ next: 'pop' },
1023
+ { include: '#interpolated_elixir' },
1024
+ { include: '#escaped_char' },
1025
+ { defaultToken: 'comment.documentation.heredoc' } ],
1026
+ comment: '@doc with heredocs is treated as documentation' },
1027
+ { token: 'comment.documentation.heredoc',
1028
+ regex: '@(?:module|type)?doc ~[A-Z]"""',
1029
+ push:
1030
+ [ { token: 'comment.documentation.heredoc',
1031
+ regex: '\\s*"""',
1032
+ next: 'pop' },
1033
+ { defaultToken: 'comment.documentation.heredoc' } ],
1034
+ comment: '@doc with heredocs is treated as documentation' },
1035
+ { token: 'comment.documentation.heredoc',
1036
+ regex: '@(?:module|type)?doc (?:~[a-z])?\'\'\'',
1037
+ push:
1038
+ [ { token: 'comment.documentation.heredoc',
1039
+ regex: '\\s*\'\'\'',
1040
+ next: 'pop' },
1041
+ { include: '#interpolated_elixir' },
1042
+ { include: '#escaped_char' },
1043
+ { defaultToken: 'comment.documentation.heredoc' } ],
1044
+ comment: '@doc with heredocs is treated as documentation' },
1045
+ { token: 'comment.documentation.heredoc',
1046
+ regex: '@(?:module|type)?doc ~[A-Z]\'\'\'',
1047
+ push:
1048
+ [ { token: 'comment.documentation.heredoc',
1049
+ regex: '\\s*\'\'\'',
1050
+ next: 'pop' },
1051
+ { defaultToken: 'comment.documentation.heredoc' } ],
1052
+ comment: '@doc with heredocs is treated as documentation' },
1053
+ { token: 'comment.documentation.false',
1054
+ regex: '@(?:module|type)?doc false',
1055
+ comment: '@doc false is treated as documentation' },
1056
+ { token: 'comment.documentation.string',
1057
+ regex: '@(?:module|type)?doc "',
1058
+ push:
1059
+ [ { token: 'comment.documentation.string',
1060
+ regex: '"',
1061
+ next: 'pop' },
1062
+ { include: '#interpolated_elixir' },
1063
+ { include: '#escaped_char' },
1064
+ { defaultToken: 'comment.documentation.string' } ],
1065
+ comment: '@doc with string is treated as documentation' },
1066
+ { token: 'keyword.control.elixir',
1067
+ regex: '\\b(?:do|end|case|bc|lc|for|if|cond|unless|try|receive|fn|defmodule|defp?|defprotocol|defimpl|defrecord|defstruct|defmacrop?|defdelegate|defcallback|defmacrocallback|defexception|defoverridable|exit|after|rescue|catch|else|raise|throw|import|require|alias|use|quote|unquote|super)\\b(?![?!])',
1068
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1069
+ originalRegex: '(?<!\\.)\\b(do|end|case|bc|lc|for|if|cond|unless|try|receive|fn|defmodule|defp?|defprotocol|defimpl|defrecord|defstruct|defmacrop?|defdelegate|defcallback|defmacrocallback|defexception|defoverridable|exit|after|rescue|catch|else|raise|throw|import|require|alias|use|quote|unquote|super)\\b(?![?!])' },
1070
+ { token: 'keyword.operator.elixir',
1071
+ regex: '\\b(?:and|not|or|when|xor|in|inlist|inbits)\\b',
1072
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1073
+ originalRegex: '(?<!\\.)\\b(and|not|or|when|xor|in|inlist|inbits)\\b',
1074
+ comment: ' as above, just doesn\'t need a \'end\' and does a logic operation' },
1075
+ { token: 'constant.language.elixir',
1076
+ regex: '\\b(?:nil|true|false)\\b(?![?!])' },
1077
+ { token: 'variable.language.elixir',
1078
+ regex: '\\b__(?:CALLER|ENV|MODULE|DIR)__\\b(?![?!])' },
1079
+ { token:
1080
+ [ 'punctuation.definition.variable.elixir',
1081
+ 'variable.other.readwrite.module.elixir' ],
1082
+ regex: '(@)([a-zA-Z_]\\w*)' },
1083
+ { token:
1084
+ [ 'punctuation.definition.variable.elixir',
1085
+ 'variable.other.anonymous.elixir' ],
1086
+ regex: '(&)(\\d*)' },
1087
+ { token: 'variable.other.constant.elixir',
1088
+ regex: '\\b[A-Z]\\w*\\b' },
1089
+ { token: 'constant.numeric.elixir',
1090
+ regex: '\\b(?:0x[\\da-fA-F](?:_?[\\da-fA-F])*|\\d(?:_?\\d)*(?:\\.(?![^[:space:][:digit:]])(?:_?\\d)*)?(?:[eE][-+]?\\d(?:_?\\d)*)?|0b[01]+|0o[0-7]+)\\b',
1091
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1092
+ originalRegex: '\\b(0x\\h(?>_?\\h)*|\\d(?>_?\\d)*(\\.(?![^[:space:][:digit:]])(?>_?\\d)*)?([eE][-+]?\\d(?>_?\\d)*)?|0b[01]+|0o[0-7]+)\\b' },
1093
+ { token: 'punctuation.definition.constant.elixir',
1094
+ regex: ':\'',
1095
+ push:
1096
+ [ { token: 'punctuation.definition.constant.elixir',
1097
+ regex: '\'',
1098
+ next: 'pop' },
1099
+ { include: '#interpolated_elixir' },
1100
+ { include: '#escaped_char' },
1101
+ { defaultToken: 'constant.other.symbol.single-quoted.elixir' } ] },
1102
+ { token: 'punctuation.definition.constant.elixir',
1103
+ regex: ':"',
1104
+ push:
1105
+ [ { token: 'punctuation.definition.constant.elixir',
1106
+ regex: '"',
1107
+ next: 'pop' },
1108
+ { include: '#interpolated_elixir' },
1109
+ { include: '#escaped_char' },
1110
+ { defaultToken: 'constant.other.symbol.double-quoted.elixir' } ] },
1111
+ { token: 'punctuation.definition.string.begin.elixir',
1112
+ regex: '(?:\'\'\')',
1113
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1114
+ originalRegex: '(?>\'\'\')',
1115
+ push:
1116
+ [ { token: 'punctuation.definition.string.end.elixir',
1117
+ regex: '^\\s*\'\'\'',
1118
+ next: 'pop' },
1119
+ { include: '#interpolated_elixir' },
1120
+ { include: '#escaped_char' },
1121
+ { defaultToken: 'support.function.variable.quoted.single.heredoc.elixir' } ],
1122
+ comment: 'Single-quoted heredocs' },
1123
+ { token: 'punctuation.definition.string.begin.elixir',
1124
+ regex: '\'',
1125
+ push:
1126
+ [ { token: 'punctuation.definition.string.end.elixir',
1127
+ regex: '\'',
1128
+ next: 'pop' },
1129
+ { include: '#interpolated_elixir' },
1130
+ { include: '#escaped_char' },
1131
+ { defaultToken: 'support.function.variable.quoted.single.elixir' } ],
1132
+ comment: 'single quoted string (allows for interpolation)' },
1133
+ { token: 'punctuation.definition.string.begin.elixir',
1134
+ regex: '(?:""")',
1135
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1136
+ originalRegex: '(?>""")',
1137
+ push:
1138
+ [ { token: 'punctuation.definition.string.end.elixir',
1139
+ regex: '^\\s*"""',
1140
+ next: 'pop' },
1141
+ { include: '#interpolated_elixir' },
1142
+ { include: '#escaped_char' },
1143
+ { defaultToken: 'string.quoted.double.heredoc.elixir' } ],
1144
+ comment: 'Double-quoted heredocs' },
1145
+ { token: 'punctuation.definition.string.begin.elixir',
1146
+ regex: '"',
1147
+ push:
1148
+ [ { token: 'punctuation.definition.string.end.elixir',
1149
+ regex: '"',
1150
+ next: 'pop' },
1151
+ { include: '#interpolated_elixir' },
1152
+ { include: '#escaped_char' },
1153
+ { defaultToken: 'string.quoted.double.elixir' } ],
1154
+ comment: 'double quoted string (allows for interpolation)' },
1155
+ { token: 'punctuation.definition.string.begin.elixir',
1156
+ regex: '~[a-z](?:""")',
1157
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1158
+ originalRegex: '~[a-z](?>""")',
1159
+ push:
1160
+ [ { token: 'punctuation.definition.string.end.elixir',
1161
+ regex: '^\\s*"""',
1162
+ next: 'pop' },
1163
+ { include: '#interpolated_elixir' },
1164
+ { include: '#escaped_char' },
1165
+ { defaultToken: 'string.quoted.double.heredoc.elixir' } ],
1166
+ comment: 'Double-quoted heredocs sigils' },
1167
+ { token: 'punctuation.definition.string.begin.elixir',
1168
+ regex: '~[a-z]\\{',
1169
+ push:
1170
+ [ { token: 'punctuation.definition.string.end.elixir',
1171
+ regex: '\\}[a-z]*',
1172
+ next: 'pop' },
1173
+ { include: '#interpolated_elixir' },
1174
+ { include: '#escaped_char' },
1175
+ { defaultToken: 'string.interpolated.elixir' } ],
1176
+ comment: 'sigil (allow for interpolation)' },
1177
+ { token: 'punctuation.definition.string.begin.elixir',
1178
+ regex: '~[a-z]\\[',
1179
+ push:
1180
+ [ { token: 'punctuation.definition.string.end.elixir',
1181
+ regex: '\\][a-z]*',
1182
+ next: 'pop' },
1183
+ { include: '#interpolated_elixir' },
1184
+ { include: '#escaped_char' },
1185
+ { defaultToken: 'string.interpolated.elixir' } ],
1186
+ comment: 'sigil (allow for interpolation)' },
1187
+ { token: 'punctuation.definition.string.begin.elixir',
1188
+ regex: '~[a-z]\\<',
1189
+ push:
1190
+ [ { token: 'punctuation.definition.string.end.elixir',
1191
+ regex: '\\>[a-z]*',
1192
+ next: 'pop' },
1193
+ { include: '#interpolated_elixir' },
1194
+ { include: '#escaped_char' },
1195
+ { defaultToken: 'string.interpolated.elixir' } ],
1196
+ comment: 'sigil (allow for interpolation)' },
1197
+ { token: 'punctuation.definition.string.begin.elixir',
1198
+ regex: '~[a-z]\\(',
1199
+ push:
1200
+ [ { token: 'punctuation.definition.string.end.elixir',
1201
+ regex: '\\)[a-z]*',
1202
+ next: 'pop' },
1203
+ { include: '#interpolated_elixir' },
1204
+ { include: '#escaped_char' },
1205
+ { defaultToken: 'string.interpolated.elixir' } ],
1206
+ comment: 'sigil (allow for interpolation)' },
1207
+ { token: 'punctuation.definition.string.begin.elixir',
1208
+ regex: '~[a-z][^\\w]',
1209
+ push:
1210
+ [ { token: 'punctuation.definition.string.end.elixir',
1211
+ regex: '[^\\w][a-z]*',
1212
+ next: 'pop' },
1213
+ { include: '#interpolated_elixir' },
1214
+ { include: '#escaped_char' },
1215
+ { include: '#escaped_char' },
1216
+ { defaultToken: 'string.interpolated.elixir' } ],
1217
+ comment: 'sigil (allow for interpolation)' },
1218
+ { token: 'punctuation.definition.string.begin.elixir',
1219
+ regex: '~[A-Z](?:""")',
1220
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1221
+ originalRegex: '~[A-Z](?>""")',
1222
+ push:
1223
+ [ { token: 'punctuation.definition.string.end.elixir',
1224
+ regex: '^\\s*"""',
1225
+ next: 'pop' },
1226
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1227
+ comment: 'Double-quoted heredocs sigils' },
1228
+ { token: 'punctuation.definition.string.begin.elixir',
1229
+ regex: '~[A-Z]\\{',
1230
+ push:
1231
+ [ { token: 'punctuation.definition.string.end.elixir',
1232
+ regex: '\\}[a-z]*',
1233
+ next: 'pop' },
1234
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1235
+ comment: 'sigil (without interpolation)' },
1236
+ { token: 'punctuation.definition.string.begin.elixir',
1237
+ regex: '~[A-Z]\\[',
1238
+ push:
1239
+ [ { token: 'punctuation.definition.string.end.elixir',
1240
+ regex: '\\][a-z]*',
1241
+ next: 'pop' },
1242
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1243
+ comment: 'sigil (without interpolation)' },
1244
+ { token: 'punctuation.definition.string.begin.elixir',
1245
+ regex: '~[A-Z]\\<',
1246
+ push:
1247
+ [ { token: 'punctuation.definition.string.end.elixir',
1248
+ regex: '\\>[a-z]*',
1249
+ next: 'pop' },
1250
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1251
+ comment: 'sigil (without interpolation)' },
1252
+ { token: 'punctuation.definition.string.begin.elixir',
1253
+ regex: '~[A-Z]\\(',
1254
+ push:
1255
+ [ { token: 'punctuation.definition.string.end.elixir',
1256
+ regex: '\\)[a-z]*',
1257
+ next: 'pop' },
1258
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1259
+ comment: 'sigil (without interpolation)' },
1260
+ { token: 'punctuation.definition.string.begin.elixir',
1261
+ regex: '~[A-Z][^\\w]',
1262
+ push:
1263
+ [ { token: 'punctuation.definition.string.end.elixir',
1264
+ regex: '[^\\w][a-z]*',
1265
+ next: 'pop' },
1266
+ { defaultToken: 'string.quoted.other.literal.upper.elixir' } ],
1267
+ comment: 'sigil (without interpolation)' },
1268
+ { token: ['punctuation.definition.constant.elixir', 'constant.other.symbol.elixir'],
1269
+ regex: '(:)([a-zA-Z_][\\w@]*(?:[?!]|=(?![>=]))?|\\<\\>|===?|!==?|<<>>|<<<|>>>|~~~|::|<\\-|\\|>|=>|~|~=|=|/|\\\\\\\\|\\*\\*?|\\.\\.?\\.?|>=?|<=?|&&?&?|\\+\\+?|\\-\\-?|\\|\\|?\\|?|\\!|@|\\%?\\{\\}|%|\\[\\]|\\^(?:\\^\\^)?)',
1270
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1271
+ originalRegex: '(?<!:)(:)(?>[a-zA-Z_][\\w@]*(?>[?!]|=(?![>=]))?|\\<\\>|===?|!==?|<<>>|<<<|>>>|~~~|::|<\\-|\\|>|=>|~|~=|=|/|\\\\\\\\|\\*\\*?|\\.\\.?\\.?|>=?|<=?|&&?&?|\\+\\+?|\\-\\-?|\\|\\|?\\|?|\\!|@|\\%?\\{\\}|%|\\[\\]|\\^(\\^\\^)?)',
1272
+ comment: 'symbols' },
1273
+ { token: 'punctuation.definition.constant.elixir',
1274
+ regex: '(?:[a-zA-Z_][\\w@]*(?:[?!])?):(?!:)',
1275
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1276
+ originalRegex: '(?>[a-zA-Z_][\\w@]*(?>[?!])?)(:)(?!:)',
1277
+ comment: 'symbols' },
1278
+ { token:
1279
+ [ 'punctuation.definition.comment.elixir',
1280
+ 'comment.line.number-sign.elixir' ],
1281
+ regex: '(#)(.*)' },
1282
+ { token: 'constant.numeric.elixir',
1283
+ regex: '\\?(?:\\\\(?:x[\\da-fA-F]{1,2}(?![\\da-fA-F])\\b|[^xMC])|[^\\s\\\\])',
1284
+ TODO: 'FIXME: regexp doesn\'t have js equivalent',
1285
+ originalRegex: '(?<!\\w)\\?(\\\\(x\\h{1,2}(?!\\h)\\b|[^xMC])|[^\\s\\\\])',
1286
+ comment: '\n\t\t\tmatches questionmark-letters.\n\n\t\t\texamples (1st alternation = hex):\n\t\t\t?\\x1 ?\\x61\n\n\t\t\texamples (2rd alternation = escaped):\n\t\t\t?\\n ?\\b\n\n\t\t\texamples (3rd alternation = normal):\n\t\t\t?a ?A ?0 \n\t\t\t?* ?" ?( \n\t\t\t?. ?#\n\t\t\t\n\t\t\tthe negative lookbehind prevents against matching\n\t\t\tp(42.tainted?)\n\t\t\t' },
1287
+ { token: 'keyword.operator.assignment.augmented.elixir',
1288
+ regex: '\\+=|\\-=|\\|\\|=|~=|&&=' },
1289
+ { token: 'keyword.operator.comparison.elixir',
1290
+ regex: '===?|!==?|<=?|>=?' },
1291
+ { token: 'keyword.operator.bitwise.elixir',
1292
+ regex: '\\|{3}|&{3}|\\^{3}|<{3}|>{3}|~{3}' },
1293
+ { token: 'keyword.operator.logical.elixir',
1294
+ regex: '!+|\\bnot\\b|&&|\\band\\b|\\|\\||\\bor\\b|\\bxor\\b',
1295
+ originalRegex: '(?<=[ \\t])!+|\\bnot\\b|&&|\\band\\b|\\|\\||\\bor\\b|\\bxor\\b' },
1296
+ { token: 'keyword.operator.arithmetic.elixir',
1297
+ regex: '\\*|\\+|\\-|/' },
1298
+ { token: 'keyword.operator.other.elixir',
1299
+ regex: '\\||\\+\\+|\\-\\-|\\*\\*|\\\\\\\\|\\<\\-|\\<\\>|\\<\\<|\\>\\>|\\:\\:|\\.\\.|\\|>|~|=>' },
1300
+ { token: 'keyword.operator.assignment.elixir', regex: '=' },
1301
+ { token: 'punctuation.separator.other.elixir', regex: ':' },
1302
+ { token: 'punctuation.separator.statement.elixir',
1303
+ regex: '\\;' },
1304
+ { token: 'punctuation.separator.object.elixir', regex: ',' },
1305
+ { token: 'punctuation.separator.method.elixir', regex: '\\.' },
1306
+ { token: 'punctuation.section.scope.elixir', regex: '\\{|\\}' },
1307
+ { token: 'punctuation.section.array.elixir', regex: '\\[|\\]' },
1308
+ { token: 'punctuation.section.function.elixir',
1309
+ regex: '\\(|\\)' } ],
1310
+ '#escaped_char':
1311
+ [ { token: 'constant.character.escape.elixir',
1312
+ regex: '\\\\(?:x[\\da-fA-F]{1,2}|.)' } ],
1313
+ '#interpolated_elixir':
1314
+ [ { token:
1315
+ [ 'source.elixir.embedded.source',
1316
+ 'source.elixir.embedded.source.empty' ],
1317
+ regex: '(#\\{)(\\})' },
1318
+ { todo:
1319
+ { token: 'punctuation.section.embedded.elixir',
1320
+ regex: '#\\{',
1321
+ push:
1322
+ [ { token: 'punctuation.section.embedded.elixir',
1323
+ regex: '\\}',
1324
+ next: 'pop' },
1325
+ { include: '#nest_curly_and_self' },
1326
+ { include: '$self' },
1327
+ { defaultToken: 'source.elixir.embedded.source' } ] } } ],
1328
+ '#nest_curly_and_self':
1329
+ [ { token: 'punctuation.section.scope.elixir',
1330
+ regex: '\\{',
1331
+ push:
1332
+ [ { token: 'punctuation.section.scope.elixir',
1333
+ regex: '\\}',
1334
+ next: 'pop' },
1335
+ { include: '#nest_curly_and_self' } ] },
1336
+ { include: '$self' } ],
1337
+ '#regex_sub':
1338
+ [ { include: '#interpolated_elixir' },
1339
+ { include: '#escaped_char' },
1340
+ { token:
1341
+ [ 'punctuation.definition.arbitrary-repitition.elixir',
1342
+ 'string.regexp.arbitrary-repitition.elixir',
1343
+ 'string.regexp.arbitrary-repitition.elixir',
1344
+ 'punctuation.definition.arbitrary-repitition.elixir' ],
1345
+ regex: '(\\{)(\\d+)((?:,\\d+)?)(\\})' },
1346
+ { token: 'punctuation.definition.character-class.elixir',
1347
+ regex: '\\[(?:\\^?\\])?',
1348
+ push:
1349
+ [ { token: 'punctuation.definition.character-class.elixir',
1350
+ regex: '\\]',
1351
+ next: 'pop' },
1352
+ { include: '#escaped_char' },
1353
+ { defaultToken: 'string.regexp.character-class.elixir' } ] },
1354
+ { token: 'punctuation.definition.group.elixir',
1355
+ regex: '\\(',
1356
+ push:
1357
+ [ { token: 'punctuation.definition.group.elixir',
1358
+ regex: '\\)',
1359
+ next: 'pop' },
1360
+ { include: '#regex_sub' },
1361
+ { defaultToken: 'string.regexp.group.elixir' } ] },
1362
+ { token:
1363
+ [ 'punctuation.definition.comment.elixir',
1364
+ 'comment.line.number-sign.elixir' ],
1365
+ regex: '(?:^|\\s)(#)(\\s[[a-zA-Z0-9,. \\t?!-][^\\x00-\\x7F]]*$)',
1366
+ originalRegex: '(?<=^|\\s)(#)\\s[[a-zA-Z0-9,. \\t?!-][^\\x{00}-\\x{7F}]]*$',
1367
+ comment: 'We are restrictive in what we allow to go after the comment character to avoid false positives, since the availability of comments depend on regexp flags.' } ] };
1368
+
1369
+ this.normalizeRules();
1370
+ };
1371
+
1372
+ ElixirHighlightRules.metaData = { comment: 'Textmate bundle for Elixir Programming Language.',
1373
+ fileTypes: [ 'ex', 'exs' ],
1374
+ firstLineMatch: '^#!/.*\\belixir',
1375
+ foldingStartMarker: '(after|else|catch|rescue|\\-\\>|\\{|\\[|do)\\s*$',
1376
+ foldingStopMarker: '^\\s*((\\}|\\]|after|else|catch|rescue)\\s*$|end\\b)',
1377
+ keyEquivalent: '^~E',
1378
+ name: 'Elixir',
1379
+ scopeName: 'source.elixir' };
1380
+
1381
+
1382
+ oop.inherits(ElixirHighlightRules, TextHighlightRules);
1383
+
1384
+ exports.ElixirHighlightRules = ElixirHighlightRules;
1385
+ });
1386
+
1387
+ define("ace/mode/html_elixir_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/html_highlight_rules","ace/mode/elixir_highlight_rules"], function(require, exports, module) {
1388
+ "use strict";
1389
+
1390
+ var oop = require("../lib/oop");
1391
+ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
1392
+ var ElixirHighlightRules = require("./elixir_highlight_rules").ElixirHighlightRules;
1393
+
1394
+ var HtmlElixirHighlightRules = function() {
1395
+ HtmlHighlightRules.call(this);
1396
+
1397
+ var startRules = [
1398
+ {
1399
+ regex: "<%%|%%>",
1400
+ token: "constant.language.escape"
1401
+ }, {
1402
+ token : "comment.start.eex",
1403
+ regex : "<%#",
1404
+ push : [{
1405
+ token : "comment.end.eex",
1406
+ regex: "%>",
1407
+ next: "pop",
1408
+ defaultToken:"comment"
1409
+ }]
1410
+ }, {
1411
+ token : "support.elixir_tag",
1412
+ regex : "<%+(?!>)[-=]?",
1413
+ push : "elixir-start"
1414
+ }
1415
+ ];
1416
+
1417
+ var endRules = [
1418
+ {
1419
+ token : "support.elixir_tag",
1420
+ regex : "%>",
1421
+ next : "pop"
1422
+ }, {
1423
+ token: "comment",
1424
+ regex: "#(?:[^%]|%[^>])*"
1425
+ }
1426
+ ];
1427
+
1428
+ for (var key in this.$rules)
1429
+ this.$rules[key].unshift.apply(this.$rules[key], startRules);
1430
+
1431
+ this.embedRules(ElixirHighlightRules, "elixir-", endRules, ["start"]);
1432
+
1433
+ this.normalizeRules();
1434
+ };
1435
+
1436
+
1437
+ oop.inherits(HtmlElixirHighlightRules, HtmlHighlightRules);
1438
+
1439
+ exports.HtmlElixirHighlightRules = HtmlElixirHighlightRules;
1440
+ });
1441
+
1442
+ define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
1443
+ "use strict";
1444
+
1445
+ var Range = require("../range").Range;
1446
+
1447
+ var MatchingBraceOutdent = function() {};
1448
+
1449
+ (function() {
1450
+
1451
+ this.checkOutdent = function(line, input) {
1452
+ if (! /^\s+$/.test(line))
1453
+ return false;
1454
+
1455
+ return /^\s*\}/.test(input);
1456
+ };
1457
+
1458
+ this.autoOutdent = function(doc, row) {
1459
+ var line = doc.getLine(row);
1460
+ var match = line.match(/^(\s*\})/);
1461
+
1462
+ if (!match) return 0;
1463
+
1464
+ var column = match[1].length;
1465
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
1466
+
1467
+ if (!openBracePos || openBracePos.row == row) return 0;
1468
+
1469
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
1470
+ doc.replace(new Range(row, 0, row, column-1), indent);
1471
+ };
1472
+
1473
+ this.$getIndent = function(line) {
1474
+ return line.match(/^\s*/)[0];
1475
+ };
1476
+
1477
+ }).call(MatchingBraceOutdent.prototype);
1478
+
1479
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
1480
+ });
1481
+
1482
+ define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
1483
+ "use strict";
1484
+
1485
+ var oop = require("../../lib/oop");
1486
+ var Range = require("../../range").Range;
1487
+ var BaseFoldMode = require("./fold_mode").FoldMode;
1488
+
1489
+ var FoldMode = exports.FoldMode = function(commentRegex) {
1490
+ if (commentRegex) {
1491
+ this.foldingStartMarker = new RegExp(
1492
+ this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
1493
+ );
1494
+ this.foldingStopMarker = new RegExp(
1495
+ this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
1496
+ );
1497
+ }
1498
+ };
1499
+ oop.inherits(FoldMode, BaseFoldMode);
1500
+
1501
+ (function() {
1502
+
1503
+ this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
1504
+ this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
1505
+ this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
1506
+ this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
1507
+ this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
1508
+ this._getFoldWidgetBase = this.getFoldWidget;
1509
+ this.getFoldWidget = function(session, foldStyle, row) {
1510
+ var line = session.getLine(row);
1511
+
1512
+ if (this.singleLineBlockCommentRe.test(line)) {
1513
+ if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
1514
+ return "";
1515
+ }
1516
+
1517
+ var fw = this._getFoldWidgetBase(session, foldStyle, row);
1518
+
1519
+ if (!fw && this.startRegionRe.test(line))
1520
+ return "start"; // lineCommentRegionStart
1521
+
1522
+ return fw;
1523
+ };
1524
+
1525
+ this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
1526
+ var line = session.getLine(row);
1527
+
1528
+ if (this.startRegionRe.test(line))
1529
+ return this.getCommentRegionBlock(session, line, row);
1530
+
1531
+ var match = line.match(this.foldingStartMarker);
1532
+ if (match) {
1533
+ var i = match.index;
1534
+
1535
+ if (match[1])
1536
+ return this.openingBracketBlock(session, match[1], row, i);
1537
+
1538
+ var range = session.getCommentFoldRange(row, i + match[0].length, 1);
1539
+
1540
+ if (range && !range.isMultiLine()) {
1541
+ if (forceMultiline) {
1542
+ range = this.getSectionRange(session, row);
1543
+ } else if (foldStyle != "all")
1544
+ range = null;
1545
+ }
1546
+
1547
+ return range;
1548
+ }
1549
+
1550
+ if (foldStyle === "markbegin")
1551
+ return;
1552
+
1553
+ var match = line.match(this.foldingStopMarker);
1554
+ if (match) {
1555
+ var i = match.index + match[0].length;
1556
+
1557
+ if (match[1])
1558
+ return this.closingBracketBlock(session, match[1], row, i);
1559
+
1560
+ return session.getCommentFoldRange(row, i, -1);
1561
+ }
1562
+ };
1563
+
1564
+ this.getSectionRange = function(session, row) {
1565
+ var line = session.getLine(row);
1566
+ var startIndent = line.search(/\S/);
1567
+ var startRow = row;
1568
+ var startColumn = line.length;
1569
+ row = row + 1;
1570
+ var endRow = row;
1571
+ var maxRow = session.getLength();
1572
+ while (++row < maxRow) {
1573
+ line = session.getLine(row);
1574
+ var indent = line.search(/\S/);
1575
+ if (indent === -1)
1576
+ continue;
1577
+ if (startIndent > indent)
1578
+ break;
1579
+ var subRange = this.getFoldWidgetRange(session, "all", row);
1580
+
1581
+ if (subRange) {
1582
+ if (subRange.start.row <= startRow) {
1583
+ break;
1584
+ } else if (subRange.isMultiLine()) {
1585
+ row = subRange.end.row;
1586
+ } else if (startIndent == indent) {
1587
+ break;
1588
+ }
1589
+ }
1590
+ endRow = row;
1591
+ }
1592
+
1593
+ return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
1594
+ };
1595
+ this.getCommentRegionBlock = function(session, line, row) {
1596
+ var startColumn = line.search(/\s*$/);
1597
+ var maxRow = session.getLength();
1598
+ var startRow = row;
1599
+
1600
+ var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
1601
+ var depth = 1;
1602
+ while (++row < maxRow) {
1603
+ line = session.getLine(row);
1604
+ var m = re.exec(line);
1605
+ if (!m) continue;
1606
+ if (m[1]) depth--;
1607
+ else depth++;
1608
+
1609
+ if (!depth) break;
1610
+ }
1611
+
1612
+ var endRow = row;
1613
+ if (endRow > startRow) {
1614
+ return new Range(startRow, startColumn, endRow, line.length);
1615
+ }
1616
+ };
1617
+
1618
+ }).call(FoldMode.prototype);
1619
+
1620
+ });
1621
+
1622
+ 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) {
1623
+ "use strict";
1624
+
1625
+ var oop = require("../lib/oop");
1626
+ var TextMode = require("./text").Mode;
1627
+ var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
1628
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1629
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
1630
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
1631
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1632
+
1633
+ var Mode = function() {
1634
+ this.HighlightRules = JavaScriptHighlightRules;
1635
+
1636
+ this.$outdent = new MatchingBraceOutdent();
1637
+ this.$behaviour = new CstyleBehaviour();
1638
+ this.foldingRules = new CStyleFoldMode();
1639
+ };
1640
+ oop.inherits(Mode, TextMode);
1641
+
1642
+ (function() {
1643
+
1644
+ this.lineCommentStart = "//";
1645
+ this.blockComment = {start: "/*", end: "*/"};
1646
+ this.$quotes = {'"': '"', "'": "'", "`": "`"};
1647
+
1648
+ this.getNextLineIndent = function(state, line, tab) {
1649
+ var indent = this.$getIndent(line);
1650
+
1651
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
1652
+ var tokens = tokenizedLine.tokens;
1653
+ var endState = tokenizedLine.state;
1654
+
1655
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
1656
+ return indent;
1657
+ }
1658
+
1659
+ if (state == "start" || state == "no_regex") {
1660
+ var match = line.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);
1661
+ if (match) {
1662
+ indent += tab;
1663
+ }
1664
+ } else if (state == "doc-start") {
1665
+ if (endState == "start" || endState == "no_regex") {
1666
+ return "";
1667
+ }
1668
+ var match = line.match(/^\s*(\/?)\*/);
1669
+ if (match) {
1670
+ if (match[1]) {
1671
+ indent += " ";
1672
+ }
1673
+ indent += "* ";
1674
+ }
1675
+ }
1676
+
1677
+ return indent;
1678
+ };
1679
+
1680
+ this.checkOutdent = function(state, line, input) {
1681
+ return this.$outdent.checkOutdent(line, input);
1682
+ };
1683
+
1684
+ this.autoOutdent = function(state, doc, row) {
1685
+ this.$outdent.autoOutdent(doc, row);
1686
+ };
1687
+
1688
+ this.createWorker = function(session) {
1689
+ var worker = new WorkerClient(["ace"], "ace/mode/javascript_worker", "JavaScriptWorker");
1690
+ worker.attachToDocument(session.getDocument());
1691
+
1692
+ worker.on("annotate", function(results) {
1693
+ session.setAnnotations(results.data);
1694
+ });
1695
+
1696
+ worker.on("terminate", function() {
1697
+ session.clearAnnotations();
1698
+ });
1699
+
1700
+ return worker;
1701
+ };
1702
+
1703
+ this.$id = "ace/mode/javascript";
1704
+ }).call(Mode.prototype);
1705
+
1706
+ exports.Mode = Mode;
1707
+ });
1708
+
1709
+ define("ace/mode/css_completions",["require","exports","module"], function(require, exports, module) {
1710
+ "use strict";
1711
+
1712
+ var propertyMap = {
1713
+ "background": {"#$0": 1},
1714
+ "background-color": {"#$0": 1, "transparent": 1, "fixed": 1},
1715
+ "background-image": {"url('/$0')": 1},
1716
+ "background-repeat": {"repeat": 1, "repeat-x": 1, "repeat-y": 1, "no-repeat": 1, "inherit": 1},
1717
+ "background-position": {"bottom":2, "center":2, "left":2, "right":2, "top":2, "inherit":2},
1718
+ "background-attachment": {"scroll": 1, "fixed": 1},
1719
+ "background-size": {"cover": 1, "contain": 1},
1720
+ "background-clip": {"border-box": 1, "padding-box": 1, "content-box": 1},
1721
+ "background-origin": {"border-box": 1, "padding-box": 1, "content-box": 1},
1722
+ "border": {"solid $0": 1, "dashed $0": 1, "dotted $0": 1, "#$0": 1},
1723
+ "border-color": {"#$0": 1},
1724
+ "border-style": {"solid":2, "dashed":2, "dotted":2, "double":2, "groove":2, "hidden":2, "inherit":2, "inset":2, "none":2, "outset":2, "ridged":2},
1725
+ "border-collapse": {"collapse": 1, "separate": 1},
1726
+ "bottom": {"px": 1, "em": 1, "%": 1},
1727
+ "clear": {"left": 1, "right": 1, "both": 1, "none": 1},
1728
+ "color": {"#$0": 1, "rgb(#$00,0,0)": 1},
1729
+ "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},
1730
+ "display": {"none": 1, "block": 1, "inline": 1, "inline-block": 1, "table-cell": 1},
1731
+ "empty-cells": {"show": 1, "hide": 1},
1732
+ "float": {"left": 1, "right": 1, "none": 1},
1733
+ "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},
1734
+ "font-size": {"px": 1, "em": 1, "%": 1},
1735
+ "font-weight": {"bold": 1, "normal": 1},
1736
+ "font-style": {"italic": 1, "normal": 1},
1737
+ "font-variant": {"normal": 1, "small-caps": 1},
1738
+ "height": {"px": 1, "em": 1, "%": 1},
1739
+ "left": {"px": 1, "em": 1, "%": 1},
1740
+ "letter-spacing": {"normal": 1},
1741
+ "line-height": {"normal": 1},
1742
+ "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},
1743
+ "margin": {"px": 1, "em": 1, "%": 1},
1744
+ "margin-right": {"px": 1, "em": 1, "%": 1},
1745
+ "margin-left": {"px": 1, "em": 1, "%": 1},
1746
+ "margin-top": {"px": 1, "em": 1, "%": 1},
1747
+ "margin-bottom": {"px": 1, "em": 1, "%": 1},
1748
+ "max-height": {"px": 1, "em": 1, "%": 1},
1749
+ "max-width": {"px": 1, "em": 1, "%": 1},
1750
+ "min-height": {"px": 1, "em": 1, "%": 1},
1751
+ "min-width": {"px": 1, "em": 1, "%": 1},
1752
+ "overflow": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1753
+ "overflow-x": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1754
+ "overflow-y": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1755
+ "padding": {"px": 1, "em": 1, "%": 1},
1756
+ "padding-top": {"px": 1, "em": 1, "%": 1},
1757
+ "padding-right": {"px": 1, "em": 1, "%": 1},
1758
+ "padding-bottom": {"px": 1, "em": 1, "%": 1},
1759
+ "padding-left": {"px": 1, "em": 1, "%": 1},
1760
+ "page-break-after": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1761
+ "page-break-before": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1762
+ "position": {"absolute": 1, "relative": 1, "fixed": 1, "static": 1},
1763
+ "right": {"px": 1, "em": 1, "%": 1},
1764
+ "table-layout": {"fixed": 1, "auto": 1},
1765
+ "text-decoration": {"none": 1, "underline": 1, "line-through": 1, "blink": 1},
1766
+ "text-align": {"left": 1, "right": 1, "center": 1, "justify": 1},
1767
+ "text-transform": {"capitalize": 1, "uppercase": 1, "lowercase": 1, "none": 1},
1768
+ "top": {"px": 1, "em": 1, "%": 1},
1769
+ "vertical-align": {"top": 1, "bottom": 1},
1770
+ "visibility": {"hidden": 1, "visible": 1},
1771
+ "white-space": {"nowrap": 1, "normal": 1, "pre": 1, "pre-line": 1, "pre-wrap": 1},
1772
+ "width": {"px": 1, "em": 1, "%": 1},
1773
+ "word-spacing": {"normal": 1},
1774
+ "filter": {"alpha(opacity=$0100)": 1},
1775
+
1776
+ "text-shadow": {"$02px 2px 2px #777": 1},
1777
+ "text-overflow": {"ellipsis-word": 1, "clip": 1, "ellipsis": 1},
1778
+ "-moz-border-radius": 1,
1779
+ "-moz-border-radius-topright": 1,
1780
+ "-moz-border-radius-bottomright": 1,
1781
+ "-moz-border-radius-topleft": 1,
1782
+ "-moz-border-radius-bottomleft": 1,
1783
+ "-webkit-border-radius": 1,
1784
+ "-webkit-border-top-right-radius": 1,
1785
+ "-webkit-border-top-left-radius": 1,
1786
+ "-webkit-border-bottom-right-radius": 1,
1787
+ "-webkit-border-bottom-left-radius": 1,
1788
+ "-moz-box-shadow": 1,
1789
+ "-webkit-box-shadow": 1,
1790
+ "transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1791
+ "-moz-transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1792
+ "-webkit-transform": {"rotate($00deg)": 1, "skew($00deg)": 1 }
1793
+ };
1794
+
1795
+ var CssCompletions = function() {
1796
+
1797
+ };
1798
+
1799
+ (function() {
1800
+
1801
+ this.completionsDefined = false;
1802
+
1803
+ this.defineCompletions = function() {
1804
+ if (document) {
1805
+ var style = document.createElement('c').style;
1806
+
1807
+ for (var i in style) {
1808
+ if (typeof style[i] !== 'string')
1809
+ continue;
1810
+
1811
+ var name = i.replace(/[A-Z]/g, function(x) {
1812
+ return '-' + x.toLowerCase();
1813
+ });
1814
+
1815
+ if (!propertyMap.hasOwnProperty(name))
1816
+ propertyMap[name] = 1;
1817
+ }
1818
+ }
1819
+
1820
+ this.completionsDefined = true;
1821
+ };
1822
+
1823
+ this.getCompletions = function(state, session, pos, prefix) {
1824
+ if (!this.completionsDefined) {
1825
+ this.defineCompletions();
1826
+ }
1827
+
1828
+ var token = session.getTokenAt(pos.row, pos.column);
1829
+
1830
+ if (!token)
1831
+ return [];
1832
+ if (state==='ruleset'){
1833
+ var line = session.getLine(pos.row).substr(0, pos.column);
1834
+ if (/:[^;]+$/.test(line)) {
1835
+ /([\w\-]+):[^:]*$/.test(line);
1836
+
1837
+ return this.getPropertyValueCompletions(state, session, pos, prefix);
1838
+ } else {
1839
+ return this.getPropertyCompletions(state, session, pos, prefix);
1840
+ }
1841
+ }
1842
+
1843
+ return [];
1844
+ };
1845
+
1846
+ this.getPropertyCompletions = function(state, session, pos, prefix) {
1847
+ var properties = Object.keys(propertyMap);
1848
+ return properties.map(function(property){
1849
+ return {
1850
+ caption: property,
1851
+ snippet: property + ': $0;',
1852
+ meta: "property",
1853
+ score: 1000000
1854
+ };
1855
+ });
1856
+ };
1857
+
1858
+ this.getPropertyValueCompletions = function(state, session, pos, prefix) {
1859
+ var line = session.getLine(pos.row).substr(0, pos.column);
1860
+ var property = (/([\w\-]+):[^:]*$/.exec(line) || {})[1];
1861
+
1862
+ if (!property)
1863
+ return [];
1864
+ var values = [];
1865
+ if (property in propertyMap && typeof propertyMap[property] === "object") {
1866
+ values = Object.keys(propertyMap[property]);
1867
+ }
1868
+ return values.map(function(value){
1869
+ return {
1870
+ caption: value,
1871
+ snippet: value,
1872
+ meta: "property value",
1873
+ score: 1000000
1874
+ };
1875
+ });
1876
+ };
1877
+
1878
+ }).call(CssCompletions.prototype);
1879
+
1880
+ exports.CssCompletions = CssCompletions;
1881
+ });
1882
+
1883
+ 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) {
1884
+ "use strict";
1885
+
1886
+ var oop = require("../../lib/oop");
1887
+ var Behaviour = require("../behaviour").Behaviour;
1888
+ var CstyleBehaviour = require("./cstyle").CstyleBehaviour;
1889
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1890
+
1891
+ var CssBehaviour = function () {
1892
+
1893
+ this.inherit(CstyleBehaviour);
1894
+
1895
+ this.add("colon", "insertion", function (state, action, editor, session, text) {
1896
+ if (text === ':' && editor.selection.isEmpty()) {
1897
+ var cursor = editor.getCursorPosition();
1898
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1899
+ var token = iterator.getCurrentToken();
1900
+ if (token && token.value.match(/\s+/)) {
1901
+ token = iterator.stepBackward();
1902
+ }
1903
+ if (token && token.type === 'support.type') {
1904
+ var line = session.doc.getLine(cursor.row);
1905
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1906
+ if (rightChar === ':') {
1907
+ return {
1908
+ text: '',
1909
+ selection: [1, 1]
1910
+ };
1911
+ }
1912
+ if (/^(\s+[^;]|\s*$)/.test(line.substring(cursor.column))) {
1913
+ return {
1914
+ text: ':;',
1915
+ selection: [1, 1]
1916
+ };
1917
+ }
1918
+ }
1919
+ }
1920
+ });
1921
+
1922
+ this.add("colon", "deletion", function (state, action, editor, session, range) {
1923
+ var selected = session.doc.getTextRange(range);
1924
+ if (!range.isMultiLine() && selected === ':') {
1925
+ var cursor = editor.getCursorPosition();
1926
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1927
+ var token = iterator.getCurrentToken();
1928
+ if (token && token.value.match(/\s+/)) {
1929
+ token = iterator.stepBackward();
1930
+ }
1931
+ if (token && token.type === 'support.type') {
1932
+ var line = session.doc.getLine(range.start.row);
1933
+ var rightChar = line.substring(range.end.column, range.end.column + 1);
1934
+ if (rightChar === ';') {
1935
+ range.end.column ++;
1936
+ return range;
1937
+ }
1938
+ }
1939
+ }
1940
+ });
1941
+
1942
+ this.add("semicolon", "insertion", function (state, action, editor, session, text) {
1943
+ if (text === ';' && editor.selection.isEmpty()) {
1944
+ var cursor = editor.getCursorPosition();
1945
+ var line = session.doc.getLine(cursor.row);
1946
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1947
+ if (rightChar === ';') {
1948
+ return {
1949
+ text: '',
1950
+ selection: [1, 1]
1951
+ };
1952
+ }
1953
+ }
1954
+ });
1955
+
1956
+ this.add("!important", "insertion", function (state, action, editor, session, text) {
1957
+ if (text === '!' && editor.selection.isEmpty()) {
1958
+ var cursor = editor.getCursorPosition();
1959
+ var line = session.doc.getLine(cursor.row);
1960
+
1961
+ if (/^\s*(;|}|$)/.test(line.substring(cursor.column))) {
1962
+ return {
1963
+ text: '!important',
1964
+ selection: [10, 10]
1965
+ };
1966
+ }
1967
+ }
1968
+ });
1969
+
1970
+ };
1971
+ oop.inherits(CssBehaviour, CstyleBehaviour);
1972
+
1973
+ exports.CssBehaviour = CssBehaviour;
1974
+ });
1975
+
1976
+ 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) {
1977
+ "use strict";
1978
+
1979
+ var oop = require("../lib/oop");
1980
+ var TextMode = require("./text").Mode;
1981
+ var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
1982
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1983
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
1984
+ var CssCompletions = require("./css_completions").CssCompletions;
1985
+ var CssBehaviour = require("./behaviour/css").CssBehaviour;
1986
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1987
+
1988
+ var Mode = function() {
1989
+ this.HighlightRules = CssHighlightRules;
1990
+ this.$outdent = new MatchingBraceOutdent();
1991
+ this.$behaviour = new CssBehaviour();
1992
+ this.$completer = new CssCompletions();
1993
+ this.foldingRules = new CStyleFoldMode();
1994
+ };
1995
+ oop.inherits(Mode, TextMode);
1996
+
1997
+ (function() {
1998
+
1999
+ this.foldingRules = "cStyle";
2000
+ this.blockComment = {start: "/*", end: "*/"};
2001
+
2002
+ this.getNextLineIndent = function(state, line, tab) {
2003
+ var indent = this.$getIndent(line);
2004
+ var tokens = this.getTokenizer().getLineTokens(line, state).tokens;
2005
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
2006
+ return indent;
2007
+ }
2008
+
2009
+ var match = line.match(/^.*\{\s*$/);
2010
+ if (match) {
2011
+ indent += tab;
2012
+ }
2013
+
2014
+ return indent;
2015
+ };
2016
+
2017
+ this.checkOutdent = function(state, line, input) {
2018
+ return this.$outdent.checkOutdent(line, input);
2019
+ };
2020
+
2021
+ this.autoOutdent = function(state, doc, row) {
2022
+ this.$outdent.autoOutdent(doc, row);
2023
+ };
2024
+
2025
+ this.getCompletions = function(state, session, pos, prefix) {
2026
+ return this.$completer.getCompletions(state, session, pos, prefix);
2027
+ };
2028
+
2029
+ this.createWorker = function(session) {
2030
+ var worker = new WorkerClient(["ace"], "ace/mode/css_worker", "Worker");
2031
+ worker.attachToDocument(session.getDocument());
2032
+
2033
+ worker.on("annotate", function(e) {
2034
+ session.setAnnotations(e.data);
2035
+ });
2036
+
2037
+ worker.on("terminate", function() {
2038
+ session.clearAnnotations();
2039
+ });
2040
+
2041
+ return worker;
2042
+ };
2043
+
2044
+ this.$id = "ace/mode/css";
2045
+ }).call(Mode.prototype);
2046
+
2047
+ exports.Mode = Mode;
2048
+
2049
+ });
2050
+
2051
+ define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
2052
+ "use strict";
2053
+
2054
+ var oop = require("../../lib/oop");
2055
+ var Behaviour = require("../behaviour").Behaviour;
2056
+ var TokenIterator = require("../../token_iterator").TokenIterator;
2057
+ var lang = require("../../lib/lang");
2058
+
2059
+ function is(token, type) {
2060
+ return token && token.type.lastIndexOf(type + ".xml") > -1;
2061
+ }
2062
+
2063
+ var XmlBehaviour = function () {
2064
+
2065
+ this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
2066
+ if (text == '"' || text == "'") {
2067
+ var quote = text;
2068
+ var selected = session.doc.getTextRange(editor.getSelectionRange());
2069
+ if (selected !== "" && selected !== "'" && selected != '"' && editor.getWrapBehavioursEnabled()) {
2070
+ return {
2071
+ text: quote + selected + quote,
2072
+ selection: false
2073
+ };
2074
+ }
2075
+
2076
+ var cursor = editor.getCursorPosition();
2077
+ var line = session.doc.getLine(cursor.row);
2078
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
2079
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
2080
+ var token = iterator.getCurrentToken();
2081
+
2082
+ if (rightChar == quote && (is(token, "attribute-value") || is(token, "string"))) {
2083
+ return {
2084
+ text: "",
2085
+ selection: [1, 1]
2086
+ };
2087
+ }
2088
+
2089
+ if (!token)
2090
+ token = iterator.stepBackward();
2091
+
2092
+ if (!token)
2093
+ return;
2094
+
2095
+ while (is(token, "tag-whitespace") || is(token, "whitespace")) {
2096
+ token = iterator.stepBackward();
2097
+ }
2098
+ var rightSpace = !rightChar || rightChar.match(/\s/);
2099
+ if (is(token, "attribute-equals") && (rightSpace || rightChar == '>') || (is(token, "decl-attribute-equals") && (rightSpace || rightChar == '?'))) {
2100
+ return {
2101
+ text: quote + quote,
2102
+ selection: [1, 1]
2103
+ };
2104
+ }
2105
+ }
2106
+ });
2107
+
2108
+ this.add("string_dquotes", "deletion", function(state, action, editor, session, range) {
2109
+ var selected = session.doc.getTextRange(range);
2110
+ if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
2111
+ var line = session.doc.getLine(range.start.row);
2112
+ var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
2113
+ if (rightChar == selected) {
2114
+ range.end.column++;
2115
+ return range;
2116
+ }
2117
+ }
2118
+ });
2119
+
2120
+ this.add("autoclosing", "insertion", function (state, action, editor, session, text) {
2121
+ if (text == '>') {
2122
+ var position = editor.getSelectionRange().start;
2123
+ var iterator = new TokenIterator(session, position.row, position.column);
2124
+ var token = iterator.getCurrentToken() || iterator.stepBackward();
2125
+ if (!token || !(is(token, "tag-name") || is(token, "tag-whitespace") || is(token, "attribute-name") || is(token, "attribute-equals") || is(token, "attribute-value")))
2126
+ return;
2127
+ if (is(token, "reference.attribute-value"))
2128
+ return;
2129
+ if (is(token, "attribute-value")) {
2130
+ var tokenEndColumn = iterator.getCurrentTokenColumn() + token.value.length;
2131
+ if (position.column < tokenEndColumn)
2132
+ return;
2133
+ if (position.column == tokenEndColumn) {
2134
+ var nextToken = iterator.stepForward();
2135
+ if (nextToken && is(nextToken, "attribute-value"))
2136
+ return;
2137
+ iterator.stepBackward();
2138
+ }
2139
+ }
2140
+
2141
+ if (/^\s*>/.test(session.getLine(position.row).slice(position.column)))
2142
+ return;
2143
+ while (!is(token, "tag-name")) {
2144
+ token = iterator.stepBackward();
2145
+ if (token.value == "<") {
2146
+ token = iterator.stepForward();
2147
+ break;
2148
+ }
2149
+ }
2150
+
2151
+ var tokenRow = iterator.getCurrentTokenRow();
2152
+ var tokenColumn = iterator.getCurrentTokenColumn();
2153
+ if (is(iterator.stepBackward(), "end-tag-open"))
2154
+ return;
2155
+
2156
+ var element = token.value;
2157
+ if (tokenRow == position.row)
2158
+ element = element.substring(0, position.column - tokenColumn);
2159
+
2160
+ if (this.voidElements.hasOwnProperty(element.toLowerCase()))
2161
+ return;
2162
+
2163
+ return {
2164
+ text: ">" + "</" + element + ">",
2165
+ selection: [1, 1]
2166
+ };
2167
+ }
2168
+ });
2169
+
2170
+ this.add("autoindent", "insertion", function (state, action, editor, session, text) {
2171
+ if (text == "\n") {
2172
+ var cursor = editor.getCursorPosition();
2173
+ var line = session.getLine(cursor.row);
2174
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
2175
+ var token = iterator.getCurrentToken();
2176
+
2177
+ if (token && token.type.indexOf("tag-close") !== -1) {
2178
+ if (token.value == "/>")
2179
+ return;
2180
+ while (token && token.type.indexOf("tag-name") === -1) {
2181
+ token = iterator.stepBackward();
2182
+ }
2183
+
2184
+ if (!token) {
2185
+ return;
2186
+ }
2187
+
2188
+ var tag = token.value;
2189
+ var row = iterator.getCurrentTokenRow();
2190
+ token = iterator.stepBackward();
2191
+ if (!token || token.type.indexOf("end-tag") !== -1) {
2192
+ return;
2193
+ }
2194
+
2195
+ if (this.voidElements && !this.voidElements[tag]) {
2196
+ var nextToken = session.getTokenAt(cursor.row, cursor.column+1);
2197
+ var line = session.getLine(row);
2198
+ var nextIndent = this.$getIndent(line);
2199
+ var indent = nextIndent + session.getTabString();
2200
+
2201
+ if (nextToken && nextToken.value === "</") {
2202
+ return {
2203
+ text: "\n" + indent + "\n" + nextIndent,
2204
+ selection: [1, indent.length, 1, indent.length]
2205
+ };
2206
+ } else {
2207
+ return {
2208
+ text: "\n" + indent
2209
+ };
2210
+ }
2211
+ }
2212
+ }
2213
+ }
2214
+ });
2215
+
2216
+ };
2217
+
2218
+ oop.inherits(XmlBehaviour, Behaviour);
2219
+
2220
+ exports.XmlBehaviour = XmlBehaviour;
2221
+ });
2222
+
2223
+ define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"], function(require, exports, module) {
2224
+ "use strict";
2225
+
2226
+ var oop = require("../../lib/oop");
2227
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2228
+
2229
+ var FoldMode = exports.FoldMode = function(defaultMode, subModes) {
2230
+ this.defaultMode = defaultMode;
2231
+ this.subModes = subModes;
2232
+ };
2233
+ oop.inherits(FoldMode, BaseFoldMode);
2234
+
2235
+ (function() {
2236
+
2237
+
2238
+ this.$getMode = function(state) {
2239
+ if (typeof state != "string")
2240
+ state = state[0];
2241
+ for (var key in this.subModes) {
2242
+ if (state.indexOf(key) === 0)
2243
+ return this.subModes[key];
2244
+ }
2245
+ return null;
2246
+ };
2247
+
2248
+ this.$tryMode = function(state, session, foldStyle, row) {
2249
+ var mode = this.$getMode(state);
2250
+ return (mode ? mode.getFoldWidget(session, foldStyle, row) : "");
2251
+ };
2252
+
2253
+ this.getFoldWidget = function(session, foldStyle, row) {
2254
+ return (
2255
+ this.$tryMode(session.getState(row-1), session, foldStyle, row) ||
2256
+ this.$tryMode(session.getState(row), session, foldStyle, row) ||
2257
+ this.defaultMode.getFoldWidget(session, foldStyle, row)
2258
+ );
2259
+ };
2260
+
2261
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2262
+ var mode = this.$getMode(session.getState(row-1));
2263
+
2264
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
2265
+ mode = this.$getMode(session.getState(row));
2266
+
2267
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
2268
+ mode = this.defaultMode;
2269
+
2270
+ return mode.getFoldWidgetRange(session, foldStyle, row);
2271
+ };
2272
+
2273
+ }).call(FoldMode.prototype);
2274
+
2275
+ });
2276
+
2277
+ 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) {
2278
+ "use strict";
2279
+
2280
+ var oop = require("../../lib/oop");
2281
+ var lang = require("../../lib/lang");
2282
+ var Range = require("../../range").Range;
2283
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2284
+ var TokenIterator = require("../../token_iterator").TokenIterator;
2285
+
2286
+ var FoldMode = exports.FoldMode = function(voidElements, optionalEndTags) {
2287
+ BaseFoldMode.call(this);
2288
+ this.voidElements = voidElements || {};
2289
+ this.optionalEndTags = oop.mixin({}, this.voidElements);
2290
+ if (optionalEndTags)
2291
+ oop.mixin(this.optionalEndTags, optionalEndTags);
2292
+
2293
+ };
2294
+ oop.inherits(FoldMode, BaseFoldMode);
2295
+
2296
+ var Tag = function() {
2297
+ this.tagName = "";
2298
+ this.closing = false;
2299
+ this.selfClosing = false;
2300
+ this.start = {row: 0, column: 0};
2301
+ this.end = {row: 0, column: 0};
2302
+ };
2303
+
2304
+ function is(token, type) {
2305
+ return token.type.lastIndexOf(type + ".xml") > -1;
2306
+ }
2307
+
2308
+ (function() {
2309
+
2310
+ this.getFoldWidget = function(session, foldStyle, row) {
2311
+ var tag = this._getFirstTagInLine(session, row);
2312
+
2313
+ if (!tag)
2314
+ return this.getCommentFoldWidget(session, row);
2315
+
2316
+ if (tag.closing || (!tag.tagName && tag.selfClosing))
2317
+ return foldStyle == "markbeginend" ? "end" : "";
2318
+
2319
+ if (!tag.tagName || tag.selfClosing || this.voidElements.hasOwnProperty(tag.tagName.toLowerCase()))
2320
+ return "";
2321
+
2322
+ if (this._findEndTagInLine(session, row, tag.tagName, tag.end.column))
2323
+ return "";
2324
+
2325
+ return "start";
2326
+ };
2327
+
2328
+ this.getCommentFoldWidget = function(session, row) {
2329
+ if (/comment/.test(session.getState(row)) && /<!-/.test(session.getLine(row)))
2330
+ return "start";
2331
+ return "";
2332
+ };
2333
+ this._getFirstTagInLine = function(session, row) {
2334
+ var tokens = session.getTokens(row);
2335
+ var tag = new Tag();
2336
+
2337
+ for (var i = 0; i < tokens.length; i++) {
2338
+ var token = tokens[i];
2339
+ if (is(token, "tag-open")) {
2340
+ tag.end.column = tag.start.column + token.value.length;
2341
+ tag.closing = is(token, "end-tag-open");
2342
+ token = tokens[++i];
2343
+ if (!token)
2344
+ return null;
2345
+ tag.tagName = token.value;
2346
+ tag.end.column += token.value.length;
2347
+ for (i++; i < tokens.length; i++) {
2348
+ token = tokens[i];
2349
+ tag.end.column += token.value.length;
2350
+ if (is(token, "tag-close")) {
2351
+ tag.selfClosing = token.value == '/>';
2352
+ break;
2353
+ }
2354
+ }
2355
+ return tag;
2356
+ } else if (is(token, "tag-close")) {
2357
+ tag.selfClosing = token.value == '/>';
2358
+ return tag;
2359
+ }
2360
+ tag.start.column += token.value.length;
2361
+ }
2362
+
2363
+ return null;
2364
+ };
2365
+
2366
+ this._findEndTagInLine = function(session, row, tagName, startColumn) {
2367
+ var tokens = session.getTokens(row);
2368
+ var column = 0;
2369
+ for (var i = 0; i < tokens.length; i++) {
2370
+ var token = tokens[i];
2371
+ column += token.value.length;
2372
+ if (column < startColumn)
2373
+ continue;
2374
+ if (is(token, "end-tag-open")) {
2375
+ token = tokens[i + 1];
2376
+ if (token && token.value == tagName)
2377
+ return true;
2378
+ }
2379
+ }
2380
+ return false;
2381
+ };
2382
+ this._readTagForward = function(iterator) {
2383
+ var token = iterator.getCurrentToken();
2384
+ if (!token)
2385
+ return null;
2386
+
2387
+ var tag = new Tag();
2388
+ do {
2389
+ if (is(token, "tag-open")) {
2390
+ tag.closing = is(token, "end-tag-open");
2391
+ tag.start.row = iterator.getCurrentTokenRow();
2392
+ tag.start.column = iterator.getCurrentTokenColumn();
2393
+ } else if (is(token, "tag-name")) {
2394
+ tag.tagName = token.value;
2395
+ } else if (is(token, "tag-close")) {
2396
+ tag.selfClosing = token.value == "/>";
2397
+ tag.end.row = iterator.getCurrentTokenRow();
2398
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
2399
+ iterator.stepForward();
2400
+ return tag;
2401
+ }
2402
+ } while(token = iterator.stepForward());
2403
+
2404
+ return null;
2405
+ };
2406
+
2407
+ this._readTagBackward = function(iterator) {
2408
+ var token = iterator.getCurrentToken();
2409
+ if (!token)
2410
+ return null;
2411
+
2412
+ var tag = new Tag();
2413
+ do {
2414
+ if (is(token, "tag-open")) {
2415
+ tag.closing = is(token, "end-tag-open");
2416
+ tag.start.row = iterator.getCurrentTokenRow();
2417
+ tag.start.column = iterator.getCurrentTokenColumn();
2418
+ iterator.stepBackward();
2419
+ return tag;
2420
+ } else if (is(token, "tag-name")) {
2421
+ tag.tagName = token.value;
2422
+ } else if (is(token, "tag-close")) {
2423
+ tag.selfClosing = token.value == "/>";
2424
+ tag.end.row = iterator.getCurrentTokenRow();
2425
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
2426
+ }
2427
+ } while(token = iterator.stepBackward());
2428
+
2429
+ return null;
2430
+ };
2431
+
2432
+ this._pop = function(stack, tag) {
2433
+ while (stack.length) {
2434
+
2435
+ var top = stack[stack.length-1];
2436
+ if (!tag || top.tagName == tag.tagName) {
2437
+ return stack.pop();
2438
+ }
2439
+ else if (this.optionalEndTags.hasOwnProperty(top.tagName)) {
2440
+ stack.pop();
2441
+ continue;
2442
+ } else {
2443
+ return null;
2444
+ }
2445
+ }
2446
+ };
2447
+
2448
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2449
+ var firstTag = this._getFirstTagInLine(session, row);
2450
+
2451
+ if (!firstTag) {
2452
+ return this.getCommentFoldWidget(session, row)
2453
+ && session.getCommentFoldRange(row, session.getLine(row).length);
2454
+ }
2455
+
2456
+ var isBackward = firstTag.closing || firstTag.selfClosing;
2457
+ var stack = [];
2458
+ var tag;
2459
+
2460
+ if (!isBackward) {
2461
+ var iterator = new TokenIterator(session, row, firstTag.start.column);
2462
+ var start = {
2463
+ row: row,
2464
+ column: firstTag.start.column + firstTag.tagName.length + 2
2465
+ };
2466
+ if (firstTag.start.row == firstTag.end.row)
2467
+ start.column = firstTag.end.column;
2468
+ while (tag = this._readTagForward(iterator)) {
2469
+ if (tag.selfClosing) {
2470
+ if (!stack.length) {
2471
+ tag.start.column += tag.tagName.length + 2;
2472
+ tag.end.column -= 2;
2473
+ return Range.fromPoints(tag.start, tag.end);
2474
+ } else
2475
+ continue;
2476
+ }
2477
+
2478
+ if (tag.closing) {
2479
+ this._pop(stack, tag);
2480
+ if (stack.length == 0)
2481
+ return Range.fromPoints(start, tag.start);
2482
+ }
2483
+ else {
2484
+ stack.push(tag);
2485
+ }
2486
+ }
2487
+ }
2488
+ else {
2489
+ var iterator = new TokenIterator(session, row, firstTag.end.column);
2490
+ var end = {
2491
+ row: row,
2492
+ column: firstTag.start.column
2493
+ };
2494
+
2495
+ while (tag = this._readTagBackward(iterator)) {
2496
+ if (tag.selfClosing) {
2497
+ if (!stack.length) {
2498
+ tag.start.column += tag.tagName.length + 2;
2499
+ tag.end.column -= 2;
2500
+ return Range.fromPoints(tag.start, tag.end);
2501
+ } else
2502
+ continue;
2503
+ }
2504
+
2505
+ if (!tag.closing) {
2506
+ this._pop(stack, tag);
2507
+ if (stack.length == 0) {
2508
+ tag.start.column += tag.tagName.length + 2;
2509
+ if (tag.start.row == tag.end.row && tag.start.column < tag.end.column)
2510
+ tag.start.column = tag.end.column;
2511
+ return Range.fromPoints(tag.start, end);
2512
+ }
2513
+ }
2514
+ else {
2515
+ stack.push(tag);
2516
+ }
2517
+ }
2518
+ }
2519
+
2520
+ };
2521
+
2522
+ }).call(FoldMode.prototype);
2523
+
2524
+ });
2525
+
2526
+ 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) {
2527
+ "use strict";
2528
+
2529
+ var oop = require("../../lib/oop");
2530
+ var MixedFoldMode = require("./mixed").FoldMode;
2531
+ var XmlFoldMode = require("./xml").FoldMode;
2532
+ var CStyleFoldMode = require("./cstyle").FoldMode;
2533
+
2534
+ var FoldMode = exports.FoldMode = function(voidElements, optionalTags) {
2535
+ MixedFoldMode.call(this, new XmlFoldMode(voidElements, optionalTags), {
2536
+ "js-": new CStyleFoldMode(),
2537
+ "css-": new CStyleFoldMode()
2538
+ });
2539
+ };
2540
+
2541
+ oop.inherits(FoldMode, MixedFoldMode);
2542
+
2543
+ });
2544
+
2545
+ define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"], function(require, exports, module) {
2546
+ "use strict";
2547
+
2548
+ var TokenIterator = require("../token_iterator").TokenIterator;
2549
+
2550
+ var commonAttributes = [
2551
+ "accesskey",
2552
+ "class",
2553
+ "contenteditable",
2554
+ "contextmenu",
2555
+ "dir",
2556
+ "draggable",
2557
+ "dropzone",
2558
+ "hidden",
2559
+ "id",
2560
+ "inert",
2561
+ "itemid",
2562
+ "itemprop",
2563
+ "itemref",
2564
+ "itemscope",
2565
+ "itemtype",
2566
+ "lang",
2567
+ "spellcheck",
2568
+ "style",
2569
+ "tabindex",
2570
+ "title",
2571
+ "translate"
2572
+ ];
2573
+
2574
+ var eventAttributes = [
2575
+ "onabort",
2576
+ "onblur",
2577
+ "oncancel",
2578
+ "oncanplay",
2579
+ "oncanplaythrough",
2580
+ "onchange",
2581
+ "onclick",
2582
+ "onclose",
2583
+ "oncontextmenu",
2584
+ "oncuechange",
2585
+ "ondblclick",
2586
+ "ondrag",
2587
+ "ondragend",
2588
+ "ondragenter",
2589
+ "ondragleave",
2590
+ "ondragover",
2591
+ "ondragstart",
2592
+ "ondrop",
2593
+ "ondurationchange",
2594
+ "onemptied",
2595
+ "onended",
2596
+ "onerror",
2597
+ "onfocus",
2598
+ "oninput",
2599
+ "oninvalid",
2600
+ "onkeydown",
2601
+ "onkeypress",
2602
+ "onkeyup",
2603
+ "onload",
2604
+ "onloadeddata",
2605
+ "onloadedmetadata",
2606
+ "onloadstart",
2607
+ "onmousedown",
2608
+ "onmousemove",
2609
+ "onmouseout",
2610
+ "onmouseover",
2611
+ "onmouseup",
2612
+ "onmousewheel",
2613
+ "onpause",
2614
+ "onplay",
2615
+ "onplaying",
2616
+ "onprogress",
2617
+ "onratechange",
2618
+ "onreset",
2619
+ "onscroll",
2620
+ "onseeked",
2621
+ "onseeking",
2622
+ "onselect",
2623
+ "onshow",
2624
+ "onstalled",
2625
+ "onsubmit",
2626
+ "onsuspend",
2627
+ "ontimeupdate",
2628
+ "onvolumechange",
2629
+ "onwaiting"
2630
+ ];
2631
+
2632
+ var globalAttributes = commonAttributes.concat(eventAttributes);
2633
+
2634
+ var attributeMap = {
2635
+ "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},
2636
+ "abbr": {},
2637
+ "address": {},
2638
+ "area": {"shape": 1, "coords": 1, "href": 1, "hreflang": 1, "alt": 1, "target": 1, "media": 1, "rel": 1, "ping": 1, "type": 1},
2639
+ "article": {"pubdate": 1},
2640
+ "aside": {},
2641
+ "audio": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1 }},
2642
+ "b": {},
2643
+ "base": {"href": 1, "target": 1},
2644
+ "bdi": {},
2645
+ "bdo": {},
2646
+ "blockquote": {"cite": 1},
2647
+ "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},
2648
+ "br": {},
2649
+ "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}},
2650
+ "canvas": {"width": 1, "height": 1},
2651
+ "caption": {},
2652
+ "cite": {},
2653
+ "code": {},
2654
+ "col": {"span": 1},
2655
+ "colgroup": {"span": 1},
2656
+ "command": {"type": 1, "label": 1, "icon": 1, "disabled": 1, "checked": 1, "radiogroup": 1, "command": 1},
2657
+ "data": {},
2658
+ "datalist": {},
2659
+ "dd": {},
2660
+ "del": {"cite": 1, "datetime": 1},
2661
+ "details": {"open": 1},
2662
+ "dfn": {},
2663
+ "dialog": {"open": 1},
2664
+ "div": {},
2665
+ "dl": {},
2666
+ "dt": {},
2667
+ "em": {},
2668
+ "embed": {"src": 1, "height": 1, "width": 1, "type": 1},
2669
+ "fieldset": {"disabled": 1, "form": 1, "name": 1},
2670
+ "figcaption": {},
2671
+ "figure": {},
2672
+ "footer": {},
2673
+ "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}},
2674
+ "h1": {},
2675
+ "h2": {},
2676
+ "h3": {},
2677
+ "h4": {},
2678
+ "h5": {},
2679
+ "h6": {},
2680
+ "head": {},
2681
+ "header": {},
2682
+ "hr": {},
2683
+ "html": {"manifest": 1},
2684
+ "i": {},
2685
+ "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}},
2686
+ "img": {"alt": 1, "src": 1, "height": 1, "width": 1, "usemap": 1, "ismap": 1},
2687
+ "input": {
2688
+ "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},
2689
+ "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},
2690
+ "ins": {"cite": 1, "datetime": 1},
2691
+ "kbd": {},
2692
+ "keygen": {"autofocus": 1, "challenge": {"challenge": 1}, "disabled": {"disabled": 1}, "form": 1, "keytype": {"rsa": 1, "dsa": 1, "ec": 1}, "name": 1},
2693
+ "label": {"form": 1, "for": 1},
2694
+ "legend": {},
2695
+ "li": {"value": 1},
2696
+ "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},
2697
+ "main": {},
2698
+ "map": {"name": 1},
2699
+ "mark": {},
2700
+ "math": {},
2701
+ "menu": {"type": 1, "label": 1},
2702
+ "meta": {"http-equiv": {"content-type": 1}, "name": {"description": 1, "keywords": 1}, "content": {"text/html; charset=UTF-8": 1}, "charset": 1},
2703
+ "meter": {"value": 1, "min": 1, "max": 1, "low": 1, "high": 1, "optimum": 1},
2704
+ "nav": {},
2705
+ "noscript": {"href": 1},
2706
+ "object": {"param": 1, "data": 1, "type": 1, "height" : 1, "width": 1, "usemap": 1, "name": 1, "form": 1, "classid": 1},
2707
+ "ol": {"start": 1, "reversed": 1},
2708
+ "optgroup": {"disabled": 1, "label": 1},
2709
+ "option": {"disabled": 1, "selected": 1, "label": 1, "value": 1},
2710
+ "output": {"for": 1, "form": 1, "name": 1},
2711
+ "p": {},
2712
+ "param": {"name": 1, "value": 1},
2713
+ "pre": {},
2714
+ "progress": {"value": 1, "max": 1},
2715
+ "q": {"cite": 1},
2716
+ "rp": {},
2717
+ "rt": {},
2718
+ "ruby": {},
2719
+ "s": {},
2720
+ "samp": {},
2721
+ "script": {"charset": 1, "type": {"text/javascript": 1}, "src": 1, "defer": 1, "async": 1},
2722
+ "select": {"autofocus": 1, "disabled": 1, "form": 1, "multiple": {"multiple": 1}, "name": 1, "size": 1, "readonly":{"readonly": 1}},
2723
+ "small": {},
2724
+ "source": {"src": 1, "type": 1, "media": 1},
2725
+ "span": {},
2726
+ "strong": {},
2727
+ "style": {"type": 1, "media": {"all": 1, "screen": 1, "print": 1}, "scoped": 1},
2728
+ "sub": {},
2729
+ "sup": {},
2730
+ "svg": {},
2731
+ "table": {"summary": 1},
2732
+ "tbody": {},
2733
+ "td": {"headers": 1, "rowspan": 1, "colspan": 1},
2734
+ "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}},
2735
+ "tfoot": {},
2736
+ "th": {"headers": 1, "rowspan": 1, "colspan": 1, "scope": 1},
2737
+ "thead": {},
2738
+ "time": {"datetime": 1},
2739
+ "title": {},
2740
+ "tr": {},
2741
+ "track": {"kind": 1, "src": 1, "srclang": 1, "label": 1, "default": 1},
2742
+ "section": {},
2743
+ "summary": {},
2744
+ "u": {},
2745
+ "ul": {},
2746
+ "var": {},
2747
+ "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}},
2748
+ "wbr": {}
2749
+ };
2750
+
2751
+ var elements = Object.keys(attributeMap);
2752
+
2753
+ function is(token, type) {
2754
+ return token.type.lastIndexOf(type + ".xml") > -1;
2755
+ }
2756
+
2757
+ function findTagName(session, pos) {
2758
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2759
+ var token = iterator.getCurrentToken();
2760
+ while (token && !is(token, "tag-name")){
2761
+ token = iterator.stepBackward();
2762
+ }
2763
+ if (token)
2764
+ return token.value;
2765
+ }
2766
+
2767
+ function findAttributeName(session, pos) {
2768
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2769
+ var token = iterator.getCurrentToken();
2770
+ while (token && !is(token, "attribute-name")){
2771
+ token = iterator.stepBackward();
2772
+ }
2773
+ if (token)
2774
+ return token.value;
2775
+ }
2776
+
2777
+ var HtmlCompletions = function() {
2778
+
2779
+ };
2780
+
2781
+ (function() {
2782
+
2783
+ this.getCompletions = function(state, session, pos, prefix) {
2784
+ var token = session.getTokenAt(pos.row, pos.column);
2785
+
2786
+ if (!token)
2787
+ return [];
2788
+ if (is(token, "tag-name") || is(token, "tag-open") || is(token, "end-tag-open"))
2789
+ return this.getTagCompletions(state, session, pos, prefix);
2790
+ if (is(token, "tag-whitespace") || is(token, "attribute-name"))
2791
+ return this.getAttributeCompletions(state, session, pos, prefix);
2792
+ if (is(token, "attribute-value"))
2793
+ return this.getAttributeValueCompletions(state, session, pos, prefix);
2794
+ var line = session.getLine(pos.row).substr(0, pos.column);
2795
+ if (/&[a-z]*$/i.test(line))
2796
+ return this.getHTMLEntityCompletions(state, session, pos, prefix);
2797
+
2798
+ return [];
2799
+ };
2800
+
2801
+ this.getTagCompletions = function(state, session, pos, prefix) {
2802
+ return elements.map(function(element){
2803
+ return {
2804
+ value: element,
2805
+ meta: "tag",
2806
+ score: 1000000
2807
+ };
2808
+ });
2809
+ };
2810
+
2811
+ this.getAttributeCompletions = function(state, session, pos, prefix) {
2812
+ var tagName = findTagName(session, pos);
2813
+ if (!tagName)
2814
+ return [];
2815
+ var attributes = globalAttributes;
2816
+ if (tagName in attributeMap) {
2817
+ attributes = attributes.concat(Object.keys(attributeMap[tagName]));
2818
+ }
2819
+ return attributes.map(function(attribute){
2820
+ return {
2821
+ caption: attribute,
2822
+ snippet: attribute + '="$0"',
2823
+ meta: "attribute",
2824
+ score: 1000000
2825
+ };
2826
+ });
2827
+ };
2828
+
2829
+ this.getAttributeValueCompletions = function(state, session, pos, prefix) {
2830
+ var tagName = findTagName(session, pos);
2831
+ var attributeName = findAttributeName(session, pos);
2832
+
2833
+ if (!tagName)
2834
+ return [];
2835
+ var values = [];
2836
+ if (tagName in attributeMap && attributeName in attributeMap[tagName] && typeof attributeMap[tagName][attributeName] === "object") {
2837
+ values = Object.keys(attributeMap[tagName][attributeName]);
2838
+ }
2839
+ return values.map(function(value){
2840
+ return {
2841
+ caption: value,
2842
+ snippet: value,
2843
+ meta: "attribute value",
2844
+ score: 1000000
2845
+ };
2846
+ });
2847
+ };
2848
+
2849
+ this.getHTMLEntityCompletions = function(state, session, pos, prefix) {
2850
+ 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;'];
2851
+
2852
+ return values.map(function(value){
2853
+ return {
2854
+ caption: value,
2855
+ snippet: value,
2856
+ meta: "html entity",
2857
+ score: 1000000
2858
+ };
2859
+ });
2860
+ };
2861
+
2862
+ }).call(HtmlCompletions.prototype);
2863
+
2864
+ exports.HtmlCompletions = HtmlCompletions;
2865
+ });
2866
+
2867
+ 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) {
2868
+ "use strict";
2869
+
2870
+ var oop = require("../lib/oop");
2871
+ var lang = require("../lib/lang");
2872
+ var TextMode = require("./text").Mode;
2873
+ var JavaScriptMode = require("./javascript").Mode;
2874
+ var CssMode = require("./css").Mode;
2875
+ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
2876
+ var XmlBehaviour = require("./behaviour/xml").XmlBehaviour;
2877
+ var HtmlFoldMode = require("./folding/html").FoldMode;
2878
+ var HtmlCompletions = require("./html_completions").HtmlCompletions;
2879
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
2880
+ var voidElements = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "menuitem", "param", "source", "track", "wbr"];
2881
+ var optionalEndTags = ["li", "dt", "dd", "p", "rt", "rp", "optgroup", "option", "colgroup", "td", "th"];
2882
+
2883
+ var Mode = function(options) {
2884
+ this.fragmentContext = options && options.fragmentContext;
2885
+ this.HighlightRules = HtmlHighlightRules;
2886
+ this.$behaviour = new XmlBehaviour();
2887
+ this.$completer = new HtmlCompletions();
2888
+
2889
+ this.createModeDelegates({
2890
+ "js-": JavaScriptMode,
2891
+ "css-": CssMode
2892
+ });
2893
+
2894
+ this.foldingRules = new HtmlFoldMode(this.voidElements, lang.arrayToMap(optionalEndTags));
2895
+ };
2896
+ oop.inherits(Mode, TextMode);
2897
+
2898
+ (function() {
2899
+
2900
+ this.blockComment = {start: "<!--", end: "-->"};
2901
+
2902
+ this.voidElements = lang.arrayToMap(voidElements);
2903
+
2904
+ this.getNextLineIndent = function(state, line, tab) {
2905
+ return this.$getIndent(line);
2906
+ };
2907
+
2908
+ this.checkOutdent = function(state, line, input) {
2909
+ return false;
2910
+ };
2911
+
2912
+ this.getCompletions = function(state, session, pos, prefix) {
2913
+ return this.$completer.getCompletions(state, session, pos, prefix);
2914
+ };
2915
+
2916
+ this.createWorker = function(session) {
2917
+ if (this.constructor != Mode)
2918
+ return;
2919
+ var worker = new WorkerClient(["ace"], "ace/mode/html_worker", "Worker");
2920
+ worker.attachToDocument(session.getDocument());
2921
+
2922
+ if (this.fragmentContext)
2923
+ worker.call("setOptions", [{context: this.fragmentContext}]);
2924
+
2925
+ worker.on("error", function(e) {
2926
+ session.setAnnotations(e.data);
2927
+ });
2928
+
2929
+ worker.on("terminate", function() {
2930
+ session.clearAnnotations();
2931
+ });
2932
+
2933
+ return worker;
2934
+ };
2935
+
2936
+ this.$id = "ace/mode/html";
2937
+ }).call(Mode.prototype);
2938
+
2939
+ exports.Mode = Mode;
2940
+ });
2941
+
2942
+ define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"], function(require, exports, module) {
2943
+ "use strict";
2944
+
2945
+ var oop = require("../../lib/oop");
2946
+ var BaseFoldMode = require("./fold_mode").FoldMode;
2947
+ var Range = require("../../range").Range;
2948
+
2949
+ var FoldMode = exports.FoldMode = function() {};
2950
+ oop.inherits(FoldMode, BaseFoldMode);
2951
+
2952
+ (function() {
2953
+
2954
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2955
+ var range = this.indentationBlock(session, row);
2956
+ if (range)
2957
+ return range;
2958
+
2959
+ var re = /\S/;
2960
+ var line = session.getLine(row);
2961
+ var startLevel = line.search(re);
2962
+ if (startLevel == -1 || line[startLevel] != "#")
2963
+ return;
2964
+
2965
+ var startColumn = line.length;
2966
+ var maxRow = session.getLength();
2967
+ var startRow = row;
2968
+ var endRow = row;
2969
+
2970
+ while (++row < maxRow) {
2971
+ line = session.getLine(row);
2972
+ var level = line.search(re);
2973
+
2974
+ if (level == -1)
2975
+ continue;
2976
+
2977
+ if (line[level] != "#")
2978
+ break;
2979
+
2980
+ endRow = row;
2981
+ }
2982
+
2983
+ if (endRow > startRow) {
2984
+ var endColumn = session.getLine(endRow).length;
2985
+ return new Range(startRow, startColumn, endRow, endColumn);
2986
+ }
2987
+ };
2988
+ this.getFoldWidget = function(session, foldStyle, row) {
2989
+ var line = session.getLine(row);
2990
+ var indent = line.search(/\S/);
2991
+ var next = session.getLine(row + 1);
2992
+ var prev = session.getLine(row - 1);
2993
+ var prevIndent = prev.search(/\S/);
2994
+ var nextIndent = next.search(/\S/);
2995
+
2996
+ if (indent == -1) {
2997
+ session.foldWidgets[row - 1] = prevIndent!= -1 && prevIndent < nextIndent ? "start" : "";
2998
+ return "";
2999
+ }
3000
+ if (prevIndent == -1) {
3001
+ if (indent == nextIndent && line[indent] == "#" && next[indent] == "#") {
3002
+ session.foldWidgets[row - 1] = "";
3003
+ session.foldWidgets[row + 1] = "";
3004
+ return "start";
3005
+ }
3006
+ } else if (prevIndent == indent && line[indent] == "#" && prev[indent] == "#") {
3007
+ if (session.getLine(row - 2).search(/\S/) == -1) {
3008
+ session.foldWidgets[row - 1] = "start";
3009
+ session.foldWidgets[row + 1] = "";
3010
+ return "";
3011
+ }
3012
+ }
3013
+
3014
+ if (prevIndent!= -1 && prevIndent < indent)
3015
+ session.foldWidgets[row - 1] = "start";
3016
+ else
3017
+ session.foldWidgets[row - 1] = "";
3018
+
3019
+ if (indent < nextIndent)
3020
+ return "start";
3021
+ else
3022
+ return "";
3023
+ };
3024
+
3025
+ }).call(FoldMode.prototype);
3026
+
3027
+ });
3028
+
3029
+ define("ace/mode/elixir",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/elixir_highlight_rules","ace/mode/folding/coffee"], function(require, exports, module) {
3030
+ "use strict";
3031
+
3032
+ var oop = require("../lib/oop");
3033
+ var TextMode = require("./text").Mode;
3034
+ var ElixirHighlightRules = require("./elixir_highlight_rules").ElixirHighlightRules;
3035
+ var FoldMode = require("./folding/coffee").FoldMode;
3036
+
3037
+ var Mode = function() {
3038
+ this.HighlightRules = ElixirHighlightRules;
3039
+ this.foldingRules = new FoldMode();
3040
+ this.$behaviour = this.$defaultBehaviour;
3041
+ };
3042
+ oop.inherits(Mode, TextMode);
3043
+
3044
+ (function() {
3045
+ this.lineCommentStart = "#";
3046
+ this.$id = "ace/mode/elixir";
3047
+ }).call(Mode.prototype);
3048
+
3049
+ exports.Mode = Mode;
3050
+ });
3051
+
3052
+ define("ace/mode/html_elixir",["require","exports","module","ace/lib/oop","ace/mode/html_elixir_highlight_rules","ace/mode/html","ace/mode/javascript","ace/mode/css","ace/mode/elixir"], function(require, exports, module) {
3053
+ "use strict";
3054
+
3055
+ var oop = require("../lib/oop");
3056
+ var HtmlElixirHighlightRules = require("./html_elixir_highlight_rules").HtmlElixirHighlightRules;
3057
+ var HtmlMode = require("./html").Mode;
3058
+ var JavaScriptMode = require("./javascript").Mode;
3059
+ var CssMode = require("./css").Mode;
3060
+ var ElixirMode = require("./elixir").Mode;
3061
+
3062
+ var Mode = function() {
3063
+ HtmlMode.call(this);
3064
+ this.HighlightRules = HtmlElixirHighlightRules;
3065
+ this.createModeDelegates({
3066
+ "js-": JavaScriptMode,
3067
+ "css-": CssMode,
3068
+ "elixir-": ElixirMode
3069
+ });
3070
+ };
3071
+ oop.inherits(Mode, HtmlMode);
3072
+
3073
+ (function() {
3074
+
3075
+ this.$id = "ace/mode/html_elixir";
3076
+ }).call(Mode.prototype);
3077
+
3078
+ exports.Mode = Mode;
3079
+ });
3080
+ (function() {
3081
+ window.require(["ace/mode/html_elixir"], function(m) {
3082
+ if (typeof module == "object" && typeof exports == "object" && module) {
3083
+ module.exports = m;
3084
+ }
3085
+ });
3086
+ })();
3087
+