bedrock_sass 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/assets/_vendor/ace/ace.js +255 -589
  3. data/assets/_vendor/ace/ext-beautify.js +1 -2
  4. data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +2 -2
  5. data/assets/_vendor/ace/ext-emmet.js +4 -4
  6. data/assets/_vendor/ace/ext-error_marker.js +1 -2
  7. data/assets/_vendor/ace/ext-keybinding_menu.js +1 -2
  8. data/assets/_vendor/ace/ext-language_tools.js +5 -9
  9. data/assets/_vendor/ace/ext-linking.js +1 -2
  10. data/assets/_vendor/ace/ext-modelist.js +9 -5
  11. data/assets/_vendor/ace/ext-options.js +10 -7
  12. data/assets/_vendor/ace/ext-rtl.js +1 -2
  13. data/assets/_vendor/ace/ext-searchbox.js +8 -4
  14. data/assets/_vendor/ace/ext-settings_menu.js +10 -7
  15. data/assets/_vendor/ace/ext-spellcheck.js +1 -2
  16. data/assets/_vendor/ace/ext-split.js +1 -2
  17. data/assets/_vendor/ace/ext-static_highlight.js +11 -8
  18. data/assets/_vendor/ace/ext-statusbar.js +1 -2
  19. data/assets/_vendor/ace/ext-textarea.js +1 -5
  20. data/assets/_vendor/ace/ext-themelist.js +2 -4
  21. data/assets/_vendor/ace/ext-whitespace.js +1 -2
  22. data/assets/_vendor/ace/keybinding-emacs.js +6 -2
  23. data/assets/_vendor/ace/keybinding-vim.js +13 -25
  24. data/assets/_vendor/ace/mode-abap.js +2 -3
  25. data/assets/_vendor/ace/mode-abc.js +3 -2
  26. data/assets/_vendor/ace/mode-actionscript.js +2 -2
  27. data/assets/_vendor/ace/mode-ada.js +1 -2
  28. data/assets/_vendor/ace/mode-apache_conf.js +2 -2
  29. data/assets/_vendor/ace/mode-apex.js +457 -0
  30. data/assets/_vendor/ace/mode-applescript.js +1 -2
  31. data/assets/_vendor/ace/mode-asciidoc.js +2 -2
  32. data/assets/_vendor/ace/mode-asl.js +1 -2
  33. data/assets/_vendor/ace/mode-assembly_x86.js +2 -2
  34. data/assets/_vendor/ace/mode-autohotkey.js +1 -2
  35. data/assets/_vendor/ace/mode-batchfile.js +2 -2
  36. data/assets/_vendor/ace/mode-bro.js +2 -2
  37. data/assets/_vendor/ace/mode-c9search.js +1 -2
  38. data/assets/_vendor/ace/mode-c_cpp.js +2 -2
  39. data/assets/_vendor/ace/mode-cirru.js +1 -2
  40. data/assets/_vendor/ace/mode-clojure.js +2 -2
  41. data/assets/_vendor/ace/mode-cobol.js +1 -2
  42. data/assets/_vendor/ace/mode-coffee.js +1 -2
  43. data/assets/_vendor/ace/mode-coldfusion.js +3 -2
  44. data/assets/_vendor/ace/mode-csharp.js +3 -3
  45. data/assets/_vendor/ace/mode-csound_document.js +319 -80
  46. data/assets/_vendor/ace/mode-csound_orchestra.js +323 -86
  47. data/assets/_vendor/ace/mode-csound_score.js +1 -2
  48. data/assets/_vendor/ace/mode-csp.js +1 -2
  49. data/assets/_vendor/ace/mode-css.js +2 -2
  50. data/assets/_vendor/ace/mode-curly.js +3 -2
  51. data/assets/_vendor/ace/mode-d.js +2 -2
  52. data/assets/_vendor/ace/mode-dart.js +24 -14
  53. data/assets/_vendor/ace/mode-diff.js +4 -4
  54. data/assets/_vendor/ace/mode-django.js +3 -2
  55. data/assets/_vendor/ace/mode-dockerfile.js +3 -2
  56. data/assets/_vendor/ace/mode-dot.js +1 -2
  57. data/assets/_vendor/ace/mode-drools.js +3 -2
  58. data/assets/_vendor/ace/mode-edifact.js +2 -2
  59. data/assets/_vendor/ace/mode-eiffel.js +1 -2
  60. data/assets/_vendor/ace/mode-ejs.js +5 -2
  61. data/assets/_vendor/ace/mode-elixir.js +2 -2
  62. data/assets/_vendor/ace/mode-elm.js +1 -2
  63. data/assets/_vendor/ace/mode-erlang.js +2 -2
  64. data/assets/_vendor/ace/mode-forth.js +2 -2
  65. data/assets/_vendor/ace/mode-fortran.js +1 -2
  66. data/assets/_vendor/ace/mode-fsharp.js +1 -2
  67. data/assets/_vendor/ace/mode-fsl.js +258 -0
  68. data/assets/_vendor/ace/mode-ftl.js +3 -2
  69. data/assets/_vendor/ace/mode-gcode.js +1 -2
  70. data/assets/_vendor/ace/mode-gherkin.js +2 -4
  71. data/assets/_vendor/ace/mode-gitignore.js +1 -2
  72. data/assets/_vendor/ace/mode-glsl.js +2 -2
  73. data/assets/_vendor/ace/mode-gobstones.js +3 -2
  74. data/assets/_vendor/ace/mode-golang.js +1 -2
  75. data/assets/_vendor/ace/mode-graphqlschema.js +1 -2
  76. data/assets/_vendor/ace/mode-groovy.js +4 -2
  77. data/assets/_vendor/ace/mode-haml.js +5 -2
  78. data/assets/_vendor/ace/mode-handlebars.js +3 -2
  79. data/assets/_vendor/ace/mode-haskell.js +2 -2
  80. data/assets/_vendor/ace/mode-haskell_cabal.js +1 -2
  81. data/assets/_vendor/ace/mode-haxe.js +2 -2
  82. data/assets/_vendor/ace/mode-hjson.js +2 -2
  83. data/assets/_vendor/ace/mode-html.js +3 -2
  84. data/assets/_vendor/ace/mode-html_elixir.js +4 -2
  85. data/assets/_vendor/ace/mode-html_ruby.js +5 -2
  86. data/assets/_vendor/ace/mode-ini.js +1 -2
  87. data/assets/_vendor/ace/mode-io.js +2 -2
  88. data/assets/_vendor/ace/mode-jack.js +1 -2
  89. data/assets/_vendor/ace/mode-jade.js +14 -115
  90. data/assets/_vendor/ace/mode-java.js +64 -3
  91. data/assets/_vendor/ace/mode-javascript.js +2 -2
  92. data/assets/_vendor/ace/mode-json.js +1 -2
  93. data/assets/_vendor/ace/mode-jsoniq.js +8 -2317
  94. data/assets/_vendor/ace/mode-jsp.js +4 -2
  95. data/assets/_vendor/ace/mode-jssm.js +2 -2
  96. data/assets/_vendor/ace/mode-jsx.js +1 -2
  97. data/assets/_vendor/ace/mode-julia.js +2 -2
  98. data/assets/_vendor/ace/mode-kotlin.js +2 -2
  99. data/assets/_vendor/ace/mode-latex.js +1 -2
  100. data/assets/_vendor/ace/mode-less.js +4 -2
  101. data/assets/_vendor/ace/mode-liquid.js +2026 -477
  102. data/assets/_vendor/ace/mode-lisp.js +2 -2
  103. data/assets/_vendor/ace/mode-livescript.js +1 -2
  104. data/assets/_vendor/ace/mode-logiql.js +2 -2
  105. data/assets/_vendor/ace/mode-logtalk.js +352 -0
  106. data/assets/_vendor/ace/mode-lsl.js +1 -2
  107. data/assets/_vendor/ace/mode-lua.js +1 -2
  108. data/assets/_vendor/ace/mode-luapage.js +3 -2
  109. data/assets/_vendor/ace/mode-lucene.js +2 -3
  110. data/assets/_vendor/ace/mode-makefile.js +3 -2
  111. data/assets/_vendor/ace/mode-markdown.js +5 -2
  112. data/assets/_vendor/ace/mode-mask.js +3 -2
  113. data/assets/_vendor/ace/mode-matlab.js +1 -2
  114. data/assets/_vendor/ace/mode-maze.js +2 -2
  115. data/assets/_vendor/ace/mode-mel.js +2 -2
  116. data/assets/_vendor/ace/mode-mixal.js +1 -2
  117. data/assets/_vendor/ace/mode-mushcode.js +2 -2
  118. data/assets/_vendor/ace/mode-mysql.js +3 -4
  119. data/assets/_vendor/ace/mode-nix.js +2 -2
  120. data/assets/_vendor/ace/mode-nsis.js +2 -2
  121. data/assets/_vendor/ace/mode-objectivec.js +3 -2
  122. data/assets/_vendor/ace/mode-ocaml.js +1 -2
  123. data/assets/_vendor/ace/mode-pascal.js +2 -2
  124. data/assets/_vendor/ace/mode-perl.js +2 -2
  125. data/assets/_vendor/ace/mode-perl6.js +593 -0
  126. data/assets/_vendor/ace/mode-pgsql.js +304 -69
  127. data/assets/_vendor/ace/mode-php.js +844 -1029
  128. data/assets/_vendor/ace/mode-php_laravel_blade.js +844 -1029
  129. data/assets/_vendor/ace/mode-pig.js +2 -2
  130. data/assets/_vendor/ace/mode-plain_text.js +1 -2
  131. data/assets/_vendor/ace/mode-powershell.js +2 -2
  132. data/assets/_vendor/ace/mode-praat.js +2 -2
  133. data/assets/_vendor/ace/mode-prolog.js +2 -2
  134. data/assets/_vendor/ace/mode-properties.js +1 -2
  135. data/assets/_vendor/ace/mode-protobuf.js +2 -2
  136. data/assets/_vendor/ace/mode-puppet.js +1 -2
  137. data/assets/_vendor/ace/mode-python.js +297 -63
  138. data/assets/_vendor/ace/mode-r.js +3 -2
  139. data/assets/_vendor/ace/mode-razor.js +9 -3
  140. data/assets/_vendor/ace/mode-rdoc.js +2 -2
  141. data/assets/_vendor/ace/mode-red.js +2 -2
  142. data/assets/_vendor/ace/mode-redshift.js +1 -2
  143. data/assets/_vendor/ace/mode-rhtml.js +5 -2
  144. data/assets/_vendor/ace/mode-rst.js +1 -2
  145. data/assets/_vendor/ace/mode-ruby.js +3 -2
  146. data/assets/_vendor/ace/mode-rust.js +2 -2
  147. data/assets/_vendor/ace/mode-sass.js +205 -117
  148. data/assets/_vendor/ace/mode-scad.js +2 -2
  149. data/assets/_vendor/ace/mode-scala.js +3 -2
  150. data/assets/_vendor/ace/mode-scheme.js +2 -2
  151. data/assets/_vendor/ace/mode-scss.js +204 -115
  152. data/assets/_vendor/ace/mode-sh.js +3 -2
  153. data/assets/_vendor/ace/mode-sjs.js +2 -2
  154. data/assets/_vendor/ace/mode-slim.js +18 -117
  155. data/assets/_vendor/ace/mode-smarty.js +3 -2
  156. data/assets/_vendor/ace/mode-snippets.js +1 -2
  157. data/assets/_vendor/ace/mode-soy_template.js +4 -2
  158. data/assets/_vendor/ace/mode-space.js +1 -2
  159. data/assets/_vendor/ace/mode-sparql.js +2 -2
  160. data/assets/_vendor/ace/mode-sql.js +2 -3
  161. data/assets/_vendor/ace/mode-sqlserver.js +2 -2
  162. data/assets/_vendor/ace/mode-stylus.js +3 -2
  163. data/assets/_vendor/ace/mode-svg.js +2 -2
  164. data/assets/_vendor/ace/mode-swift.js +1 -2
  165. data/assets/_vendor/ace/mode-tcl.js +2 -2
  166. data/assets/_vendor/ace/mode-terraform.js +1 -2
  167. data/assets/_vendor/ace/mode-tex.js +2 -2
  168. data/assets/_vendor/ace/mode-text.js +1 -2
  169. data/assets/_vendor/ace/mode-textile.js +1 -2
  170. data/assets/_vendor/ace/mode-toml.js +1 -2
  171. data/assets/_vendor/ace/mode-tsx.js +2 -2
  172. data/assets/_vendor/ace/mode-turtle.js +2 -2
  173. data/assets/_vendor/ace/mode-twig.js +3 -2
  174. data/assets/_vendor/ace/mode-typescript.js +2 -2
  175. data/assets/_vendor/ace/mode-vala.js +2 -2
  176. data/assets/_vendor/ace/mode-vbscript.js +1 -2
  177. data/assets/_vendor/ace/mode-velocity.js +4 -2
  178. data/assets/_vendor/ace/mode-verilog.js +1 -2
  179. data/assets/_vendor/ace/mode-vhdl.js +1 -2
  180. data/assets/_vendor/ace/mode-visualforce.js +2641 -0
  181. data/assets/_vendor/ace/mode-wollok.js +3 -2
  182. data/assets/_vendor/ace/mode-xml.js +1 -2
  183. data/assets/_vendor/ace/mode-xquery.js +8 -2287
  184. data/assets/_vendor/ace/mode-yaml.js +1 -2
  185. data/assets/_vendor/ace/snippets/abap.js +2 -3
  186. data/assets/_vendor/ace/snippets/abc.js +1 -2
  187. data/assets/_vendor/ace/snippets/actionscript.js +1 -2
  188. data/assets/_vendor/ace/snippets/ada.js +2 -3
  189. data/assets/_vendor/ace/snippets/apache_conf.js +2 -3
  190. data/assets/_vendor/ace/snippets/apex.js +14 -0
  191. data/assets/_vendor/ace/snippets/applescript.js +2 -3
  192. data/assets/_vendor/ace/snippets/asciidoc.js +2 -3
  193. data/assets/_vendor/ace/snippets/asl.js +2 -3
  194. data/assets/_vendor/ace/snippets/assembly_x86.js +2 -3
  195. data/assets/_vendor/ace/snippets/autohotkey.js +2 -3
  196. data/assets/_vendor/ace/snippets/batchfile.js +2 -3
  197. data/assets/_vendor/ace/snippets/bro.js +1 -2
  198. data/assets/_vendor/ace/snippets/c9search.js +2 -3
  199. data/assets/_vendor/ace/snippets/c_cpp.js +1 -2
  200. data/assets/_vendor/ace/snippets/cirru.js +2 -3
  201. data/assets/_vendor/ace/snippets/clojure.js +1 -2
  202. data/assets/_vendor/ace/snippets/cobol.js +2 -3
  203. data/assets/_vendor/ace/snippets/coffee.js +1 -2
  204. data/assets/_vendor/ace/snippets/coldfusion.js +2 -3
  205. data/assets/_vendor/ace/snippets/csharp.js +2 -3
  206. data/assets/_vendor/ace/snippets/csound_document.js +1 -2
  207. data/assets/_vendor/ace/snippets/csound_orchestra.js +1 -2
  208. data/assets/_vendor/ace/snippets/csound_score.js +2 -3
  209. data/assets/_vendor/ace/snippets/csp.js +1 -2
  210. data/assets/_vendor/ace/snippets/css.js +1 -2
  211. data/assets/_vendor/ace/snippets/curly.js +2 -3
  212. data/assets/_vendor/ace/snippets/d.js +2 -3
  213. data/assets/_vendor/ace/snippets/dart.js +1 -2
  214. data/assets/_vendor/ace/snippets/diff.js +1 -2
  215. data/assets/_vendor/ace/snippets/django.js +1 -2
  216. data/assets/_vendor/ace/snippets/dockerfile.js +2 -3
  217. data/assets/_vendor/ace/snippets/dot.js +2 -3
  218. data/assets/_vendor/ace/snippets/drools.js +1 -2
  219. data/assets/_vendor/ace/snippets/edifact.js +1 -2
  220. data/assets/_vendor/ace/snippets/eiffel.js +2 -3
  221. data/assets/_vendor/ace/snippets/ejs.js +2 -3
  222. data/assets/_vendor/ace/snippets/elixir.js +1 -2
  223. data/assets/_vendor/ace/snippets/elm.js +2 -3
  224. data/assets/_vendor/ace/snippets/erlang.js +1 -2
  225. data/assets/_vendor/ace/snippets/forth.js +2 -3
  226. data/assets/_vendor/ace/snippets/fortran.js +2 -3
  227. data/assets/_vendor/ace/snippets/fsharp.js +2 -3
  228. data/assets/_vendor/ace/snippets/fsl.js +14 -0
  229. data/assets/_vendor/ace/snippets/ftl.js +2 -3
  230. data/assets/_vendor/ace/snippets/gcode.js +2 -3
  231. data/assets/_vendor/ace/snippets/gherkin.js +2 -3
  232. data/assets/_vendor/ace/snippets/gitignore.js +2 -3
  233. data/assets/_vendor/ace/snippets/glsl.js +2 -3
  234. data/assets/_vendor/ace/snippets/gobstones.js +1 -2
  235. data/assets/_vendor/ace/snippets/golang.js +2 -3
  236. data/assets/_vendor/ace/snippets/graphqlschema.js +1 -2
  237. data/assets/_vendor/ace/snippets/groovy.js +2 -3
  238. data/assets/_vendor/ace/snippets/haml.js +1 -2
  239. data/assets/_vendor/ace/snippets/handlebars.js +2 -3
  240. data/assets/_vendor/ace/snippets/haskell.js +1 -2
  241. data/assets/_vendor/ace/snippets/haskell_cabal.js +2 -3
  242. data/assets/_vendor/ace/snippets/haxe.js +2 -3
  243. data/assets/_vendor/ace/snippets/hjson.js +1 -2
  244. data/assets/_vendor/ace/snippets/html.js +1 -2
  245. data/assets/_vendor/ace/snippets/html_elixir.js +2 -3
  246. data/assets/_vendor/ace/snippets/html_ruby.js +2 -3
  247. data/assets/_vendor/ace/snippets/ini.js +2 -3
  248. data/assets/_vendor/ace/snippets/io.js +1 -2
  249. data/assets/_vendor/ace/snippets/jack.js +2 -3
  250. data/assets/_vendor/ace/snippets/jade.js +2 -3
  251. data/assets/_vendor/ace/snippets/java.js +1 -2
  252. data/assets/_vendor/ace/snippets/javascript.js +1 -2
  253. data/assets/_vendor/ace/snippets/json.js +2 -3
  254. data/assets/_vendor/ace/snippets/jsoniq.js +1 -2
  255. data/assets/_vendor/ace/snippets/jsp.js +1 -2
  256. data/assets/_vendor/ace/snippets/jssm.js +1 -2
  257. data/assets/_vendor/ace/snippets/jsx.js +2 -3
  258. data/assets/_vendor/ace/snippets/julia.js +2 -3
  259. data/assets/_vendor/ace/snippets/kotlin.js +1 -2
  260. data/assets/_vendor/ace/snippets/latex.js +2 -3
  261. data/assets/_vendor/ace/snippets/less.js +2 -3
  262. data/assets/_vendor/ace/snippets/liquid.js +883 -3
  263. data/assets/_vendor/ace/snippets/lisp.js +2 -3
  264. data/assets/_vendor/ace/snippets/livescript.js +2 -3
  265. data/assets/_vendor/ace/snippets/logiql.js +2 -3
  266. data/assets/_vendor/ace/snippets/logtalk.js +14 -0
  267. data/assets/_vendor/ace/snippets/lsl.js +1 -2
  268. data/assets/_vendor/ace/snippets/lua.js +1 -2
  269. data/assets/_vendor/ace/snippets/luapage.js +2 -3
  270. data/assets/_vendor/ace/snippets/lucene.js +2 -3
  271. data/assets/_vendor/ace/snippets/makefile.js +1 -2
  272. data/assets/_vendor/ace/snippets/markdown.js +1 -2
  273. data/assets/_vendor/ace/snippets/mask.js +2 -3
  274. data/assets/_vendor/ace/snippets/matlab.js +2 -3
  275. data/assets/_vendor/ace/snippets/maze.js +1 -2
  276. data/assets/_vendor/ace/snippets/mel.js +2 -3
  277. data/assets/_vendor/ace/snippets/mixal.js +2 -3
  278. data/assets/_vendor/ace/snippets/mushcode.js +2 -3
  279. data/assets/_vendor/ace/snippets/mysql.js +2 -3
  280. data/assets/_vendor/ace/snippets/nix.js +2 -3
  281. data/assets/_vendor/ace/snippets/nsis.js +1 -2
  282. data/assets/_vendor/ace/snippets/objectivec.js +2 -3
  283. data/assets/_vendor/ace/snippets/ocaml.js +2 -3
  284. data/assets/_vendor/ace/snippets/pascal.js +2 -3
  285. data/assets/_vendor/ace/snippets/perl.js +1 -2
  286. data/assets/_vendor/ace/snippets/perl6.js +14 -0
  287. data/assets/_vendor/ace/snippets/pgsql.js +2 -3
  288. data/assets/_vendor/ace/snippets/php.js +1 -2
  289. data/assets/_vendor/ace/snippets/php_laravel_blade.js +2 -3
  290. data/assets/_vendor/ace/snippets/pig.js +2 -3
  291. data/assets/_vendor/ace/snippets/plain_text.js +2 -3
  292. data/assets/_vendor/ace/snippets/powershell.js +2 -3
  293. data/assets/_vendor/ace/snippets/praat.js +2 -3
  294. data/assets/_vendor/ace/snippets/prolog.js +2 -3
  295. data/assets/_vendor/ace/snippets/properties.js +2 -3
  296. data/assets/_vendor/ace/snippets/protobuf.js +1 -2
  297. data/assets/_vendor/ace/snippets/puppet.js +2 -3
  298. data/assets/_vendor/ace/snippets/python.js +1 -2
  299. data/assets/_vendor/ace/snippets/r.js +1 -2
  300. data/assets/_vendor/ace/snippets/razor.js +1 -2
  301. data/assets/_vendor/ace/snippets/rdoc.js +2 -3
  302. data/assets/_vendor/ace/snippets/red.js +1 -2
  303. data/assets/_vendor/ace/snippets/redshift.js +2 -3
  304. data/assets/_vendor/ace/snippets/rhtml.js +2 -3
  305. data/assets/_vendor/ace/snippets/rst.js +1 -2
  306. data/assets/_vendor/ace/snippets/ruby.js +1 -2
  307. data/assets/_vendor/ace/snippets/rust.js +2 -3
  308. data/assets/_vendor/ace/snippets/sass.js +2 -3
  309. data/assets/_vendor/ace/snippets/scad.js +2 -3
  310. data/assets/_vendor/ace/snippets/scala.js +2 -3
  311. data/assets/_vendor/ace/snippets/scheme.js +2 -3
  312. data/assets/_vendor/ace/snippets/scss.js +2 -3
  313. data/assets/_vendor/ace/snippets/sh.js +1 -2
  314. data/assets/_vendor/ace/snippets/sjs.js +2 -3
  315. data/assets/_vendor/ace/snippets/slim.js +2 -3
  316. data/assets/_vendor/ace/snippets/smarty.js +2 -3
  317. data/assets/_vendor/ace/snippets/snippets.js +1 -2
  318. data/assets/_vendor/ace/snippets/soy_template.js +2 -3
  319. data/assets/_vendor/ace/snippets/space.js +2 -3
  320. data/assets/_vendor/ace/snippets/sparql.js +1 -2
  321. data/assets/_vendor/ace/snippets/sql.js +1 -2
  322. data/assets/_vendor/ace/snippets/sqlserver.js +1 -2
  323. data/assets/_vendor/ace/snippets/stylus.js +2 -3
  324. data/assets/_vendor/ace/snippets/svg.js +2 -3
  325. data/assets/_vendor/ace/snippets/swift.js +2 -3
  326. data/assets/_vendor/ace/snippets/tcl.js +1 -2
  327. data/assets/_vendor/ace/snippets/terraform.js +2 -3
  328. data/assets/_vendor/ace/snippets/tex.js +1 -2
  329. data/assets/_vendor/ace/snippets/text.js +2 -3
  330. data/assets/_vendor/ace/snippets/textile.js +1 -2
  331. data/assets/_vendor/ace/snippets/toml.js +2 -3
  332. data/assets/_vendor/ace/snippets/tsx.js +2 -3
  333. data/assets/_vendor/ace/snippets/turtle.js +1 -2
  334. data/assets/_vendor/ace/snippets/twig.js +2 -3
  335. data/assets/_vendor/ace/snippets/typescript.js +2 -3
  336. data/assets/_vendor/ace/snippets/vala.js +1 -2
  337. data/assets/_vendor/ace/snippets/vbscript.js +2 -3
  338. data/assets/_vendor/ace/snippets/velocity.js +1 -2
  339. data/assets/_vendor/ace/snippets/verilog.js +2 -3
  340. data/assets/_vendor/ace/snippets/vhdl.js +2 -3
  341. data/assets/_vendor/ace/snippets/visualforce.js +14 -0
  342. data/assets/_vendor/ace/snippets/wollok.js +1 -2
  343. data/assets/_vendor/ace/snippets/xml.js +2 -3
  344. data/assets/_vendor/ace/snippets/xquery.js +1 -2
  345. data/assets/_vendor/ace/snippets/yaml.js +2 -3
  346. data/assets/_vendor/ace/theme-ambiance.js +1 -2
  347. data/assets/_vendor/ace/theme-chaos.js +1 -2
  348. data/assets/_vendor/ace/theme-chrome.js +1 -2
  349. data/assets/_vendor/ace/theme-clouds.js +1 -2
  350. data/assets/_vendor/ace/theme-clouds_midnight.js +1 -2
  351. data/assets/_vendor/ace/theme-cobalt.js +1 -2
  352. data/assets/_vendor/ace/theme-crimson_editor.js +1 -2
  353. data/assets/_vendor/ace/theme-dawn.js +1 -2
  354. data/assets/_vendor/ace/theme-dracula.js +1 -2
  355. data/assets/_vendor/ace/theme-dreamweaver.js +1 -2
  356. data/assets/_vendor/ace/theme-eclipse.js +1 -2
  357. data/assets/_vendor/ace/theme-github.js +3 -3
  358. data/assets/_vendor/ace/theme-gob.js +1 -2
  359. data/assets/_vendor/ace/theme-gruvbox.js +1 -2
  360. data/assets/_vendor/ace/theme-idle_fingers.js +1 -2
  361. data/assets/_vendor/ace/theme-iplastic.js +1 -2
  362. data/assets/_vendor/ace/theme-katzenmilch.js +1 -2
  363. data/assets/_vendor/ace/theme-kr_theme.js +1 -2
  364. data/assets/_vendor/ace/theme-kuroir.js +1 -2
  365. data/assets/_vendor/ace/theme-merbivore.js +1 -2
  366. data/assets/_vendor/ace/theme-merbivore_soft.js +1 -2
  367. data/assets/_vendor/ace/theme-mono_industrial.js +1 -2
  368. data/assets/_vendor/ace/theme-monokai.js +1 -2
  369. data/assets/_vendor/ace/theme-pastel_on_dark.js +1 -2
  370. data/assets/_vendor/ace/theme-solarized_dark.js +1 -2
  371. data/assets/_vendor/ace/theme-solarized_light.js +1 -2
  372. data/assets/_vendor/ace/theme-sqlserver.js +1 -2
  373. data/assets/_vendor/ace/theme-terminal.js +1 -2
  374. data/assets/_vendor/ace/theme-textmate.js +1 -2
  375. data/assets/_vendor/ace/theme-tomorrow.js +1 -2
  376. data/assets/_vendor/ace/theme-tomorrow_night.js +1 -2
  377. data/assets/_vendor/ace/theme-tomorrow_night_blue.js +1 -2
  378. data/assets/_vendor/ace/theme-tomorrow_night_bright.js +1 -2
  379. data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +1 -2
  380. data/assets/_vendor/ace/theme-twilight.js +1 -2
  381. data/assets/_vendor/ace/theme-vibrant_ink.js +1 -2
  382. data/assets/_vendor/ace/theme-xcode.js +1 -2
  383. data/assets/_vendor/ace/worker-coffee.js +11 -20
  384. data/assets/_vendor/ace/worker-css.js +23 -20
  385. data/assets/_vendor/ace/worker-html.js +25 -31
  386. data/assets/_vendor/ace/worker-javascript.js +76 -36
  387. data/assets/_vendor/ace/worker-json.js +25 -20
  388. data/assets/_vendor/ace/worker-lua.js +68 -69
  389. data/assets/_vendor/ace/worker-php.js +12 -20
  390. data/assets/_vendor/ace/worker-xml.js +12 -22
  391. data/assets/_vendor/ace/worker-xquery.js +44 -12378
  392. data/assets/_vendor/tinymce/plugins/advlist/plugin.js +137 -137
  393. data/assets/_vendor/tinymce/plugins/anchor/plugin.js +102 -102
  394. data/assets/_vendor/tinymce/plugins/autolink/plugin.js +154 -154
  395. data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -145
  396. data/assets/_vendor/tinymce/plugins/autosave/plugin.js +207 -217
  397. data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
  398. data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +89 -89
  399. data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1246 -1246
  400. data/assets/_vendor/tinymce/plugins/code/plugin.js +80 -80
  401. data/assets/_vendor/tinymce/plugins/codesample/plugin.js +852 -852
  402. data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +109 -109
  403. data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +144 -144
  404. data/assets/_vendor/tinymce/plugins/directionality/plugin.js +53 -53
  405. data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +74 -74
  406. data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +464 -464
  407. data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +152 -152
  408. data/assets/_vendor/tinymce/plugins/help/plugin.js +639 -678
  409. data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
  410. data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -29
  411. data/assets/_vendor/tinymce/plugins/image/plugin.js +1119 -1126
  412. data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
  413. data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3414 -3445
  414. data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -1
  415. data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -230
  416. data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +152 -152
  417. data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +193 -193
  418. data/assets/_vendor/tinymce/plugins/link/plugin.js +646 -646
  419. data/assets/_vendor/tinymce/plugins/lists/plugin.js +2103 -1037
  420. data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
  421. data/assets/_vendor/tinymce/plugins/media/plugin.js +1050 -1050
  422. data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +69 -69
  423. data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +98 -98
  424. data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +91 -91
  425. data/assets/_vendor/tinymce/plugins/paste/plugin.js +1725 -1364
  426. data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
  427. data/assets/_vendor/tinymce/plugins/preview/plugin.js +107 -107
  428. data/assets/_vendor/tinymce/plugins/print/plugin.js +28 -28
  429. data/assets/_vendor/tinymce/plugins/save/plugin.js +101 -101
  430. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +535 -537
  431. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
  432. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +683 -681
  433. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
  434. data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +95 -95
  435. data/assets/_vendor/tinymce/plugins/table/plugin.js +8927 -9805
  436. data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -1
  437. data/assets/_vendor/tinymce/plugins/template/plugin.js +305 -311
  438. data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
  439. data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +317 -317
  440. data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +575 -329
  441. data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
  442. data/assets/_vendor/tinymce/plugins/toc/plugin.js +201 -201
  443. data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +113 -113
  444. data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +419 -471
  445. data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
  446. data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +371 -308
  447. data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
  448. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  449. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -0
  450. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  451. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  452. data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
  453. data/assets/_vendor/tinymce/themes/inlite/theme.js +9272 -9686
  454. data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -1
  455. data/assets/_vendor/tinymce/themes/mobile/theme.js +12130 -13042
  456. data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -1
  457. data/assets/_vendor/tinymce/themes/modern/theme.js +9090 -9504
  458. data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -1
  459. data/assets/_vendor/tinymce/tinymce.js +24914 -25218
  460. data/assets/bedrock/js/bedrock.js +1 -1
  461. data/assets/bedrock/scss/components/no-content.scss +5 -0
  462. data/assets/bedrock/scss/components/select-box.scss +1 -1
  463. data/lib/bedrock_sass.rb +51 -16
  464. data/lib/bedrock_sass/engine.rb +3 -2
  465. data/lib/bedrock_sass/version.rb +1 -1
  466. metadata +17 -7
@@ -9,6 +9,7 @@ var TexHighlightRules = function(textClass) {
9
9
 
10
10
  if (!textClass)
11
11
  textClass = "text";
12
+
12
13
  this.$rules = {
13
14
  "start" : [
14
15
  {
@@ -148,8 +149,7 @@ oop.inherits(Mode, TextMode);
148
149
  }).call(Mode.prototype);
149
150
 
150
151
  exports.Mode = Mode;
151
- });
152
- (function() {
152
+ }); (function() {
153
153
  window.require(["ace/mode/tex"], function(m) {
154
154
  if (typeof module == "object" && typeof exports == "object" && module) {
155
155
  module.exports = m;
@@ -1,6 +1,5 @@
1
1
 
2
- ;
3
- (function() {
2
+ ; (function() {
4
3
  window.require(["ace/mode/text"], function(m) {
5
4
  if (typeof module == "object" && typeof exports == "object" && module) {
6
5
  module.exports = m;
@@ -139,8 +139,7 @@ oop.inherits(Mode, TextMode);
139
139
 
140
140
  exports.Mode = Mode;
141
141
 
142
- });
143
- (function() {
142
+ }); (function() {
144
143
  window.require(["ace/mode/textile"], function(m) {
145
144
  if (typeof module == "object" && typeof exports == "object" && module) {
146
145
  module.exports = m;
@@ -143,8 +143,7 @@ oop.inherits(Mode, TextMode);
143
143
  }).call(Mode.prototype);
144
144
 
145
145
  exports.Mode = Mode;
146
- });
147
- (function() {
146
+ }); (function() {
148
147
  window.require(["ace/mode/toml"], function(m) {
149
148
  if (typeof module == "object" && typeof exports == "object" && module) {
150
149
  module.exports = m;
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
92
92
  "3[0-7][0-7]?|" + // oct
93
93
  "[4-7][0-7]?|" + //oct
94
94
  ".)";
95
+
95
96
  this.$rules = {
96
97
  "no_regex" : [
97
98
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -876,8 +877,7 @@ oop.inherits(Mode, tsMode);
876
877
  }).call(Mode.prototype);
877
878
 
878
879
  exports.Mode = Mode;
879
- });
880
- (function() {
880
+ }); (function() {
881
881
  window.require(["ace/mode/tsx"], function(m) {
882
882
  if (typeof module == "object" && typeof exports == "object" && module) {
883
883
  module.exports = m;
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
5
5
  var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6
6
 
7
7
  var TurtleHighlightRules = function() {
8
+
8
9
  this.$rules = {
9
10
  start: [{
10
11
  include: "#comments"
@@ -285,8 +286,7 @@ oop.inherits(Mode, TextMode);
285
286
  }).call(Mode.prototype);
286
287
 
287
288
  exports.Mode = Mode;
288
- });
289
- (function() {
289
+ }); (function() {
290
290
  window.require(["ace/mode/turtle"], function(m) {
291
291
  if (typeof module == "object" && typeof exports == "object" && module) {
292
292
  module.exports = m;
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
92
92
  "3[0-7][0-7]?|" + // oct
93
93
  "[4-7][0-7]?|" + //oct
94
94
  ".)";
95
+
95
96
  this.$rules = {
96
97
  "no_regex" : [
97
98
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
813
814
  "support.constant.color": supportConstantColor,
814
815
  "support.constant.fonts": supportConstantFonts
815
816
  }, "text", true);
817
+
816
818
  this.$rules = {
817
819
  "start" : [{
818
820
  include : ["strings", "url", "comments"]
@@ -2682,8 +2684,7 @@ oop.inherits(Mode, HtmlMode);
2682
2684
  }).call(Mode.prototype);
2683
2685
 
2684
2686
  exports.Mode = Mode;
2685
- });
2686
- (function() {
2687
+ }); (function() {
2687
2688
  window.require(["ace/mode/twig"], function(m) {
2688
2689
  if (typeof module == "object" && typeof exports == "object" && module) {
2689
2690
  module.exports = m;
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
92
92
  "3[0-7][0-7]?|" + // oct
93
93
  "[4-7][0-7]?|" + //oct
94
94
  ".)";
95
+
95
96
  this.$rules = {
96
97
  "no_regex" : [
97
98
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -857,8 +858,7 @@ oop.inherits(Mode, jsMode);
857
858
  }).call(Mode.prototype);
858
859
 
859
860
  exports.Mode = Mode;
860
- });
861
- (function() {
861
+ }); (function() {
862
862
  window.require(["ace/mode/typescript"], function(m) {
863
863
  if (typeof module == "object" && typeof exports == "object" && module) {
864
864
  module.exports = m;
@@ -5,6 +5,7 @@ var oop = require("../lib/oop");
5
5
  var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6
6
 
7
7
  var ValaHighlightRules = function() {
8
+
8
9
  this.$rules = { start:
9
10
  [ { token:
10
11
  [ 'meta.using.vala',
@@ -665,8 +666,7 @@ oop.inherits(Mode, TextMode);
665
666
  }).call(Mode.prototype);
666
667
 
667
668
  exports.Mode = Mode;
668
- });
669
- (function() {
669
+ }); (function() {
670
670
  window.require(["ace/mode/vala"], function(m) {
671
671
  if (typeof module == "object" && typeof exports == "object" && module) {
672
672
  module.exports = m;
@@ -196,8 +196,7 @@ oop.inherits(Mode, TextMode);
196
196
  }).call(Mode.prototype);
197
197
 
198
198
  exports.Mode = Mode;
199
- });
200
- (function() {
199
+ }); (function() {
201
200
  window.require(["ace/mode/vbscript"], function(m) {
202
201
  if (typeof module == "object" && typeof exports == "object" && module) {
203
202
  module.exports = m;
@@ -92,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
92
92
  "3[0-7][0-7]?|" + // oct
93
93
  "[4-7][0-7]?|" + //oct
94
94
  ".)";
95
+
95
96
  this.$rules = {
96
97
  "no_regex" : [
97
98
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -813,6 +814,7 @@ var CssHighlightRules = function() {
813
814
  "support.constant.color": supportConstantColor,
814
815
  "support.constant.fonts": supportConstantFonts
815
816
  }, "text", true);
817
+
816
818
  this.$rules = {
817
819
  "start" : [{
818
820
  include : ["strings", "url", "comments"]
@@ -2529,6 +2531,7 @@ var VelocityHighlightRules = function() {
2529
2531
  "#break|#end|#stop"
2530
2532
  ).split('|')
2531
2533
  );
2534
+
2532
2535
  this.$rules.start.push(
2533
2536
  {
2534
2537
  token : "comment",
@@ -2779,8 +2782,7 @@ oop.inherits(Mode, HtmlMode);
2779
2782
  }).call(Mode.prototype);
2780
2783
 
2781
2784
  exports.Mode = Mode;
2782
- });
2783
- (function() {
2785
+ }); (function() {
2784
2786
  window.require(["ace/mode/velocity"], function(m) {
2785
2787
  if (typeof module == "object" && typeof exports == "object" && module) {
2786
2788
  module.exports = m;
@@ -108,8 +108,7 @@ oop.inherits(Mode, TextMode);
108
108
 
109
109
  exports.Mode = Mode;
110
110
 
111
- });
112
- (function() {
111
+ }); (function() {
113
112
  window.require(["ace/mode/verilog"], function(m) {
114
113
  if (typeof module == "object" && typeof exports == "object" && module) {
115
114
  module.exports = m;
@@ -107,8 +107,7 @@ oop.inherits(Mode, TextMode);
107
107
 
108
108
  exports.Mode = Mode;
109
109
 
110
- });
111
- (function() {
110
+ }); (function() {
112
111
  window.require(["ace/mode/vhdl"], function(m) {
113
112
  if (typeof module == "object" && typeof exports == "object" && module) {
114
113
  module.exports = m;
@@ -0,0 +1,2641 @@
1
+ define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
+ "use strict";
3
+
4
+ var oop = require("../lib/oop");
5
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
6
+
7
+ var DocCommentHighlightRules = function() {
8
+ this.$rules = {
9
+ "start" : [ {
10
+ token : "comment.doc.tag",
11
+ regex : "@[\\w\\d_]+" // TODO: fix email addresses
12
+ },
13
+ DocCommentHighlightRules.getTagRule(),
14
+ {
15
+ defaultToken : "comment.doc",
16
+ caseInsensitive: true
17
+ }]
18
+ };
19
+ };
20
+
21
+ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
22
+
23
+ DocCommentHighlightRules.getTagRule = function(start) {
24
+ return {
25
+ token : "comment.doc.tag.storage.type",
26
+ regex : "\\b(?:TODO|FIXME|XXX|HACK)\\b"
27
+ };
28
+ };
29
+
30
+ DocCommentHighlightRules.getStartRule = function(start) {
31
+ return {
32
+ token : "comment.doc", // doc comment
33
+ regex : "\\/\\*(?=\\*)",
34
+ next : start
35
+ };
36
+ };
37
+
38
+ DocCommentHighlightRules.getEndRule = function (start) {
39
+ return {
40
+ token : "comment.doc", // closing comment
41
+ regex : "\\*\\/",
42
+ next : start
43
+ };
44
+ };
45
+
46
+
47
+ exports.DocCommentHighlightRules = DocCommentHighlightRules;
48
+
49
+ });
50
+
51
+ 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) {
52
+ "use strict";
53
+
54
+ var oop = require("../lib/oop");
55
+ var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
56
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
57
+ var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*";
58
+
59
+ var JavaScriptHighlightRules = function(options) {
60
+ var keywordMapper = this.createKeywordMapper({
61
+ "variable.language":
62
+ "Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|" + // Constructors
63
+ "Namespace|QName|XML|XMLList|" + // E4X
64
+ "ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|" +
65
+ "Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|" +
66
+ "Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|" + // Errors
67
+ "SyntaxError|TypeError|URIError|" +
68
+ "decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|" + // Non-constructor functions
69
+ "isNaN|parseFloat|parseInt|" +
70
+ "JSON|Math|" + // Other
71
+ "this|arguments|prototype|window|document" , // Pseudo
72
+ "keyword":
73
+ "const|yield|import|get|set|async|await|" +
74
+ "break|case|catch|continue|default|delete|do|else|finally|for|function|" +
75
+ "if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" +
76
+ "__parent__|__count__|escape|unescape|with|__proto__|" +
77
+ "class|enum|extends|super|export|implements|private|public|interface|package|protected|static",
78
+ "storage.type":
79
+ "const|let|var|function",
80
+ "constant.language":
81
+ "null|Infinity|NaN|undefined",
82
+ "support.function":
83
+ "alert",
84
+ "constant.language.boolean": "true|false"
85
+ }, "identifier");
86
+ var kwBeforeRe = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void";
87
+
88
+ var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex
89
+ "u[0-9a-fA-F]{4}|" + // unicode
90
+ "u{[0-9a-fA-F]{1,6}}|" + // es6 unicode
91
+ "[0-2][0-7]{0,2}|" + // oct
92
+ "3[0-7][0-7]?|" + // oct
93
+ "[4-7][0-7]?|" + //oct
94
+ ".)";
95
+
96
+ this.$rules = {
97
+ "no_regex" : [
98
+ DocCommentHighlightRules.getStartRule("doc-start"),
99
+ comments("no_regex"),
100
+ {
101
+ token : "string",
102
+ regex : "'(?=.)",
103
+ next : "qstring"
104
+ }, {
105
+ token : "string",
106
+ regex : '"(?=.)',
107
+ next : "qqstring"
108
+ }, {
109
+ token : "constant.numeric", // hexadecimal, octal and binary
110
+ regex : /0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/
111
+ }, {
112
+ token : "constant.numeric", // decimal integers and floats
113
+ regex : /(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/
114
+ }, {
115
+ token : [
116
+ "storage.type", "punctuation.operator", "support.function",
117
+ "punctuation.operator", "entity.name.function", "text","keyword.operator"
118
+ ],
119
+ regex : "(" + identifierRe + ")(\\.)(prototype)(\\.)(" + identifierRe +")(\\s*)(=)",
120
+ next: "function_arguments"
121
+ }, {
122
+ token : [
123
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
124
+ "keyword.operator", "text", "storage.type", "text", "paren.lparen"
125
+ ],
126
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
127
+ next: "function_arguments"
128
+ }, {
129
+ token : [
130
+ "entity.name.function", "text", "keyword.operator", "text", "storage.type",
131
+ "text", "paren.lparen"
132
+ ],
133
+ regex : "(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
134
+ next: "function_arguments"
135
+ }, {
136
+ token : [
137
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
138
+ "keyword.operator", "text",
139
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
140
+ ],
141
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()",
142
+ next: "function_arguments"
143
+ }, {
144
+ token : [
145
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
146
+ ],
147
+ regex : "(function)(\\s+)(" + identifierRe + ")(\\s*)(\\()",
148
+ next: "function_arguments"
149
+ }, {
150
+ token : [
151
+ "entity.name.function", "text", "punctuation.operator",
152
+ "text", "storage.type", "text", "paren.lparen"
153
+ ],
154
+ regex : "(" + identifierRe + ")(\\s*)(:)(\\s*)(function)(\\s*)(\\()",
155
+ next: "function_arguments"
156
+ }, {
157
+ token : [
158
+ "text", "text", "storage.type", "text", "paren.lparen"
159
+ ],
160
+ regex : "(:)(\\s*)(function)(\\s*)(\\()",
161
+ next: "function_arguments"
162
+ }, {
163
+ token : "keyword",
164
+ regex : "from(?=\\s*('|\"))"
165
+ }, {
166
+ token : "keyword",
167
+ regex : "(?:" + kwBeforeRe + ")\\b",
168
+ next : "start"
169
+ }, {
170
+ token : ["support.constant"],
171
+ regex : /that\b/
172
+ }, {
173
+ token : ["storage.type", "punctuation.operator", "support.function.firebug"],
174
+ regex : /(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/
175
+ }, {
176
+ token : keywordMapper,
177
+ regex : identifierRe
178
+ }, {
179
+ token : "punctuation.operator",
180
+ regex : /[.](?![.])/,
181
+ next : "property"
182
+ }, {
183
+ token : "storage.type",
184
+ regex : /=>/,
185
+ next : "start"
186
+ }, {
187
+ token : "keyword.operator",
188
+ regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,
189
+ next : "start"
190
+ }, {
191
+ token : "punctuation.operator",
192
+ regex : /[?:,;.]/,
193
+ next : "start"
194
+ }, {
195
+ token : "paren.lparen",
196
+ regex : /[\[({]/,
197
+ next : "start"
198
+ }, {
199
+ token : "paren.rparen",
200
+ regex : /[\])}]/
201
+ }, {
202
+ token: "comment",
203
+ regex: /^#!.*$/
204
+ }
205
+ ],
206
+ property: [{
207
+ token : "text",
208
+ regex : "\\s+"
209
+ }, {
210
+ token : [
211
+ "storage.type", "punctuation.operator", "entity.name.function", "text",
212
+ "keyword.operator", "text",
213
+ "storage.type", "text", "entity.name.function", "text", "paren.lparen"
214
+ ],
215
+ regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(?:(\\s+)(\\w+))?(\\s*)(\\()",
216
+ next: "function_arguments"
217
+ }, {
218
+ token : "punctuation.operator",
219
+ regex : /[.](?![.])/
220
+ }, {
221
+ token : "support.function",
222
+ 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(?=\()/
223
+ }, {
224
+ token : "support.function.dom",
225
+ 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(?=\()/
226
+ }, {
227
+ token : "support.constant",
228
+ 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/
229
+ }, {
230
+ token : "identifier",
231
+ regex : identifierRe
232
+ }, {
233
+ regex: "",
234
+ token: "empty",
235
+ next: "no_regex"
236
+ }
237
+ ],
238
+ "start": [
239
+ DocCommentHighlightRules.getStartRule("doc-start"),
240
+ comments("start"),
241
+ {
242
+ token: "string.regexp",
243
+ regex: "\\/",
244
+ next: "regex"
245
+ }, {
246
+ token : "text",
247
+ regex : "\\s+|^$",
248
+ next : "start"
249
+ }, {
250
+ token: "empty",
251
+ regex: "",
252
+ next: "no_regex"
253
+ }
254
+ ],
255
+ "regex": [
256
+ {
257
+ token: "regexp.keyword.operator",
258
+ regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
259
+ }, {
260
+ token: "string.regexp",
261
+ regex: "/[sxngimy]*",
262
+ next: "no_regex"
263
+ }, {
264
+ token : "invalid",
265
+ regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/
266
+ }, {
267
+ token : "constant.language.escape",
268
+ regex: /\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/
269
+ }, {
270
+ token : "constant.language.delimiter",
271
+ regex: /\|/
272
+ }, {
273
+ token: "constant.language.escape",
274
+ regex: /\[\^?/,
275
+ next: "regex_character_class"
276
+ }, {
277
+ token: "empty",
278
+ regex: "$",
279
+ next: "no_regex"
280
+ }, {
281
+ defaultToken: "string.regexp"
282
+ }
283
+ ],
284
+ "regex_character_class": [
285
+ {
286
+ token: "regexp.charclass.keyword.operator",
287
+ regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
288
+ }, {
289
+ token: "constant.language.escape",
290
+ regex: "]",
291
+ next: "regex"
292
+ }, {
293
+ token: "constant.language.escape",
294
+ regex: "-"
295
+ }, {
296
+ token: "empty",
297
+ regex: "$",
298
+ next: "no_regex"
299
+ }, {
300
+ defaultToken: "string.regexp.charachterclass"
301
+ }
302
+ ],
303
+ "function_arguments": [
304
+ {
305
+ token: "variable.parameter",
306
+ regex: identifierRe
307
+ }, {
308
+ token: "punctuation.operator",
309
+ regex: "[, ]+"
310
+ }, {
311
+ token: "punctuation.operator",
312
+ regex: "$"
313
+ }, {
314
+ token: "empty",
315
+ regex: "",
316
+ next: "no_regex"
317
+ }
318
+ ],
319
+ "qqstring" : [
320
+ {
321
+ token : "constant.language.escape",
322
+ regex : escapedRe
323
+ }, {
324
+ token : "string",
325
+ regex : "\\\\$",
326
+ consumeLineEnd : true
327
+ }, {
328
+ token : "string",
329
+ regex : '"|$',
330
+ next : "no_regex"
331
+ }, {
332
+ defaultToken: "string"
333
+ }
334
+ ],
335
+ "qstring" : [
336
+ {
337
+ token : "constant.language.escape",
338
+ regex : escapedRe
339
+ }, {
340
+ token : "string",
341
+ regex : "\\\\$",
342
+ consumeLineEnd : true
343
+ }, {
344
+ token : "string",
345
+ regex : "'|$",
346
+ next : "no_regex"
347
+ }, {
348
+ defaultToken: "string"
349
+ }
350
+ ]
351
+ };
352
+
353
+
354
+ if (!options || !options.noES6) {
355
+ this.$rules.no_regex.unshift({
356
+ regex: "[{}]", onMatch: function(val, state, stack) {
357
+ this.next = val == "{" ? this.nextState : "";
358
+ if (val == "{" && stack.length) {
359
+ stack.unshift("start", state);
360
+ }
361
+ else if (val == "}" && stack.length) {
362
+ stack.shift();
363
+ this.next = stack.shift();
364
+ if (this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1)
365
+ return "paren.quasi.end";
366
+ }
367
+ return val == "{" ? "paren.lparen" : "paren.rparen";
368
+ },
369
+ nextState: "start"
370
+ }, {
371
+ token : "string.quasi.start",
372
+ regex : /`/,
373
+ push : [{
374
+ token : "constant.language.escape",
375
+ regex : escapedRe
376
+ }, {
377
+ token : "paren.quasi.start",
378
+ regex : /\${/,
379
+ push : "start"
380
+ }, {
381
+ token : "string.quasi.end",
382
+ regex : /`/,
383
+ next : "pop"
384
+ }, {
385
+ defaultToken: "string.quasi"
386
+ }]
387
+ });
388
+
389
+ if (!options || options.jsx != false)
390
+ JSX.call(this);
391
+ }
392
+
393
+ this.embedRules(DocCommentHighlightRules, "doc-",
394
+ [ DocCommentHighlightRules.getEndRule("no_regex") ]);
395
+
396
+ this.normalizeRules();
397
+ };
398
+
399
+ oop.inherits(JavaScriptHighlightRules, TextHighlightRules);
400
+
401
+ function JSX() {
402
+ var tagRegex = identifierRe.replace("\\d", "\\d\\-");
403
+ var jsxTag = {
404
+ onMatch : function(val, state, stack) {
405
+ var offset = val.charAt(1) == "/" ? 2 : 1;
406
+ if (offset == 1) {
407
+ if (state != this.nextState)
408
+ stack.unshift(this.next, this.nextState, 0);
409
+ else
410
+ stack.unshift(this.next);
411
+ stack[2]++;
412
+ } else if (offset == 2) {
413
+ if (state == this.nextState) {
414
+ stack[1]--;
415
+ if (!stack[1] || stack[1] < 0) {
416
+ stack.shift();
417
+ stack.shift();
418
+ }
419
+ }
420
+ }
421
+ return [{
422
+ type: "meta.tag.punctuation." + (offset == 1 ? "" : "end-") + "tag-open.xml",
423
+ value: val.slice(0, offset)
424
+ }, {
425
+ type: "meta.tag.tag-name.xml",
426
+ value: val.substr(offset)
427
+ }];
428
+ },
429
+ regex : "</?" + tagRegex + "",
430
+ next: "jsxAttributes",
431
+ nextState: "jsx"
432
+ };
433
+ this.$rules.start.unshift(jsxTag);
434
+ var jsxJsRule = {
435
+ regex: "{",
436
+ token: "paren.quasi.start",
437
+ push: "start"
438
+ };
439
+ this.$rules.jsx = [
440
+ jsxJsRule,
441
+ jsxTag,
442
+ {include : "reference"},
443
+ {defaultToken: "string"}
444
+ ];
445
+ this.$rules.jsxAttributes = [{
446
+ token : "meta.tag.punctuation.tag-close.xml",
447
+ regex : "/?>",
448
+ onMatch : function(value, currentState, stack) {
449
+ if (currentState == stack[0])
450
+ stack.shift();
451
+ if (value.length == 2) {
452
+ if (stack[0] == this.nextState)
453
+ stack[1]--;
454
+ if (!stack[1] || stack[1] < 0) {
455
+ stack.splice(0, 2);
456
+ }
457
+ }
458
+ this.next = stack[0] || "start";
459
+ return [{type: this.token, value: value}];
460
+ },
461
+ nextState: "jsx"
462
+ },
463
+ jsxJsRule,
464
+ comments("jsxAttributes"),
465
+ {
466
+ token : "entity.other.attribute-name.xml",
467
+ regex : tagRegex
468
+ }, {
469
+ token : "keyword.operator.attribute-equals.xml",
470
+ regex : "="
471
+ }, {
472
+ token : "text.tag-whitespace.xml",
473
+ regex : "\\s+"
474
+ }, {
475
+ token : "string.attribute-value.xml",
476
+ regex : "'",
477
+ stateName : "jsx_attr_q",
478
+ push : [
479
+ {token : "string.attribute-value.xml", regex: "'", next: "pop"},
480
+ {include : "reference"},
481
+ {defaultToken : "string.attribute-value.xml"}
482
+ ]
483
+ }, {
484
+ token : "string.attribute-value.xml",
485
+ regex : '"',
486
+ stateName : "jsx_attr_qq",
487
+ push : [
488
+ {token : "string.attribute-value.xml", regex: '"', next: "pop"},
489
+ {include : "reference"},
490
+ {defaultToken : "string.attribute-value.xml"}
491
+ ]
492
+ },
493
+ jsxTag
494
+ ];
495
+ this.$rules.reference = [{
496
+ token : "constant.language.escape.reference.xml",
497
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
498
+ }];
499
+ }
500
+
501
+ function comments(next) {
502
+ return [
503
+ {
504
+ token : "comment", // multi line comment
505
+ regex : /\/\*/,
506
+ next: [
507
+ DocCommentHighlightRules.getTagRule(),
508
+ {token : "comment", regex : "\\*\\/", next : next || "pop"},
509
+ {defaultToken : "comment", caseInsensitive: true}
510
+ ]
511
+ }, {
512
+ token : "comment",
513
+ regex : "\\/\\/",
514
+ next: [
515
+ DocCommentHighlightRules.getTagRule(),
516
+ {token : "comment", regex : "$|^", next : next || "pop"},
517
+ {defaultToken : "comment", caseInsensitive: true}
518
+ ]
519
+ }
520
+ ];
521
+ }
522
+ exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
523
+ });
524
+
525
+ define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
526
+ "use strict";
527
+
528
+ var Range = require("../range").Range;
529
+
530
+ var MatchingBraceOutdent = function() {};
531
+
532
+ (function() {
533
+
534
+ this.checkOutdent = function(line, input) {
535
+ if (! /^\s+$/.test(line))
536
+ return false;
537
+
538
+ return /^\s*\}/.test(input);
539
+ };
540
+
541
+ this.autoOutdent = function(doc, row) {
542
+ var line = doc.getLine(row);
543
+ var match = line.match(/^(\s*\})/);
544
+
545
+ if (!match) return 0;
546
+
547
+ var column = match[1].length;
548
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
549
+
550
+ if (!openBracePos || openBracePos.row == row) return 0;
551
+
552
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
553
+ doc.replace(new Range(row, 0, row, column-1), indent);
554
+ };
555
+
556
+ this.$getIndent = function(line) {
557
+ return line.match(/^\s*/)[0];
558
+ };
559
+
560
+ }).call(MatchingBraceOutdent.prototype);
561
+
562
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
563
+ });
564
+
565
+ define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) {
566
+ "use strict";
567
+
568
+ var oop = require("../../lib/oop");
569
+ var Range = require("../../range").Range;
570
+ var BaseFoldMode = require("./fold_mode").FoldMode;
571
+
572
+ var FoldMode = exports.FoldMode = function(commentRegex) {
573
+ if (commentRegex) {
574
+ this.foldingStartMarker = new RegExp(
575
+ this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start)
576
+ );
577
+ this.foldingStopMarker = new RegExp(
578
+ this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end)
579
+ );
580
+ }
581
+ };
582
+ oop.inherits(FoldMode, BaseFoldMode);
583
+
584
+ (function() {
585
+
586
+ this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/;
587
+ this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/;
588
+ this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/;
589
+ this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/;
590
+ this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/;
591
+ this._getFoldWidgetBase = this.getFoldWidget;
592
+ this.getFoldWidget = function(session, foldStyle, row) {
593
+ var line = session.getLine(row);
594
+
595
+ if (this.singleLineBlockCommentRe.test(line)) {
596
+ if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))
597
+ return "";
598
+ }
599
+
600
+ var fw = this._getFoldWidgetBase(session, foldStyle, row);
601
+
602
+ if (!fw && this.startRegionRe.test(line))
603
+ return "start"; // lineCommentRegionStart
604
+
605
+ return fw;
606
+ };
607
+
608
+ this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) {
609
+ var line = session.getLine(row);
610
+
611
+ if (this.startRegionRe.test(line))
612
+ return this.getCommentRegionBlock(session, line, row);
613
+
614
+ var match = line.match(this.foldingStartMarker);
615
+ if (match) {
616
+ var i = match.index;
617
+
618
+ if (match[1])
619
+ return this.openingBracketBlock(session, match[1], row, i);
620
+
621
+ var range = session.getCommentFoldRange(row, i + match[0].length, 1);
622
+
623
+ if (range && !range.isMultiLine()) {
624
+ if (forceMultiline) {
625
+ range = this.getSectionRange(session, row);
626
+ } else if (foldStyle != "all")
627
+ range = null;
628
+ }
629
+
630
+ return range;
631
+ }
632
+
633
+ if (foldStyle === "markbegin")
634
+ return;
635
+
636
+ var match = line.match(this.foldingStopMarker);
637
+ if (match) {
638
+ var i = match.index + match[0].length;
639
+
640
+ if (match[1])
641
+ return this.closingBracketBlock(session, match[1], row, i);
642
+
643
+ return session.getCommentFoldRange(row, i, -1);
644
+ }
645
+ };
646
+
647
+ this.getSectionRange = function(session, row) {
648
+ var line = session.getLine(row);
649
+ var startIndent = line.search(/\S/);
650
+ var startRow = row;
651
+ var startColumn = line.length;
652
+ row = row + 1;
653
+ var endRow = row;
654
+ var maxRow = session.getLength();
655
+ while (++row < maxRow) {
656
+ line = session.getLine(row);
657
+ var indent = line.search(/\S/);
658
+ if (indent === -1)
659
+ continue;
660
+ if (startIndent > indent)
661
+ break;
662
+ var subRange = this.getFoldWidgetRange(session, "all", row);
663
+
664
+ if (subRange) {
665
+ if (subRange.start.row <= startRow) {
666
+ break;
667
+ } else if (subRange.isMultiLine()) {
668
+ row = subRange.end.row;
669
+ } else if (startIndent == indent) {
670
+ break;
671
+ }
672
+ }
673
+ endRow = row;
674
+ }
675
+
676
+ return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);
677
+ };
678
+ this.getCommentRegionBlock = function(session, line, row) {
679
+ var startColumn = line.search(/\s*$/);
680
+ var maxRow = session.getLength();
681
+ var startRow = row;
682
+
683
+ var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/;
684
+ var depth = 1;
685
+ while (++row < maxRow) {
686
+ line = session.getLine(row);
687
+ var m = re.exec(line);
688
+ if (!m) continue;
689
+ if (m[1]) depth--;
690
+ else depth++;
691
+
692
+ if (!depth) break;
693
+ }
694
+
695
+ var endRow = row;
696
+ if (endRow > startRow) {
697
+ return new Range(startRow, startColumn, endRow, line.length);
698
+ }
699
+ };
700
+
701
+ }).call(FoldMode.prototype);
702
+
703
+ });
704
+
705
+ 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) {
706
+ "use strict";
707
+
708
+ var oop = require("../lib/oop");
709
+ var TextMode = require("./text").Mode;
710
+ var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
711
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
712
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
713
+ var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
714
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
715
+
716
+ var Mode = function() {
717
+ this.HighlightRules = JavaScriptHighlightRules;
718
+
719
+ this.$outdent = new MatchingBraceOutdent();
720
+ this.$behaviour = new CstyleBehaviour();
721
+ this.foldingRules = new CStyleFoldMode();
722
+ };
723
+ oop.inherits(Mode, TextMode);
724
+
725
+ (function() {
726
+
727
+ this.lineCommentStart = "//";
728
+ this.blockComment = {start: "/*", end: "*/"};
729
+ this.$quotes = {'"': '"', "'": "'", "`": "`"};
730
+
731
+ this.getNextLineIndent = function(state, line, tab) {
732
+ var indent = this.$getIndent(line);
733
+
734
+ var tokenizedLine = this.getTokenizer().getLineTokens(line, state);
735
+ var tokens = tokenizedLine.tokens;
736
+ var endState = tokenizedLine.state;
737
+
738
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
739
+ return indent;
740
+ }
741
+
742
+ if (state == "start" || state == "no_regex") {
743
+ var match = line.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);
744
+ if (match) {
745
+ indent += tab;
746
+ }
747
+ } else if (state == "doc-start") {
748
+ if (endState == "start" || endState == "no_regex") {
749
+ return "";
750
+ }
751
+ var match = line.match(/^\s*(\/?)\*/);
752
+ if (match) {
753
+ if (match[1]) {
754
+ indent += " ";
755
+ }
756
+ indent += "* ";
757
+ }
758
+ }
759
+
760
+ return indent;
761
+ };
762
+
763
+ this.checkOutdent = function(state, line, input) {
764
+ return this.$outdent.checkOutdent(line, input);
765
+ };
766
+
767
+ this.autoOutdent = function(state, doc, row) {
768
+ this.$outdent.autoOutdent(doc, row);
769
+ };
770
+
771
+ this.createWorker = function(session) {
772
+ var worker = new WorkerClient(["ace"], "ace/mode/javascript_worker", "JavaScriptWorker");
773
+ worker.attachToDocument(session.getDocument());
774
+
775
+ worker.on("annotate", function(results) {
776
+ session.setAnnotations(results.data);
777
+ });
778
+
779
+ worker.on("terminate", function() {
780
+ session.clearAnnotations();
781
+ });
782
+
783
+ return worker;
784
+ };
785
+
786
+ this.$id = "ace/mode/javascript";
787
+ }).call(Mode.prototype);
788
+
789
+ exports.Mode = Mode;
790
+ });
791
+
792
+ define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
793
+ "use strict";
794
+
795
+ var oop = require("../lib/oop");
796
+ var lang = require("../lib/lang");
797
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
798
+ 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";
799
+ var supportFunction = exports.supportFunction = "rgb|rgba|url|attr|counter|counters";
800
+ 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";
801
+ 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";
802
+ 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";
803
+
804
+ var numRe = exports.numRe = "\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))";
805
+ var pseudoElements = exports.pseudoElements = "(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b";
806
+ 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";
807
+
808
+ var CssHighlightRules = function() {
809
+
810
+ var keywordMapper = this.createKeywordMapper({
811
+ "support.function": supportFunction,
812
+ "support.constant": supportConstant,
813
+ "support.type": supportType,
814
+ "support.constant.color": supportConstantColor,
815
+ "support.constant.fonts": supportConstantFonts
816
+ }, "text", true);
817
+
818
+ this.$rules = {
819
+ "start" : [{
820
+ include : ["strings", "url", "comments"]
821
+ }, {
822
+ token: "paren.lparen",
823
+ regex: "\\{",
824
+ next: "ruleset"
825
+ }, {
826
+ token: "paren.rparen",
827
+ regex: "\\}"
828
+ }, {
829
+ token: "string",
830
+ regex: "@(?!viewport)",
831
+ next: "media"
832
+ }, {
833
+ token: "keyword",
834
+ regex: "#[a-z0-9-_]+"
835
+ }, {
836
+ token: "keyword",
837
+ regex: "%"
838
+ }, {
839
+ token: "variable",
840
+ regex: "\\.[a-z0-9-_]+"
841
+ }, {
842
+ token: "string",
843
+ regex: ":[a-z0-9-_]+"
844
+ }, {
845
+ token : "constant.numeric",
846
+ regex : numRe
847
+ }, {
848
+ token: "constant",
849
+ regex: "[a-z0-9-_]+"
850
+ }, {
851
+ caseInsensitive: true
852
+ }],
853
+
854
+ "media": [{
855
+ include : ["strings", "url", "comments"]
856
+ }, {
857
+ token: "paren.lparen",
858
+ regex: "\\{",
859
+ next: "start"
860
+ }, {
861
+ token: "paren.rparen",
862
+ regex: "\\}",
863
+ next: "start"
864
+ }, {
865
+ token: "string",
866
+ regex: ";",
867
+ next: "start"
868
+ }, {
869
+ token: "keyword",
870
+ regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
871
+ + "|page|font|keyframes|viewport|counter-style|font-feature-values"
872
+ + "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
873
+ }],
874
+
875
+ "comments" : [{
876
+ token: "comment", // multi line comment
877
+ regex: "\\/\\*",
878
+ push: [{
879
+ token : "comment",
880
+ regex : "\\*\\/",
881
+ next : "pop"
882
+ }, {
883
+ defaultToken : "comment"
884
+ }]
885
+ }],
886
+
887
+ "ruleset" : [{
888
+ regex : "-(webkit|ms|moz|o)-",
889
+ token : "text"
890
+ }, {
891
+ token : "punctuation.operator",
892
+ regex : "[:;]"
893
+ }, {
894
+ token : "paren.rparen",
895
+ regex : "\\}",
896
+ next : "start"
897
+ }, {
898
+ include : ["strings", "url", "comments"]
899
+ }, {
900
+ token : ["constant.numeric", "keyword"],
901
+ 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|%)"
902
+ }, {
903
+ token : "constant.numeric",
904
+ regex : numRe
905
+ }, {
906
+ token : "constant.numeric", // hex6 color
907
+ regex : "#[a-f0-9]{6}"
908
+ }, {
909
+ token : "constant.numeric", // hex3 color
910
+ regex : "#[a-f0-9]{3}"
911
+ }, {
912
+ token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
913
+ regex : pseudoElements
914
+ }, {
915
+ token : ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
916
+ regex : pseudoClasses
917
+ }, {
918
+ include: "url"
919
+ }, {
920
+ token : keywordMapper,
921
+ regex : "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
922
+ }, {
923
+ caseInsensitive: true
924
+ }],
925
+
926
+ url: [{
927
+ token : "support.function",
928
+ regex : "(?:url(:?-prefix)?|domain|regexp)\\(",
929
+ push: [{
930
+ token : "support.function",
931
+ regex : "\\)",
932
+ next : "pop"
933
+ }, {
934
+ defaultToken: "string"
935
+ }]
936
+ }],
937
+
938
+ strings: [{
939
+ token : "string.start",
940
+ regex : "'",
941
+ push : [{
942
+ token : "string.end",
943
+ regex : "'|$",
944
+ next: "pop"
945
+ }, {
946
+ include : "escapes"
947
+ }, {
948
+ token : "constant.language.escape",
949
+ regex : /\\$/,
950
+ consumeLineEnd: true
951
+ }, {
952
+ defaultToken: "string"
953
+ }]
954
+ }, {
955
+ token : "string.start",
956
+ regex : '"',
957
+ push : [{
958
+ token : "string.end",
959
+ regex : '"|$',
960
+ next: "pop"
961
+ }, {
962
+ include : "escapes"
963
+ }, {
964
+ token : "constant.language.escape",
965
+ regex : /\\$/,
966
+ consumeLineEnd: true
967
+ }, {
968
+ defaultToken: "string"
969
+ }]
970
+ }],
971
+ escapes: [{
972
+ token : "constant.language.escape",
973
+ regex : /\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/
974
+ }]
975
+
976
+ };
977
+
978
+ this.normalizeRules();
979
+ };
980
+
981
+ oop.inherits(CssHighlightRules, TextHighlightRules);
982
+
983
+ exports.CssHighlightRules = CssHighlightRules;
984
+
985
+ });
986
+
987
+ define("ace/mode/css_completions",["require","exports","module"], function(require, exports, module) {
988
+ "use strict";
989
+
990
+ var propertyMap = {
991
+ "background": {"#$0": 1},
992
+ "background-color": {"#$0": 1, "transparent": 1, "fixed": 1},
993
+ "background-image": {"url('/$0')": 1},
994
+ "background-repeat": {"repeat": 1, "repeat-x": 1, "repeat-y": 1, "no-repeat": 1, "inherit": 1},
995
+ "background-position": {"bottom":2, "center":2, "left":2, "right":2, "top":2, "inherit":2},
996
+ "background-attachment": {"scroll": 1, "fixed": 1},
997
+ "background-size": {"cover": 1, "contain": 1},
998
+ "background-clip": {"border-box": 1, "padding-box": 1, "content-box": 1},
999
+ "background-origin": {"border-box": 1, "padding-box": 1, "content-box": 1},
1000
+ "border": {"solid $0": 1, "dashed $0": 1, "dotted $0": 1, "#$0": 1},
1001
+ "border-color": {"#$0": 1},
1002
+ "border-style": {"solid":2, "dashed":2, "dotted":2, "double":2, "groove":2, "hidden":2, "inherit":2, "inset":2, "none":2, "outset":2, "ridged":2},
1003
+ "border-collapse": {"collapse": 1, "separate": 1},
1004
+ "bottom": {"px": 1, "em": 1, "%": 1},
1005
+ "clear": {"left": 1, "right": 1, "both": 1, "none": 1},
1006
+ "color": {"#$0": 1, "rgb(#$00,0,0)": 1},
1007
+ "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},
1008
+ "display": {"none": 1, "block": 1, "inline": 1, "inline-block": 1, "table-cell": 1},
1009
+ "empty-cells": {"show": 1, "hide": 1},
1010
+ "float": {"left": 1, "right": 1, "none": 1},
1011
+ "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},
1012
+ "font-size": {"px": 1, "em": 1, "%": 1},
1013
+ "font-weight": {"bold": 1, "normal": 1},
1014
+ "font-style": {"italic": 1, "normal": 1},
1015
+ "font-variant": {"normal": 1, "small-caps": 1},
1016
+ "height": {"px": 1, "em": 1, "%": 1},
1017
+ "left": {"px": 1, "em": 1, "%": 1},
1018
+ "letter-spacing": {"normal": 1},
1019
+ "line-height": {"normal": 1},
1020
+ "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},
1021
+ "margin": {"px": 1, "em": 1, "%": 1},
1022
+ "margin-right": {"px": 1, "em": 1, "%": 1},
1023
+ "margin-left": {"px": 1, "em": 1, "%": 1},
1024
+ "margin-top": {"px": 1, "em": 1, "%": 1},
1025
+ "margin-bottom": {"px": 1, "em": 1, "%": 1},
1026
+ "max-height": {"px": 1, "em": 1, "%": 1},
1027
+ "max-width": {"px": 1, "em": 1, "%": 1},
1028
+ "min-height": {"px": 1, "em": 1, "%": 1},
1029
+ "min-width": {"px": 1, "em": 1, "%": 1},
1030
+ "overflow": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1031
+ "overflow-x": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1032
+ "overflow-y": {"hidden": 1, "visible": 1, "auto": 1, "scroll": 1},
1033
+ "padding": {"px": 1, "em": 1, "%": 1},
1034
+ "padding-top": {"px": 1, "em": 1, "%": 1},
1035
+ "padding-right": {"px": 1, "em": 1, "%": 1},
1036
+ "padding-bottom": {"px": 1, "em": 1, "%": 1},
1037
+ "padding-left": {"px": 1, "em": 1, "%": 1},
1038
+ "page-break-after": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1039
+ "page-break-before": {"auto": 1, "always": 1, "avoid": 1, "left": 1, "right": 1},
1040
+ "position": {"absolute": 1, "relative": 1, "fixed": 1, "static": 1},
1041
+ "right": {"px": 1, "em": 1, "%": 1},
1042
+ "table-layout": {"fixed": 1, "auto": 1},
1043
+ "text-decoration": {"none": 1, "underline": 1, "line-through": 1, "blink": 1},
1044
+ "text-align": {"left": 1, "right": 1, "center": 1, "justify": 1},
1045
+ "text-transform": {"capitalize": 1, "uppercase": 1, "lowercase": 1, "none": 1},
1046
+ "top": {"px": 1, "em": 1, "%": 1},
1047
+ "vertical-align": {"top": 1, "bottom": 1},
1048
+ "visibility": {"hidden": 1, "visible": 1},
1049
+ "white-space": {"nowrap": 1, "normal": 1, "pre": 1, "pre-line": 1, "pre-wrap": 1},
1050
+ "width": {"px": 1, "em": 1, "%": 1},
1051
+ "word-spacing": {"normal": 1},
1052
+ "filter": {"alpha(opacity=$0100)": 1},
1053
+
1054
+ "text-shadow": {"$02px 2px 2px #777": 1},
1055
+ "text-overflow": {"ellipsis-word": 1, "clip": 1, "ellipsis": 1},
1056
+ "-moz-border-radius": 1,
1057
+ "-moz-border-radius-topright": 1,
1058
+ "-moz-border-radius-bottomright": 1,
1059
+ "-moz-border-radius-topleft": 1,
1060
+ "-moz-border-radius-bottomleft": 1,
1061
+ "-webkit-border-radius": 1,
1062
+ "-webkit-border-top-right-radius": 1,
1063
+ "-webkit-border-top-left-radius": 1,
1064
+ "-webkit-border-bottom-right-radius": 1,
1065
+ "-webkit-border-bottom-left-radius": 1,
1066
+ "-moz-box-shadow": 1,
1067
+ "-webkit-box-shadow": 1,
1068
+ "transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1069
+ "-moz-transform": {"rotate($00deg)": 1, "skew($00deg)": 1},
1070
+ "-webkit-transform": {"rotate($00deg)": 1, "skew($00deg)": 1 }
1071
+ };
1072
+
1073
+ var CssCompletions = function() {
1074
+
1075
+ };
1076
+
1077
+ (function() {
1078
+
1079
+ this.completionsDefined = false;
1080
+
1081
+ this.defineCompletions = function() {
1082
+ if (document) {
1083
+ var style = document.createElement('c').style;
1084
+
1085
+ for (var i in style) {
1086
+ if (typeof style[i] !== 'string')
1087
+ continue;
1088
+
1089
+ var name = i.replace(/[A-Z]/g, function(x) {
1090
+ return '-' + x.toLowerCase();
1091
+ });
1092
+
1093
+ if (!propertyMap.hasOwnProperty(name))
1094
+ propertyMap[name] = 1;
1095
+ }
1096
+ }
1097
+
1098
+ this.completionsDefined = true;
1099
+ };
1100
+
1101
+ this.getCompletions = function(state, session, pos, prefix) {
1102
+ if (!this.completionsDefined) {
1103
+ this.defineCompletions();
1104
+ }
1105
+
1106
+ var token = session.getTokenAt(pos.row, pos.column);
1107
+
1108
+ if (!token)
1109
+ return [];
1110
+ if (state==='ruleset'){
1111
+ var line = session.getLine(pos.row).substr(0, pos.column);
1112
+ if (/:[^;]+$/.test(line)) {
1113
+ /([\w\-]+):[^:]*$/.test(line);
1114
+
1115
+ return this.getPropertyValueCompletions(state, session, pos, prefix);
1116
+ } else {
1117
+ return this.getPropertyCompletions(state, session, pos, prefix);
1118
+ }
1119
+ }
1120
+
1121
+ return [];
1122
+ };
1123
+
1124
+ this.getPropertyCompletions = function(state, session, pos, prefix) {
1125
+ var properties = Object.keys(propertyMap);
1126
+ return properties.map(function(property){
1127
+ return {
1128
+ caption: property,
1129
+ snippet: property + ': $0;',
1130
+ meta: "property",
1131
+ score: 1000000
1132
+ };
1133
+ });
1134
+ };
1135
+
1136
+ this.getPropertyValueCompletions = function(state, session, pos, prefix) {
1137
+ var line = session.getLine(pos.row).substr(0, pos.column);
1138
+ var property = (/([\w\-]+):[^:]*$/.exec(line) || {})[1];
1139
+
1140
+ if (!property)
1141
+ return [];
1142
+ var values = [];
1143
+ if (property in propertyMap && typeof propertyMap[property] === "object") {
1144
+ values = Object.keys(propertyMap[property]);
1145
+ }
1146
+ return values.map(function(value){
1147
+ return {
1148
+ caption: value,
1149
+ snippet: value,
1150
+ meta: "property value",
1151
+ score: 1000000
1152
+ };
1153
+ });
1154
+ };
1155
+
1156
+ }).call(CssCompletions.prototype);
1157
+
1158
+ exports.CssCompletions = CssCompletions;
1159
+ });
1160
+
1161
+ 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) {
1162
+ "use strict";
1163
+
1164
+ var oop = require("../../lib/oop");
1165
+ var Behaviour = require("../behaviour").Behaviour;
1166
+ var CstyleBehaviour = require("./cstyle").CstyleBehaviour;
1167
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1168
+
1169
+ var CssBehaviour = function () {
1170
+
1171
+ this.inherit(CstyleBehaviour);
1172
+
1173
+ this.add("colon", "insertion", function (state, action, editor, session, text) {
1174
+ if (text === ':' && editor.selection.isEmpty()) {
1175
+ var cursor = editor.getCursorPosition();
1176
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1177
+ var token = iterator.getCurrentToken();
1178
+ if (token && token.value.match(/\s+/)) {
1179
+ token = iterator.stepBackward();
1180
+ }
1181
+ if (token && token.type === 'support.type') {
1182
+ var line = session.doc.getLine(cursor.row);
1183
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1184
+ if (rightChar === ':') {
1185
+ return {
1186
+ text: '',
1187
+ selection: [1, 1]
1188
+ };
1189
+ }
1190
+ if (/^(\s+[^;]|\s*$)/.test(line.substring(cursor.column))) {
1191
+ return {
1192
+ text: ':;',
1193
+ selection: [1, 1]
1194
+ };
1195
+ }
1196
+ }
1197
+ }
1198
+ });
1199
+
1200
+ this.add("colon", "deletion", function (state, action, editor, session, range) {
1201
+ var selected = session.doc.getTextRange(range);
1202
+ if (!range.isMultiLine() && selected === ':') {
1203
+ var cursor = editor.getCursorPosition();
1204
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1205
+ var token = iterator.getCurrentToken();
1206
+ if (token && token.value.match(/\s+/)) {
1207
+ token = iterator.stepBackward();
1208
+ }
1209
+ if (token && token.type === 'support.type') {
1210
+ var line = session.doc.getLine(range.start.row);
1211
+ var rightChar = line.substring(range.end.column, range.end.column + 1);
1212
+ if (rightChar === ';') {
1213
+ range.end.column ++;
1214
+ return range;
1215
+ }
1216
+ }
1217
+ }
1218
+ });
1219
+
1220
+ this.add("semicolon", "insertion", function (state, action, editor, session, text) {
1221
+ if (text === ';' && editor.selection.isEmpty()) {
1222
+ var cursor = editor.getCursorPosition();
1223
+ var line = session.doc.getLine(cursor.row);
1224
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1225
+ if (rightChar === ';') {
1226
+ return {
1227
+ text: '',
1228
+ selection: [1, 1]
1229
+ };
1230
+ }
1231
+ }
1232
+ });
1233
+
1234
+ this.add("!important", "insertion", function (state, action, editor, session, text) {
1235
+ if (text === '!' && editor.selection.isEmpty()) {
1236
+ var cursor = editor.getCursorPosition();
1237
+ var line = session.doc.getLine(cursor.row);
1238
+
1239
+ if (/^\s*(;|}|$)/.test(line.substring(cursor.column))) {
1240
+ return {
1241
+ text: '!important',
1242
+ selection: [10, 10]
1243
+ };
1244
+ }
1245
+ }
1246
+ });
1247
+
1248
+ };
1249
+ oop.inherits(CssBehaviour, CstyleBehaviour);
1250
+
1251
+ exports.CssBehaviour = CssBehaviour;
1252
+ });
1253
+
1254
+ 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) {
1255
+ "use strict";
1256
+
1257
+ var oop = require("../lib/oop");
1258
+ var TextMode = require("./text").Mode;
1259
+ var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
1260
+ var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1261
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
1262
+ var CssCompletions = require("./css_completions").CssCompletions;
1263
+ var CssBehaviour = require("./behaviour/css").CssBehaviour;
1264
+ var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1265
+
1266
+ var Mode = function() {
1267
+ this.HighlightRules = CssHighlightRules;
1268
+ this.$outdent = new MatchingBraceOutdent();
1269
+ this.$behaviour = new CssBehaviour();
1270
+ this.$completer = new CssCompletions();
1271
+ this.foldingRules = new CStyleFoldMode();
1272
+ };
1273
+ oop.inherits(Mode, TextMode);
1274
+
1275
+ (function() {
1276
+
1277
+ this.foldingRules = "cStyle";
1278
+ this.blockComment = {start: "/*", end: "*/"};
1279
+
1280
+ this.getNextLineIndent = function(state, line, tab) {
1281
+ var indent = this.$getIndent(line);
1282
+ var tokens = this.getTokenizer().getLineTokens(line, state).tokens;
1283
+ if (tokens.length && tokens[tokens.length-1].type == "comment") {
1284
+ return indent;
1285
+ }
1286
+
1287
+ var match = line.match(/^.*\{\s*$/);
1288
+ if (match) {
1289
+ indent += tab;
1290
+ }
1291
+
1292
+ return indent;
1293
+ };
1294
+
1295
+ this.checkOutdent = function(state, line, input) {
1296
+ return this.$outdent.checkOutdent(line, input);
1297
+ };
1298
+
1299
+ this.autoOutdent = function(state, doc, row) {
1300
+ this.$outdent.autoOutdent(doc, row);
1301
+ };
1302
+
1303
+ this.getCompletions = function(state, session, pos, prefix) {
1304
+ return this.$completer.getCompletions(state, session, pos, prefix);
1305
+ };
1306
+
1307
+ this.createWorker = function(session) {
1308
+ var worker = new WorkerClient(["ace"], "ace/mode/css_worker", "Worker");
1309
+ worker.attachToDocument(session.getDocument());
1310
+
1311
+ worker.on("annotate", function(e) {
1312
+ session.setAnnotations(e.data);
1313
+ });
1314
+
1315
+ worker.on("terminate", function() {
1316
+ session.clearAnnotations();
1317
+ });
1318
+
1319
+ return worker;
1320
+ };
1321
+
1322
+ this.$id = "ace/mode/css";
1323
+ }).call(Mode.prototype);
1324
+
1325
+ exports.Mode = Mode;
1326
+
1327
+ });
1328
+
1329
+ define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
1330
+ "use strict";
1331
+
1332
+ var oop = require("../lib/oop");
1333
+ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
1334
+
1335
+ var XmlHighlightRules = function(normalize) {
1336
+ var tagRegex = "[_:a-zA-Z\xc0-\uffff][-_:.a-zA-Z0-9\xc0-\uffff]*";
1337
+
1338
+ this.$rules = {
1339
+ start : [
1340
+ {token : "string.cdata.xml", regex : "<\\!\\[CDATA\\[", next : "cdata"},
1341
+ {
1342
+ token : ["punctuation.instruction.xml", "keyword.instruction.xml"],
1343
+ regex : "(<\\?)(" + tagRegex + ")", next : "processing_instruction"
1344
+ },
1345
+ {token : "comment.start.xml", regex : "<\\!--", next : "comment"},
1346
+ {
1347
+ token : ["xml-pe.doctype.xml", "xml-pe.doctype.xml"],
1348
+ regex : "(<\\!)(DOCTYPE)(?=[\\s])", next : "doctype", caseInsensitive: true
1349
+ },
1350
+ {include : "tag"},
1351
+ {token : "text.end-tag-open.xml", regex: "</"},
1352
+ {token : "text.tag-open.xml", regex: "<"},
1353
+ {include : "reference"},
1354
+ {defaultToken : "text.xml"}
1355
+ ],
1356
+
1357
+ processing_instruction : [{
1358
+ token : "entity.other.attribute-name.decl-attribute-name.xml",
1359
+ regex : tagRegex
1360
+ }, {
1361
+ token : "keyword.operator.decl-attribute-equals.xml",
1362
+ regex : "="
1363
+ }, {
1364
+ include: "whitespace"
1365
+ }, {
1366
+ include: "string"
1367
+ }, {
1368
+ token : "punctuation.xml-decl.xml",
1369
+ regex : "\\?>",
1370
+ next : "start"
1371
+ }],
1372
+
1373
+ doctype : [
1374
+ {include : "whitespace"},
1375
+ {include : "string"},
1376
+ {token : "xml-pe.doctype.xml", regex : ">", next : "start"},
1377
+ {token : "xml-pe.xml", regex : "[-_a-zA-Z0-9:]+"},
1378
+ {token : "punctuation.int-subset", regex : "\\[", push : "int_subset"}
1379
+ ],
1380
+
1381
+ int_subset : [{
1382
+ token : "text.xml",
1383
+ regex : "\\s+"
1384
+ }, {
1385
+ token: "punctuation.int-subset.xml",
1386
+ regex: "]",
1387
+ next: "pop"
1388
+ }, {
1389
+ token : ["punctuation.markup-decl.xml", "keyword.markup-decl.xml"],
1390
+ regex : "(<\\!)(" + tagRegex + ")",
1391
+ push : [{
1392
+ token : "text",
1393
+ regex : "\\s+"
1394
+ },
1395
+ {
1396
+ token : "punctuation.markup-decl.xml",
1397
+ regex : ">",
1398
+ next : "pop"
1399
+ },
1400
+ {include : "string"}]
1401
+ }],
1402
+
1403
+ cdata : [
1404
+ {token : "string.cdata.xml", regex : "\\]\\]>", next : "start"},
1405
+ {token : "text.xml", regex : "\\s+"},
1406
+ {token : "text.xml", regex : "(?:[^\\]]|\\](?!\\]>))+"}
1407
+ ],
1408
+
1409
+ comment : [
1410
+ {token : "comment.end.xml", regex : "-->", next : "start"},
1411
+ {defaultToken : "comment.xml"}
1412
+ ],
1413
+
1414
+ reference : [{
1415
+ token : "constant.language.escape.reference.xml",
1416
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
1417
+ }],
1418
+
1419
+ attr_reference : [{
1420
+ token : "constant.language.escape.reference.attribute-value.xml",
1421
+ regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
1422
+ }],
1423
+
1424
+ tag : [{
1425
+ token : ["meta.tag.punctuation.tag-open.xml", "meta.tag.punctuation.end-tag-open.xml", "meta.tag.tag-name.xml"],
1426
+ regex : "(?:(<)|(</))((?:" + tagRegex + ":)?" + tagRegex + ")",
1427
+ next: [
1428
+ {include : "attributes"},
1429
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
1430
+ ]
1431
+ }],
1432
+
1433
+ tag_whitespace : [
1434
+ {token : "text.tag-whitespace.xml", regex : "\\s+"}
1435
+ ],
1436
+ whitespace : [
1437
+ {token : "text.whitespace.xml", regex : "\\s+"}
1438
+ ],
1439
+ string: [{
1440
+ token : "string.xml",
1441
+ regex : "'",
1442
+ push : [
1443
+ {token : "string.xml", regex: "'", next: "pop"},
1444
+ {defaultToken : "string.xml"}
1445
+ ]
1446
+ }, {
1447
+ token : "string.xml",
1448
+ regex : '"',
1449
+ push : [
1450
+ {token : "string.xml", regex: '"', next: "pop"},
1451
+ {defaultToken : "string.xml"}
1452
+ ]
1453
+ }],
1454
+
1455
+ attributes: [{
1456
+ token : "entity.other.attribute-name.xml",
1457
+ regex : tagRegex
1458
+ }, {
1459
+ token : "keyword.operator.attribute-equals.xml",
1460
+ regex : "="
1461
+ }, {
1462
+ include: "tag_whitespace"
1463
+ }, {
1464
+ include: "attribute_value"
1465
+ }],
1466
+
1467
+ attribute_value: [{
1468
+ token : "string.attribute-value.xml",
1469
+ regex : "'",
1470
+ push : [
1471
+ {token : "string.attribute-value.xml", regex: "'", next: "pop"},
1472
+ {include : "attr_reference"},
1473
+ {defaultToken : "string.attribute-value.xml"}
1474
+ ]
1475
+ }, {
1476
+ token : "string.attribute-value.xml",
1477
+ regex : '"',
1478
+ push : [
1479
+ {token : "string.attribute-value.xml", regex: '"', next: "pop"},
1480
+ {include : "attr_reference"},
1481
+ {defaultToken : "string.attribute-value.xml"}
1482
+ ]
1483
+ }]
1484
+ };
1485
+
1486
+ if (this.constructor === XmlHighlightRules)
1487
+ this.normalizeRules();
1488
+ };
1489
+
1490
+
1491
+ (function() {
1492
+
1493
+ this.embedTagRules = function(HighlightRules, prefix, tag){
1494
+ this.$rules.tag.unshift({
1495
+ token : ["meta.tag.punctuation.tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
1496
+ regex : "(<)(" + tag + "(?=\\s|>|$))",
1497
+ next: [
1498
+ {include : "attributes"},
1499
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : prefix + "start"}
1500
+ ]
1501
+ });
1502
+
1503
+ this.$rules[tag + "-end"] = [
1504
+ {include : "attributes"},
1505
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next: "start",
1506
+ onMatch : function(value, currentState, stack) {
1507
+ stack.splice(0);
1508
+ return this.token;
1509
+ }}
1510
+ ];
1511
+
1512
+ this.embedRules(HighlightRules, prefix, [{
1513
+ token: ["meta.tag.punctuation.end-tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
1514
+ regex : "(</)(" + tag + "(?=\\s|>|$))",
1515
+ next: tag + "-end"
1516
+ }, {
1517
+ token: "string.cdata.xml",
1518
+ regex : "<\\!\\[CDATA\\["
1519
+ }, {
1520
+ token: "string.cdata.xml",
1521
+ regex : "\\]\\]>"
1522
+ }]);
1523
+ };
1524
+
1525
+ }).call(TextHighlightRules.prototype);
1526
+
1527
+ oop.inherits(XmlHighlightRules, TextHighlightRules);
1528
+
1529
+ exports.XmlHighlightRules = XmlHighlightRules;
1530
+ });
1531
+
1532
+ 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) {
1533
+ "use strict";
1534
+
1535
+ var oop = require("../lib/oop");
1536
+ var lang = require("../lib/lang");
1537
+ var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
1538
+ var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
1539
+ var XmlHighlightRules = require("./xml_highlight_rules").XmlHighlightRules;
1540
+
1541
+ var tagMap = lang.createMap({
1542
+ a : 'anchor',
1543
+ button : 'form',
1544
+ form : 'form',
1545
+ img : 'image',
1546
+ input : 'form',
1547
+ label : 'form',
1548
+ option : 'form',
1549
+ script : 'script',
1550
+ select : 'form',
1551
+ textarea : 'form',
1552
+ style : 'style',
1553
+ table : 'table',
1554
+ tbody : 'table',
1555
+ td : 'table',
1556
+ tfoot : 'table',
1557
+ th : 'table',
1558
+ tr : 'table'
1559
+ });
1560
+
1561
+ var HtmlHighlightRules = function() {
1562
+ XmlHighlightRules.call(this);
1563
+
1564
+ this.addRules({
1565
+ attributes: [{
1566
+ include : "tag_whitespace"
1567
+ }, {
1568
+ token : "entity.other.attribute-name.xml",
1569
+ regex : "[-_a-zA-Z0-9:.]+"
1570
+ }, {
1571
+ token : "keyword.operator.attribute-equals.xml",
1572
+ regex : "=",
1573
+ push : [{
1574
+ include: "tag_whitespace"
1575
+ }, {
1576
+ token : "string.unquoted.attribute-value.html",
1577
+ regex : "[^<>='\"`\\s]+",
1578
+ next : "pop"
1579
+ }, {
1580
+ token : "empty",
1581
+ regex : "",
1582
+ next : "pop"
1583
+ }]
1584
+ }, {
1585
+ include : "attribute_value"
1586
+ }],
1587
+ tag: [{
1588
+ token : function(start, tag) {
1589
+ var group = tagMap[tag];
1590
+ return ["meta.tag.punctuation." + (start == "<" ? "" : "end-") + "tag-open.xml",
1591
+ "meta.tag" + (group ? "." + group : "") + ".tag-name.xml"];
1592
+ },
1593
+ regex : "(</?)([-_a-zA-Z0-9:.]+)",
1594
+ next: "tag_stuff"
1595
+ }],
1596
+ tag_stuff: [
1597
+ {include : "attributes"},
1598
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
1599
+ ]
1600
+ });
1601
+
1602
+ this.embedTagRules(CssHighlightRules, "css-", "style");
1603
+ this.embedTagRules(new JavaScriptHighlightRules({jsx: false}).getRules(), "js-", "script");
1604
+
1605
+ if (this.constructor === HtmlHighlightRules)
1606
+ this.normalizeRules();
1607
+ };
1608
+
1609
+ oop.inherits(HtmlHighlightRules, XmlHighlightRules);
1610
+
1611
+ exports.HtmlHighlightRules = HtmlHighlightRules;
1612
+ });
1613
+
1614
+ define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
1615
+ "use strict";
1616
+
1617
+ var oop = require("../../lib/oop");
1618
+ var Behaviour = require("../behaviour").Behaviour;
1619
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1620
+ var lang = require("../../lib/lang");
1621
+
1622
+ function is(token, type) {
1623
+ return token && token.type.lastIndexOf(type + ".xml") > -1;
1624
+ }
1625
+
1626
+ var XmlBehaviour = function () {
1627
+
1628
+ this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
1629
+ if (text == '"' || text == "'") {
1630
+ var quote = text;
1631
+ var selected = session.doc.getTextRange(editor.getSelectionRange());
1632
+ if (selected !== "" && selected !== "'" && selected != '"' && editor.getWrapBehavioursEnabled()) {
1633
+ return {
1634
+ text: quote + selected + quote,
1635
+ selection: false
1636
+ };
1637
+ }
1638
+
1639
+ var cursor = editor.getCursorPosition();
1640
+ var line = session.doc.getLine(cursor.row);
1641
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
1642
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1643
+ var token = iterator.getCurrentToken();
1644
+
1645
+ if (rightChar == quote && (is(token, "attribute-value") || is(token, "string"))) {
1646
+ return {
1647
+ text: "",
1648
+ selection: [1, 1]
1649
+ };
1650
+ }
1651
+
1652
+ if (!token)
1653
+ token = iterator.stepBackward();
1654
+
1655
+ if (!token)
1656
+ return;
1657
+
1658
+ while (is(token, "tag-whitespace") || is(token, "whitespace")) {
1659
+ token = iterator.stepBackward();
1660
+ }
1661
+ var rightSpace = !rightChar || rightChar.match(/\s/);
1662
+ if (is(token, "attribute-equals") && (rightSpace || rightChar == '>') || (is(token, "decl-attribute-equals") && (rightSpace || rightChar == '?'))) {
1663
+ return {
1664
+ text: quote + quote,
1665
+ selection: [1, 1]
1666
+ };
1667
+ }
1668
+ }
1669
+ });
1670
+
1671
+ this.add("string_dquotes", "deletion", function(state, action, editor, session, range) {
1672
+ var selected = session.doc.getTextRange(range);
1673
+ if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
1674
+ var line = session.doc.getLine(range.start.row);
1675
+ var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
1676
+ if (rightChar == selected) {
1677
+ range.end.column++;
1678
+ return range;
1679
+ }
1680
+ }
1681
+ });
1682
+
1683
+ this.add("autoclosing", "insertion", function (state, action, editor, session, text) {
1684
+ if (text == '>') {
1685
+ var position = editor.getSelectionRange().start;
1686
+ var iterator = new TokenIterator(session, position.row, position.column);
1687
+ var token = iterator.getCurrentToken() || iterator.stepBackward();
1688
+ if (!token || !(is(token, "tag-name") || is(token, "tag-whitespace") || is(token, "attribute-name") || is(token, "attribute-equals") || is(token, "attribute-value")))
1689
+ return;
1690
+ if (is(token, "reference.attribute-value"))
1691
+ return;
1692
+ if (is(token, "attribute-value")) {
1693
+ var tokenEndColumn = iterator.getCurrentTokenColumn() + token.value.length;
1694
+ if (position.column < tokenEndColumn)
1695
+ return;
1696
+ if (position.column == tokenEndColumn) {
1697
+ var nextToken = iterator.stepForward();
1698
+ if (nextToken && is(nextToken, "attribute-value"))
1699
+ return;
1700
+ iterator.stepBackward();
1701
+ }
1702
+ }
1703
+
1704
+ if (/^\s*>/.test(session.getLine(position.row).slice(position.column)))
1705
+ return;
1706
+ while (!is(token, "tag-name")) {
1707
+ token = iterator.stepBackward();
1708
+ if (token.value == "<") {
1709
+ token = iterator.stepForward();
1710
+ break;
1711
+ }
1712
+ }
1713
+
1714
+ var tokenRow = iterator.getCurrentTokenRow();
1715
+ var tokenColumn = iterator.getCurrentTokenColumn();
1716
+ if (is(iterator.stepBackward(), "end-tag-open"))
1717
+ return;
1718
+
1719
+ var element = token.value;
1720
+ if (tokenRow == position.row)
1721
+ element = element.substring(0, position.column - tokenColumn);
1722
+
1723
+ if (this.voidElements.hasOwnProperty(element.toLowerCase()))
1724
+ return;
1725
+
1726
+ return {
1727
+ text: ">" + "</" + element + ">",
1728
+ selection: [1, 1]
1729
+ };
1730
+ }
1731
+ });
1732
+
1733
+ this.add("autoindent", "insertion", function (state, action, editor, session, text) {
1734
+ if (text == "\n") {
1735
+ var cursor = editor.getCursorPosition();
1736
+ var line = session.getLine(cursor.row);
1737
+ var iterator = new TokenIterator(session, cursor.row, cursor.column);
1738
+ var token = iterator.getCurrentToken();
1739
+
1740
+ if (token && token.type.indexOf("tag-close") !== -1) {
1741
+ if (token.value == "/>")
1742
+ return;
1743
+ while (token && token.type.indexOf("tag-name") === -1) {
1744
+ token = iterator.stepBackward();
1745
+ }
1746
+
1747
+ if (!token) {
1748
+ return;
1749
+ }
1750
+
1751
+ var tag = token.value;
1752
+ var row = iterator.getCurrentTokenRow();
1753
+ token = iterator.stepBackward();
1754
+ if (!token || token.type.indexOf("end-tag") !== -1) {
1755
+ return;
1756
+ }
1757
+
1758
+ if (this.voidElements && !this.voidElements[tag]) {
1759
+ var nextToken = session.getTokenAt(cursor.row, cursor.column+1);
1760
+ var line = session.getLine(row);
1761
+ var nextIndent = this.$getIndent(line);
1762
+ var indent = nextIndent + session.getTabString();
1763
+
1764
+ if (nextToken && nextToken.value === "</") {
1765
+ return {
1766
+ text: "\n" + indent + "\n" + nextIndent,
1767
+ selection: [1, indent.length, 1, indent.length]
1768
+ };
1769
+ } else {
1770
+ return {
1771
+ text: "\n" + indent
1772
+ };
1773
+ }
1774
+ }
1775
+ }
1776
+ }
1777
+ });
1778
+
1779
+ };
1780
+
1781
+ oop.inherits(XmlBehaviour, Behaviour);
1782
+
1783
+ exports.XmlBehaviour = XmlBehaviour;
1784
+ });
1785
+
1786
+ define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"], function(require, exports, module) {
1787
+ "use strict";
1788
+
1789
+ var oop = require("../../lib/oop");
1790
+ var BaseFoldMode = require("./fold_mode").FoldMode;
1791
+
1792
+ var FoldMode = exports.FoldMode = function(defaultMode, subModes) {
1793
+ this.defaultMode = defaultMode;
1794
+ this.subModes = subModes;
1795
+ };
1796
+ oop.inherits(FoldMode, BaseFoldMode);
1797
+
1798
+ (function() {
1799
+
1800
+
1801
+ this.$getMode = function(state) {
1802
+ if (typeof state != "string")
1803
+ state = state[0];
1804
+ for (var key in this.subModes) {
1805
+ if (state.indexOf(key) === 0)
1806
+ return this.subModes[key];
1807
+ }
1808
+ return null;
1809
+ };
1810
+
1811
+ this.$tryMode = function(state, session, foldStyle, row) {
1812
+ var mode = this.$getMode(state);
1813
+ return (mode ? mode.getFoldWidget(session, foldStyle, row) : "");
1814
+ };
1815
+
1816
+ this.getFoldWidget = function(session, foldStyle, row) {
1817
+ return (
1818
+ this.$tryMode(session.getState(row-1), session, foldStyle, row) ||
1819
+ this.$tryMode(session.getState(row), session, foldStyle, row) ||
1820
+ this.defaultMode.getFoldWidget(session, foldStyle, row)
1821
+ );
1822
+ };
1823
+
1824
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
1825
+ var mode = this.$getMode(session.getState(row-1));
1826
+
1827
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
1828
+ mode = this.$getMode(session.getState(row));
1829
+
1830
+ if (!mode || !mode.getFoldWidget(session, foldStyle, row))
1831
+ mode = this.defaultMode;
1832
+
1833
+ return mode.getFoldWidgetRange(session, foldStyle, row);
1834
+ };
1835
+
1836
+ }).call(FoldMode.prototype);
1837
+
1838
+ });
1839
+
1840
+ 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) {
1841
+ "use strict";
1842
+
1843
+ var oop = require("../../lib/oop");
1844
+ var lang = require("../../lib/lang");
1845
+ var Range = require("../../range").Range;
1846
+ var BaseFoldMode = require("./fold_mode").FoldMode;
1847
+ var TokenIterator = require("../../token_iterator").TokenIterator;
1848
+
1849
+ var FoldMode = exports.FoldMode = function(voidElements, optionalEndTags) {
1850
+ BaseFoldMode.call(this);
1851
+ this.voidElements = voidElements || {};
1852
+ this.optionalEndTags = oop.mixin({}, this.voidElements);
1853
+ if (optionalEndTags)
1854
+ oop.mixin(this.optionalEndTags, optionalEndTags);
1855
+
1856
+ };
1857
+ oop.inherits(FoldMode, BaseFoldMode);
1858
+
1859
+ var Tag = function() {
1860
+ this.tagName = "";
1861
+ this.closing = false;
1862
+ this.selfClosing = false;
1863
+ this.start = {row: 0, column: 0};
1864
+ this.end = {row: 0, column: 0};
1865
+ };
1866
+
1867
+ function is(token, type) {
1868
+ return token.type.lastIndexOf(type + ".xml") > -1;
1869
+ }
1870
+
1871
+ (function() {
1872
+
1873
+ this.getFoldWidget = function(session, foldStyle, row) {
1874
+ var tag = this._getFirstTagInLine(session, row);
1875
+
1876
+ if (!tag)
1877
+ return this.getCommentFoldWidget(session, row);
1878
+
1879
+ if (tag.closing || (!tag.tagName && tag.selfClosing))
1880
+ return foldStyle == "markbeginend" ? "end" : "";
1881
+
1882
+ if (!tag.tagName || tag.selfClosing || this.voidElements.hasOwnProperty(tag.tagName.toLowerCase()))
1883
+ return "";
1884
+
1885
+ if (this._findEndTagInLine(session, row, tag.tagName, tag.end.column))
1886
+ return "";
1887
+
1888
+ return "start";
1889
+ };
1890
+
1891
+ this.getCommentFoldWidget = function(session, row) {
1892
+ if (/comment/.test(session.getState(row)) && /<!-/.test(session.getLine(row)))
1893
+ return "start";
1894
+ return "";
1895
+ };
1896
+ this._getFirstTagInLine = function(session, row) {
1897
+ var tokens = session.getTokens(row);
1898
+ var tag = new Tag();
1899
+
1900
+ for (var i = 0; i < tokens.length; i++) {
1901
+ var token = tokens[i];
1902
+ if (is(token, "tag-open")) {
1903
+ tag.end.column = tag.start.column + token.value.length;
1904
+ tag.closing = is(token, "end-tag-open");
1905
+ token = tokens[++i];
1906
+ if (!token)
1907
+ return null;
1908
+ tag.tagName = token.value;
1909
+ tag.end.column += token.value.length;
1910
+ for (i++; i < tokens.length; i++) {
1911
+ token = tokens[i];
1912
+ tag.end.column += token.value.length;
1913
+ if (is(token, "tag-close")) {
1914
+ tag.selfClosing = token.value == '/>';
1915
+ break;
1916
+ }
1917
+ }
1918
+ return tag;
1919
+ } else if (is(token, "tag-close")) {
1920
+ tag.selfClosing = token.value == '/>';
1921
+ return tag;
1922
+ }
1923
+ tag.start.column += token.value.length;
1924
+ }
1925
+
1926
+ return null;
1927
+ };
1928
+
1929
+ this._findEndTagInLine = function(session, row, tagName, startColumn) {
1930
+ var tokens = session.getTokens(row);
1931
+ var column = 0;
1932
+ for (var i = 0; i < tokens.length; i++) {
1933
+ var token = tokens[i];
1934
+ column += token.value.length;
1935
+ if (column < startColumn)
1936
+ continue;
1937
+ if (is(token, "end-tag-open")) {
1938
+ token = tokens[i + 1];
1939
+ if (token && token.value == tagName)
1940
+ return true;
1941
+ }
1942
+ }
1943
+ return false;
1944
+ };
1945
+ this._readTagForward = function(iterator) {
1946
+ var token = iterator.getCurrentToken();
1947
+ if (!token)
1948
+ return null;
1949
+
1950
+ var tag = new Tag();
1951
+ do {
1952
+ if (is(token, "tag-open")) {
1953
+ tag.closing = is(token, "end-tag-open");
1954
+ tag.start.row = iterator.getCurrentTokenRow();
1955
+ tag.start.column = iterator.getCurrentTokenColumn();
1956
+ } else if (is(token, "tag-name")) {
1957
+ tag.tagName = token.value;
1958
+ } else if (is(token, "tag-close")) {
1959
+ tag.selfClosing = token.value == "/>";
1960
+ tag.end.row = iterator.getCurrentTokenRow();
1961
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
1962
+ iterator.stepForward();
1963
+ return tag;
1964
+ }
1965
+ } while(token = iterator.stepForward());
1966
+
1967
+ return null;
1968
+ };
1969
+
1970
+ this._readTagBackward = function(iterator) {
1971
+ var token = iterator.getCurrentToken();
1972
+ if (!token)
1973
+ return null;
1974
+
1975
+ var tag = new Tag();
1976
+ do {
1977
+ if (is(token, "tag-open")) {
1978
+ tag.closing = is(token, "end-tag-open");
1979
+ tag.start.row = iterator.getCurrentTokenRow();
1980
+ tag.start.column = iterator.getCurrentTokenColumn();
1981
+ iterator.stepBackward();
1982
+ return tag;
1983
+ } else if (is(token, "tag-name")) {
1984
+ tag.tagName = token.value;
1985
+ } else if (is(token, "tag-close")) {
1986
+ tag.selfClosing = token.value == "/>";
1987
+ tag.end.row = iterator.getCurrentTokenRow();
1988
+ tag.end.column = iterator.getCurrentTokenColumn() + token.value.length;
1989
+ }
1990
+ } while(token = iterator.stepBackward());
1991
+
1992
+ return null;
1993
+ };
1994
+
1995
+ this._pop = function(stack, tag) {
1996
+ while (stack.length) {
1997
+
1998
+ var top = stack[stack.length-1];
1999
+ if (!tag || top.tagName == tag.tagName) {
2000
+ return stack.pop();
2001
+ }
2002
+ else if (this.optionalEndTags.hasOwnProperty(top.tagName)) {
2003
+ stack.pop();
2004
+ continue;
2005
+ } else {
2006
+ return null;
2007
+ }
2008
+ }
2009
+ };
2010
+
2011
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
2012
+ var firstTag = this._getFirstTagInLine(session, row);
2013
+
2014
+ if (!firstTag) {
2015
+ return this.getCommentFoldWidget(session, row)
2016
+ && session.getCommentFoldRange(row, session.getLine(row).length);
2017
+ }
2018
+
2019
+ var isBackward = firstTag.closing || firstTag.selfClosing;
2020
+ var stack = [];
2021
+ var tag;
2022
+
2023
+ if (!isBackward) {
2024
+ var iterator = new TokenIterator(session, row, firstTag.start.column);
2025
+ var start = {
2026
+ row: row,
2027
+ column: firstTag.start.column + firstTag.tagName.length + 2
2028
+ };
2029
+ if (firstTag.start.row == firstTag.end.row)
2030
+ start.column = firstTag.end.column;
2031
+ while (tag = this._readTagForward(iterator)) {
2032
+ if (tag.selfClosing) {
2033
+ if (!stack.length) {
2034
+ tag.start.column += tag.tagName.length + 2;
2035
+ tag.end.column -= 2;
2036
+ return Range.fromPoints(tag.start, tag.end);
2037
+ } else
2038
+ continue;
2039
+ }
2040
+
2041
+ if (tag.closing) {
2042
+ this._pop(stack, tag);
2043
+ if (stack.length == 0)
2044
+ return Range.fromPoints(start, tag.start);
2045
+ }
2046
+ else {
2047
+ stack.push(tag);
2048
+ }
2049
+ }
2050
+ }
2051
+ else {
2052
+ var iterator = new TokenIterator(session, row, firstTag.end.column);
2053
+ var end = {
2054
+ row: row,
2055
+ column: firstTag.start.column
2056
+ };
2057
+
2058
+ while (tag = this._readTagBackward(iterator)) {
2059
+ if (tag.selfClosing) {
2060
+ if (!stack.length) {
2061
+ tag.start.column += tag.tagName.length + 2;
2062
+ tag.end.column -= 2;
2063
+ return Range.fromPoints(tag.start, tag.end);
2064
+ } else
2065
+ continue;
2066
+ }
2067
+
2068
+ if (!tag.closing) {
2069
+ this._pop(stack, tag);
2070
+ if (stack.length == 0) {
2071
+ tag.start.column += tag.tagName.length + 2;
2072
+ if (tag.start.row == tag.end.row && tag.start.column < tag.end.column)
2073
+ tag.start.column = tag.end.column;
2074
+ return Range.fromPoints(tag.start, end);
2075
+ }
2076
+ }
2077
+ else {
2078
+ stack.push(tag);
2079
+ }
2080
+ }
2081
+ }
2082
+
2083
+ };
2084
+
2085
+ }).call(FoldMode.prototype);
2086
+
2087
+ });
2088
+
2089
+ 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) {
2090
+ "use strict";
2091
+
2092
+ var oop = require("../../lib/oop");
2093
+ var MixedFoldMode = require("./mixed").FoldMode;
2094
+ var XmlFoldMode = require("./xml").FoldMode;
2095
+ var CStyleFoldMode = require("./cstyle").FoldMode;
2096
+
2097
+ var FoldMode = exports.FoldMode = function(voidElements, optionalTags) {
2098
+ MixedFoldMode.call(this, new XmlFoldMode(voidElements, optionalTags), {
2099
+ "js-": new CStyleFoldMode(),
2100
+ "css-": new CStyleFoldMode()
2101
+ });
2102
+ };
2103
+
2104
+ oop.inherits(FoldMode, MixedFoldMode);
2105
+
2106
+ });
2107
+
2108
+ define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"], function(require, exports, module) {
2109
+ "use strict";
2110
+
2111
+ var TokenIterator = require("../token_iterator").TokenIterator;
2112
+
2113
+ var commonAttributes = [
2114
+ "accesskey",
2115
+ "class",
2116
+ "contenteditable",
2117
+ "contextmenu",
2118
+ "dir",
2119
+ "draggable",
2120
+ "dropzone",
2121
+ "hidden",
2122
+ "id",
2123
+ "inert",
2124
+ "itemid",
2125
+ "itemprop",
2126
+ "itemref",
2127
+ "itemscope",
2128
+ "itemtype",
2129
+ "lang",
2130
+ "spellcheck",
2131
+ "style",
2132
+ "tabindex",
2133
+ "title",
2134
+ "translate"
2135
+ ];
2136
+
2137
+ var eventAttributes = [
2138
+ "onabort",
2139
+ "onblur",
2140
+ "oncancel",
2141
+ "oncanplay",
2142
+ "oncanplaythrough",
2143
+ "onchange",
2144
+ "onclick",
2145
+ "onclose",
2146
+ "oncontextmenu",
2147
+ "oncuechange",
2148
+ "ondblclick",
2149
+ "ondrag",
2150
+ "ondragend",
2151
+ "ondragenter",
2152
+ "ondragleave",
2153
+ "ondragover",
2154
+ "ondragstart",
2155
+ "ondrop",
2156
+ "ondurationchange",
2157
+ "onemptied",
2158
+ "onended",
2159
+ "onerror",
2160
+ "onfocus",
2161
+ "oninput",
2162
+ "oninvalid",
2163
+ "onkeydown",
2164
+ "onkeypress",
2165
+ "onkeyup",
2166
+ "onload",
2167
+ "onloadeddata",
2168
+ "onloadedmetadata",
2169
+ "onloadstart",
2170
+ "onmousedown",
2171
+ "onmousemove",
2172
+ "onmouseout",
2173
+ "onmouseover",
2174
+ "onmouseup",
2175
+ "onmousewheel",
2176
+ "onpause",
2177
+ "onplay",
2178
+ "onplaying",
2179
+ "onprogress",
2180
+ "onratechange",
2181
+ "onreset",
2182
+ "onscroll",
2183
+ "onseeked",
2184
+ "onseeking",
2185
+ "onselect",
2186
+ "onshow",
2187
+ "onstalled",
2188
+ "onsubmit",
2189
+ "onsuspend",
2190
+ "ontimeupdate",
2191
+ "onvolumechange",
2192
+ "onwaiting"
2193
+ ];
2194
+
2195
+ var globalAttributes = commonAttributes.concat(eventAttributes);
2196
+
2197
+ var attributeMap = {
2198
+ "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},
2199
+ "abbr": {},
2200
+ "address": {},
2201
+ "area": {"shape": 1, "coords": 1, "href": 1, "hreflang": 1, "alt": 1, "target": 1, "media": 1, "rel": 1, "ping": 1, "type": 1},
2202
+ "article": {"pubdate": 1},
2203
+ "aside": {},
2204
+ "audio": {"src": 1, "autobuffer": 1, "autoplay": {"autoplay": 1}, "loop": {"loop": 1}, "controls": {"controls": 1}, "muted": {"muted": 1}, "preload": {"auto": 1, "metadata": 1, "none": 1 }},
2205
+ "b": {},
2206
+ "base": {"href": 1, "target": 1},
2207
+ "bdi": {},
2208
+ "bdo": {},
2209
+ "blockquote": {"cite": 1},
2210
+ "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},
2211
+ "br": {},
2212
+ "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}},
2213
+ "canvas": {"width": 1, "height": 1},
2214
+ "caption": {},
2215
+ "cite": {},
2216
+ "code": {},
2217
+ "col": {"span": 1},
2218
+ "colgroup": {"span": 1},
2219
+ "command": {"type": 1, "label": 1, "icon": 1, "disabled": 1, "checked": 1, "radiogroup": 1, "command": 1},
2220
+ "data": {},
2221
+ "datalist": {},
2222
+ "dd": {},
2223
+ "del": {"cite": 1, "datetime": 1},
2224
+ "details": {"open": 1},
2225
+ "dfn": {},
2226
+ "dialog": {"open": 1},
2227
+ "div": {},
2228
+ "dl": {},
2229
+ "dt": {},
2230
+ "em": {},
2231
+ "embed": {"src": 1, "height": 1, "width": 1, "type": 1},
2232
+ "fieldset": {"disabled": 1, "form": 1, "name": 1},
2233
+ "figcaption": {},
2234
+ "figure": {},
2235
+ "footer": {},
2236
+ "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}},
2237
+ "h1": {},
2238
+ "h2": {},
2239
+ "h3": {},
2240
+ "h4": {},
2241
+ "h5": {},
2242
+ "h6": {},
2243
+ "head": {},
2244
+ "header": {},
2245
+ "hr": {},
2246
+ "html": {"manifest": 1},
2247
+ "i": {},
2248
+ "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}},
2249
+ "img": {"alt": 1, "src": 1, "height": 1, "width": 1, "usemap": 1, "ismap": 1},
2250
+ "input": {
2251
+ "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},
2252
+ "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},
2253
+ "ins": {"cite": 1, "datetime": 1},
2254
+ "kbd": {},
2255
+ "keygen": {"autofocus": 1, "challenge": {"challenge": 1}, "disabled": {"disabled": 1}, "form": 1, "keytype": {"rsa": 1, "dsa": 1, "ec": 1}, "name": 1},
2256
+ "label": {"form": 1, "for": 1},
2257
+ "legend": {},
2258
+ "li": {"value": 1},
2259
+ "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},
2260
+ "main": {},
2261
+ "map": {"name": 1},
2262
+ "mark": {},
2263
+ "math": {},
2264
+ "menu": {"type": 1, "label": 1},
2265
+ "meta": {"http-equiv": {"content-type": 1}, "name": {"description": 1, "keywords": 1}, "content": {"text/html; charset=UTF-8": 1}, "charset": 1},
2266
+ "meter": {"value": 1, "min": 1, "max": 1, "low": 1, "high": 1, "optimum": 1},
2267
+ "nav": {},
2268
+ "noscript": {"href": 1},
2269
+ "object": {"param": 1, "data": 1, "type": 1, "height" : 1, "width": 1, "usemap": 1, "name": 1, "form": 1, "classid": 1},
2270
+ "ol": {"start": 1, "reversed": 1},
2271
+ "optgroup": {"disabled": 1, "label": 1},
2272
+ "option": {"disabled": 1, "selected": 1, "label": 1, "value": 1},
2273
+ "output": {"for": 1, "form": 1, "name": 1},
2274
+ "p": {},
2275
+ "param": {"name": 1, "value": 1},
2276
+ "pre": {},
2277
+ "progress": {"value": 1, "max": 1},
2278
+ "q": {"cite": 1},
2279
+ "rp": {},
2280
+ "rt": {},
2281
+ "ruby": {},
2282
+ "s": {},
2283
+ "samp": {},
2284
+ "script": {"charset": 1, "type": {"text/javascript": 1}, "src": 1, "defer": 1, "async": 1},
2285
+ "select": {"autofocus": 1, "disabled": 1, "form": 1, "multiple": {"multiple": 1}, "name": 1, "size": 1, "readonly":{"readonly": 1}},
2286
+ "small": {},
2287
+ "source": {"src": 1, "type": 1, "media": 1},
2288
+ "span": {},
2289
+ "strong": {},
2290
+ "style": {"type": 1, "media": {"all": 1, "screen": 1, "print": 1}, "scoped": 1},
2291
+ "sub": {},
2292
+ "sup": {},
2293
+ "svg": {},
2294
+ "table": {"summary": 1},
2295
+ "tbody": {},
2296
+ "td": {"headers": 1, "rowspan": 1, "colspan": 1},
2297
+ "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}},
2298
+ "tfoot": {},
2299
+ "th": {"headers": 1, "rowspan": 1, "colspan": 1, "scope": 1},
2300
+ "thead": {},
2301
+ "time": {"datetime": 1},
2302
+ "title": {},
2303
+ "tr": {},
2304
+ "track": {"kind": 1, "src": 1, "srclang": 1, "label": 1, "default": 1},
2305
+ "section": {},
2306
+ "summary": {},
2307
+ "u": {},
2308
+ "ul": {},
2309
+ "var": {},
2310
+ "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}},
2311
+ "wbr": {}
2312
+ };
2313
+
2314
+ var elements = Object.keys(attributeMap);
2315
+
2316
+ function is(token, type) {
2317
+ return token.type.lastIndexOf(type + ".xml") > -1;
2318
+ }
2319
+
2320
+ function findTagName(session, pos) {
2321
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2322
+ var token = iterator.getCurrentToken();
2323
+ while (token && !is(token, "tag-name")){
2324
+ token = iterator.stepBackward();
2325
+ }
2326
+ if (token)
2327
+ return token.value;
2328
+ }
2329
+
2330
+ function findAttributeName(session, pos) {
2331
+ var iterator = new TokenIterator(session, pos.row, pos.column);
2332
+ var token = iterator.getCurrentToken();
2333
+ while (token && !is(token, "attribute-name")){
2334
+ token = iterator.stepBackward();
2335
+ }
2336
+ if (token)
2337
+ return token.value;
2338
+ }
2339
+
2340
+ var HtmlCompletions = function() {
2341
+
2342
+ };
2343
+
2344
+ (function() {
2345
+
2346
+ this.getCompletions = function(state, session, pos, prefix) {
2347
+ var token = session.getTokenAt(pos.row, pos.column);
2348
+
2349
+ if (!token)
2350
+ return [];
2351
+ if (is(token, "tag-name") || is(token, "tag-open") || is(token, "end-tag-open"))
2352
+ return this.getTagCompletions(state, session, pos, prefix);
2353
+ if (is(token, "tag-whitespace") || is(token, "attribute-name"))
2354
+ return this.getAttributeCompletions(state, session, pos, prefix);
2355
+ if (is(token, "attribute-value"))
2356
+ return this.getAttributeValueCompletions(state, session, pos, prefix);
2357
+ var line = session.getLine(pos.row).substr(0, pos.column);
2358
+ if (/&[a-z]*$/i.test(line))
2359
+ return this.getHTMLEntityCompletions(state, session, pos, prefix);
2360
+
2361
+ return [];
2362
+ };
2363
+
2364
+ this.getTagCompletions = function(state, session, pos, prefix) {
2365
+ return elements.map(function(element){
2366
+ return {
2367
+ value: element,
2368
+ meta: "tag",
2369
+ score: 1000000
2370
+ };
2371
+ });
2372
+ };
2373
+
2374
+ this.getAttributeCompletions = function(state, session, pos, prefix) {
2375
+ var tagName = findTagName(session, pos);
2376
+ if (!tagName)
2377
+ return [];
2378
+ var attributes = globalAttributes;
2379
+ if (tagName in attributeMap) {
2380
+ attributes = attributes.concat(Object.keys(attributeMap[tagName]));
2381
+ }
2382
+ return attributes.map(function(attribute){
2383
+ return {
2384
+ caption: attribute,
2385
+ snippet: attribute + '="$0"',
2386
+ meta: "attribute",
2387
+ score: 1000000
2388
+ };
2389
+ });
2390
+ };
2391
+
2392
+ this.getAttributeValueCompletions = function(state, session, pos, prefix) {
2393
+ var tagName = findTagName(session, pos);
2394
+ var attributeName = findAttributeName(session, pos);
2395
+
2396
+ if (!tagName)
2397
+ return [];
2398
+ var values = [];
2399
+ if (tagName in attributeMap && attributeName in attributeMap[tagName] && typeof attributeMap[tagName][attributeName] === "object") {
2400
+ values = Object.keys(attributeMap[tagName][attributeName]);
2401
+ }
2402
+ return values.map(function(value){
2403
+ return {
2404
+ caption: value,
2405
+ snippet: value,
2406
+ meta: "attribute value",
2407
+ score: 1000000
2408
+ };
2409
+ });
2410
+ };
2411
+
2412
+ this.getHTMLEntityCompletions = function(state, session, pos, prefix) {
2413
+ 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;'];
2414
+
2415
+ return values.map(function(value){
2416
+ return {
2417
+ caption: value,
2418
+ snippet: value,
2419
+ meta: "html entity",
2420
+ score: 1000000
2421
+ };
2422
+ });
2423
+ };
2424
+
2425
+ }).call(HtmlCompletions.prototype);
2426
+
2427
+ exports.HtmlCompletions = HtmlCompletions;
2428
+ });
2429
+
2430
+ 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) {
2431
+ "use strict";
2432
+
2433
+ var oop = require("../lib/oop");
2434
+ var lang = require("../lib/lang");
2435
+ var TextMode = require("./text").Mode;
2436
+ var JavaScriptMode = require("./javascript").Mode;
2437
+ var CssMode = require("./css").Mode;
2438
+ var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
2439
+ var XmlBehaviour = require("./behaviour/xml").XmlBehaviour;
2440
+ var HtmlFoldMode = require("./folding/html").FoldMode;
2441
+ var HtmlCompletions = require("./html_completions").HtmlCompletions;
2442
+ var WorkerClient = require("../worker/worker_client").WorkerClient;
2443
+ var voidElements = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "menuitem", "param", "source", "track", "wbr"];
2444
+ var optionalEndTags = ["li", "dt", "dd", "p", "rt", "rp", "optgroup", "option", "colgroup", "td", "th"];
2445
+
2446
+ var Mode = function(options) {
2447
+ this.fragmentContext = options && options.fragmentContext;
2448
+ this.HighlightRules = HtmlHighlightRules;
2449
+ this.$behaviour = new XmlBehaviour();
2450
+ this.$completer = new HtmlCompletions();
2451
+
2452
+ this.createModeDelegates({
2453
+ "js-": JavaScriptMode,
2454
+ "css-": CssMode
2455
+ });
2456
+
2457
+ this.foldingRules = new HtmlFoldMode(this.voidElements, lang.arrayToMap(optionalEndTags));
2458
+ };
2459
+ oop.inherits(Mode, TextMode);
2460
+
2461
+ (function() {
2462
+
2463
+ this.blockComment = {start: "<!--", end: "-->"};
2464
+
2465
+ this.voidElements = lang.arrayToMap(voidElements);
2466
+
2467
+ this.getNextLineIndent = function(state, line, tab) {
2468
+ return this.$getIndent(line);
2469
+ };
2470
+
2471
+ this.checkOutdent = function(state, line, input) {
2472
+ return false;
2473
+ };
2474
+
2475
+ this.getCompletions = function(state, session, pos, prefix) {
2476
+ return this.$completer.getCompletions(state, session, pos, prefix);
2477
+ };
2478
+
2479
+ this.createWorker = function(session) {
2480
+ if (this.constructor != Mode)
2481
+ return;
2482
+ var worker = new WorkerClient(["ace"], "ace/mode/html_worker", "Worker");
2483
+ worker.attachToDocument(session.getDocument());
2484
+
2485
+ if (this.fragmentContext)
2486
+ worker.call("setOptions", [{context: this.fragmentContext}]);
2487
+
2488
+ worker.on("error", function(e) {
2489
+ session.setAnnotations(e.data);
2490
+ });
2491
+
2492
+ worker.on("terminate", function() {
2493
+ session.clearAnnotations();
2494
+ });
2495
+
2496
+ return worker;
2497
+ };
2498
+
2499
+ this.$id = "ace/mode/html";
2500
+ }).call(Mode.prototype);
2501
+
2502
+ exports.Mode = Mode;
2503
+ });
2504
+
2505
+ define("ace/mode/visualforce_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/html_highlight_rules"], function(require, exports, module) {
2506
+ "use strict";
2507
+
2508
+ var oop = require("../lib/oop");
2509
+ var HtmlHighlightRules = require("../mode/html_highlight_rules").HtmlHighlightRules;
2510
+
2511
+ function string(options) {
2512
+ return {
2513
+ token: options.token + ".start",
2514
+ regex: options.start,
2515
+ push: [{
2516
+ token : "constant.language.escape",
2517
+ regex : options.escape
2518
+ }, {
2519
+ token: options.token + ".end",
2520
+ regex: options.start,
2521
+ next: "pop"
2522
+ }, {
2523
+ defaultToken: options.token
2524
+ }]
2525
+ };
2526
+ }
2527
+ var VisualforceHighlightRules = function() {
2528
+ var keywordMapper = this.createKeywordMapper({
2529
+ "variable.language":
2530
+ "$Action|$Api|$Component|$ComponentLabel|$CurrentPage|$FieldSet|$Label|$Label|" +
2531
+ "$ObjectType|$Organization|$Page|$Permission|$Profile|$Resource|$SControl|" +
2532
+ "$Setup|$Site|$System.OriginDateTime|$User|$UserRole|" +
2533
+ "Site|UITheme|UIThemeDisplayed",
2534
+ "keyword":
2535
+ "",
2536
+ "storage.type":
2537
+ "",
2538
+ "constant.language":
2539
+ "true|false|null|TRUE|FALSE|NULL",
2540
+ "support.function":
2541
+ "DATE|DATEVALUE|DATETIMEVALUE|DAY|MONTH|NOW|TODAY|YEAR|BLANKVALUE|ISBLANK|" +
2542
+ "NULLVALUE|PRIORVALUE|AND|CASE|IF|ISCHANGED|ISNEW|ISNUMBER|NOT|OR|ABS|" +
2543
+ "CEILING|EXP|FLOOR|LN|LOG|MAX|MIN|MOD|ROUND|SQRT|BEGINS|BR|CASESAFEID|" +
2544
+ "CONTAINS|FIND|GETSESSIONID|HTMLENCODE|ISPICKVAL|JSENCODE|JSINHTMLENCODE|" +
2545
+ "LEFT|LEN|LOWER|LPAD|MID|RIGHT|RPAD|SUBSTITUTE|TEXT|TRIM|UPPER|URLENCODE|VALUE|" +
2546
+ "GETRECORDIDS|INCLUDE|LINKTO|REGEX|REQUIRESCRIPT|URLFOR|VLOOKUP|HTMLENCODE|JSENCODE|" +
2547
+ "JSINHTMLENCODE|URLENCODE"
2548
+ }, "identifier");
2549
+
2550
+ HtmlHighlightRules.call(this);
2551
+ var hbs = {
2552
+ token : "keyword.start",
2553
+ regex : "{!",
2554
+ push : "Visualforce"
2555
+ };
2556
+ for (var key in this.$rules) {
2557
+ this.$rules[key].unshift(hbs);
2558
+ }
2559
+ this.$rules.Visualforce = [
2560
+ string({
2561
+ start: '"',
2562
+ escape: /\\[btnfr"'\\]/,
2563
+ token: "string",
2564
+ multiline: true
2565
+ }),
2566
+ string({
2567
+ start: "'",
2568
+ escape: /\\[btnfr"'\\]/,
2569
+ token: "string",
2570
+ multiline: true
2571
+ }),
2572
+ {
2573
+ token: "comment.start",
2574
+ regex : "\\/\\*",
2575
+ push: [
2576
+ {token : "comment.end", regex : "\\*\\/|(?=})", next : "pop"},
2577
+ {defaultToken : "comment", caseInsensitive: true}
2578
+ ]
2579
+ }, {
2580
+ token : "keyword.end",
2581
+ regex : "}",
2582
+ next : "pop"
2583
+ }, {
2584
+ token : keywordMapper,
2585
+ regex : /[a-zA-Z$_\u00a1-\uffff][a-zA-Z\d$_\u00a1-\uffff]*\b/
2586
+ }, {
2587
+ token : "keyword.operator",
2588
+ regex : /==|<>|!=|<=|>=|&&|\|\||[+\-*/^()=<>&]/
2589
+ }, {
2590
+ token : "punctuation.operator",
2591
+ regex : /[?:,;.]/
2592
+ }, {
2593
+ token : "paren.lparen",
2594
+ regex : /[\[({]/
2595
+ }, {
2596
+ token : "paren.rparen",
2597
+ regex : /[\])}]/
2598
+ }
2599
+ ];
2600
+
2601
+ this.normalizeRules();
2602
+ };
2603
+
2604
+ oop.inherits(VisualforceHighlightRules, HtmlHighlightRules);
2605
+
2606
+ exports.VisualforceHighlightRules = VisualforceHighlightRules;
2607
+ });
2608
+
2609
+ define("ace/mode/visualforce",["require","exports","module","ace/lib/oop","ace/mode/html","ace/mode/visualforce_highlight_rules","ace/mode/behaviour/xml","ace/mode/folding/html"], function(require, exports, module) {
2610
+ "use strict";
2611
+
2612
+ var oop = require("../lib/oop");
2613
+ var HtmlMode = require("./html").Mode;
2614
+ var VisualforceHighlightRules = require("./visualforce_highlight_rules").VisualforceHighlightRules;
2615
+ var XmlBehaviour = require("./behaviour/xml").XmlBehaviour;
2616
+ var HtmlFoldMode = require("./folding/html").FoldMode;
2617
+
2618
+ function VisualforceMode() {
2619
+ HtmlMode.call(this);
2620
+
2621
+ this.HighlightRules = VisualforceHighlightRules;
2622
+ this.foldingRules = new HtmlFoldMode();
2623
+ this.$behaviour = new XmlBehaviour();
2624
+ }
2625
+
2626
+ oop.inherits(VisualforceMode, HtmlMode);
2627
+
2628
+ VisualforceMode.prototype.emmetConfig = {
2629
+ profile: "xhtml"
2630
+ };
2631
+
2632
+ exports.Mode = VisualforceMode;
2633
+
2634
+ }); (function() {
2635
+ window.require(["ace/mode/visualforce"], function(m) {
2636
+ if (typeof module == "object" && typeof exports == "object" && module) {
2637
+ module.exports = m;
2638
+ }
2639
+ });
2640
+ })();
2641
+