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
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
23
23
  "support.constant.color": supportConstantColor,
24
24
  "support.constant.fonts": supportConstantFonts
25
25
  }, "text", true);
26
+
26
27
  this.$rules = {
27
28
  "start" : [{
28
29
  include : ["strings", "url", "comments"]
@@ -286,6 +287,7 @@ var JavaScriptHighlightRules = function(options) {
286
287
  "3[0-7][0-7]?|" + // oct
287
288
  "[4-7][0-7]?|" + //oct
288
289
  ".)";
290
+
289
291
  this.$rules = {
290
292
  "no_regex" : [
291
293
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -1058,6 +1060,7 @@ var JavaHighlightRules = function() {
1058
1060
  "constant.language": buildinConstants,
1059
1061
  "support.function": langClasses
1060
1062
  }, "identifier");
1063
+
1061
1064
  this.$rules = {
1062
1065
  "start" : [
1063
1066
  {
@@ -1419,8 +1422,7 @@ oop.inherits(Mode, TextMode);
1419
1422
  }).call(Mode.prototype);
1420
1423
 
1421
1424
  exports.Mode = Mode;
1422
- });
1423
- (function() {
1425
+ }); (function() {
1424
1426
  window.require(["ace/mode/jsp"], function(m) {
1425
1427
  if (typeof module == "object" && typeof exports == "object" && module) {
1426
1428
  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 JSSMHighlightRules = function() {
8
+
8
9
  this.$rules = {
9
10
  start: [{
10
11
  token: "punctuation.definition.comment.mn",
@@ -314,8 +315,7 @@ oop.inherits(Mode, TextMode);
314
315
  }).call(Mode.prototype);
315
316
 
316
317
  exports.Mode = Mode;
317
- });
318
- (function() {
318
+ }); (function() {
319
319
  window.require(["ace/mode/jssm"], function(m) {
320
320
  if (typeof module == "object" && typeof exports == "object" && module) {
321
321
  module.exports = m;
@@ -401,8 +401,7 @@ oop.inherits(Mode, TextMode);
401
401
  }).call(Mode.prototype);
402
402
 
403
403
  exports.Mode = Mode;
404
- });
405
- (function() {
404
+ }); (function() {
406
405
  window.require(["ace/mode/jsx"], function(m) {
407
406
  if (typeof module == "object" && typeof exports == "object" && module) {
408
407
  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 JuliaHighlightRules = function() {
8
+
8
9
  this.$rules = { start:
9
10
  [ { include: '#function_decl' },
10
11
  { include: '#function_call' },
@@ -292,8 +293,7 @@ oop.inherits(Mode, TextMode);
292
293
  }).call(Mode.prototype);
293
294
 
294
295
  exports.Mode = Mode;
295
- });
296
- (function() {
296
+ }); (function() {
297
297
  window.require(["ace/mode/julia"], function(m) {
298
298
  if (typeof module == "object" && typeof exports == "object" && module) {
299
299
  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 KotlinHighlightRules = function() {
8
+
8
9
  this.$rules = {
9
10
  start: [{
10
11
  include: "#comments"
@@ -784,8 +785,7 @@ oop.inherits(Mode, TextMode);
784
785
  }).call(Mode.prototype);
785
786
 
786
787
  exports.Mode = Mode;
787
- });
788
- (function() {
788
+ }); (function() {
789
789
  window.require(["ace/mode/kotlin"], function(m) {
790
790
  if (typeof module == "object" && typeof exports == "object" && module) {
791
791
  module.exports = m;
@@ -286,8 +286,7 @@ oop.inherits(Mode, TextMode);
286
286
 
287
287
  exports.Mode = Mode;
288
288
 
289
- });
290
- (function() {
289
+ }); (function() {
291
290
  window.require(["ace/mode/latex"], function(m) {
292
291
  if (typeof module == "object" && typeof exports == "object" && module) {
293
292
  module.exports = m;
@@ -23,6 +23,7 @@ var CssHighlightRules = function() {
23
23
  "support.constant.color": supportConstantColor,
24
24
  "support.constant.fonts": supportConstantFonts
25
25
  }, "text", true);
26
+
26
27
  this.$rules = {
27
28
  "start" : [{
28
29
  include : ["strings", "url", "comments"]
@@ -216,7 +217,9 @@ var LessHighlightRules = function() {
216
217
  "support.constant.color": CssHighlightRules.supportConstantColor,
217
218
  "support.constant.fonts": CssHighlightRules.supportConstantFonts
218
219
  }, "identifier", true);
220
+
219
221
  var numRe = "\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+))";
222
+
220
223
  this.$rules = {
221
224
  "start" : [
222
225
  {
@@ -830,8 +833,7 @@ oop.inherits(Mode, TextMode);
830
833
 
831
834
  exports.Mode = Mode;
832
835
 
833
- });
834
- (function() {
836
+ }); (function() {
835
837
  window.require(["ace/mode/less"], function(m) {
836
838
  if (typeof module == "object" && typeof exports == "object" && module) {
837
839
  module.exports = m;
@@ -1,197 +1,3 @@
1
- define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module) {
2
- "use strict";
3
-
4
- var oop = require("../lib/oop");
5
- var lang = require("../lib/lang");
6
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
7
- var supportType = exports.supportType = "align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index";
8
- var supportFunction = exports.supportFunction = "rgb|rgba|url|attr|counter|counters";
9
- var supportConstant = exports.supportConstant = "absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom";
10
- var supportConstantColor = exports.supportConstantColor = "aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen";
11
- var supportConstantFonts = exports.supportConstantFonts = "arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace";
12
-
13
- var numRe = exports.numRe = "\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))";
14
- var pseudoElements = exports.pseudoElements = "(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b";
15
- var pseudoClasses = exports.pseudoClasses = "(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b";
16
-
17
- var CssHighlightRules = function() {
18
-
19
- var keywordMapper = this.createKeywordMapper({
20
- "support.function": supportFunction,
21
- "support.constant": supportConstant,
22
- "support.type": supportType,
23
- "support.constant.color": supportConstantColor,
24
- "support.constant.fonts": supportConstantFonts
25
- }, "text", true);
26
- this.$rules = {
27
- "start" : [{
28
- include : ["strings", "url", "comments"]
29
- }, {
30
- token: "paren.lparen",
31
- regex: "\\{",
32
- next: "ruleset"
33
- }, {
34
- token: "paren.rparen",
35
- regex: "\\}"
36
- }, {
37
- token: "string",
38
- regex: "@(?!viewport)",
39
- next: "media"
40
- }, {
41
- token: "keyword",
42
- regex: "#[a-z0-9-_]+"
43
- }, {
44
- token: "keyword",
45
- regex: "%"
46
- }, {
47
- token: "variable",
48
- regex: "\\.[a-z0-9-_]+"
49
- }, {
50
- token: "string",
51
- regex: ":[a-z0-9-_]+"
52
- }, {
53
- token : "constant.numeric",
54
- regex : numRe
55
- }, {
56
- token: "constant",
57
- regex: "[a-z0-9-_]+"
58
- }, {
59
- caseInsensitive: true
60
- }],
61
-
62
- "media": [{
63
- include : ["strings", "url", "comments"]
64
- }, {
65
- token: "paren.lparen",
66
- regex: "\\{",
67
- next: "start"
68
- }, {
69
- token: "paren.rparen",
70
- regex: "\\}",
71
- next: "start"
72
- }, {
73
- token: "string",
74
- regex: ";",
75
- next: "start"
76
- }, {
77
- token: "keyword",
78
- regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
79
- + "|page|font|keyframes|viewport|counter-style|font-feature-values"
80
- + "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
81
- }],
82
-
83
- "comments" : [{
84
- token: "comment", // multi line comment
85
- regex: "\\/\\*",
86
- push: [{
87
- token : "comment",
88
- regex : "\\*\\/",
89
- next : "pop"
90
- }, {
91
- defaultToken : "comment"
92
- }]
93
- }],
94
-
95
- "ruleset" : [{
96
- regex : "-(webkit|ms|moz|o)-",
97
- token : "text"
98
- }, {
99
- token : "punctuation.operator",
100
- regex : "[:;]"
101
- }, {
102
- token : "paren.rparen",
103
- regex : "\\}",
104
- next : "start"
105
- }, {
106
- include : ["strings", "url", "comments"]
107
- }, {
108
- token : ["constant.numeric", "keyword"],
109
- regex : "(" + numRe + ")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
110
- }, {
111
- token : "constant.numeric",
112
- regex : numRe
113
- }, {
114
- token : "constant.numeric", // hex6 color
115
- regex : "#[a-f0-9]{6}"
116
- }, {
117
- token : "constant.numeric", // hex3 color
118
- regex : "#[a-f0-9]{3}"
119
- }, {
120
- token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
121
- regex : pseudoElements
122
- }, {
123
- token : ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
124
- regex : pseudoClasses
125
- }, {
126
- include: "url"
127
- }, {
128
- token : keywordMapper,
129
- regex : "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
130
- }, {
131
- caseInsensitive: true
132
- }],
133
-
134
- url: [{
135
- token : "support.function",
136
- regex : "(?:url(:?-prefix)?|domain|regexp)\\(",
137
- push: [{
138
- token : "support.function",
139
- regex : "\\)",
140
- next : "pop"
141
- }, {
142
- defaultToken: "string"
143
- }]
144
- }],
145
-
146
- strings: [{
147
- token : "string.start",
148
- regex : "'",
149
- push : [{
150
- token : "string.end",
151
- regex : "'|$",
152
- next: "pop"
153
- }, {
154
- include : "escapes"
155
- }, {
156
- token : "constant.language.escape",
157
- regex : /\\$/,
158
- consumeLineEnd: true
159
- }, {
160
- defaultToken: "string"
161
- }]
162
- }, {
163
- token : "string.start",
164
- regex : '"',
165
- push : [{
166
- token : "string.end",
167
- regex : '"|$',
168
- next: "pop"
169
- }, {
170
- include : "escapes"
171
- }, {
172
- token : "constant.language.escape",
173
- regex : /\\$/,
174
- consumeLineEnd: true
175
- }, {
176
- defaultToken: "string"
177
- }]
178
- }],
179
- escapes: [{
180
- token : "constant.language.escape",
181
- regex : /\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/
182
- }]
183
-
184
- };
185
-
186
- this.normalizeRules();
187
- };
188
-
189
- oop.inherits(CssHighlightRules, TextHighlightRules);
190
-
191
- exports.CssHighlightRules = CssHighlightRules;
192
-
193
- });
194
-
195
1
  define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
196
2
  "use strict";
197
3
 
@@ -286,6 +92,7 @@ var JavaScriptHighlightRules = function(options) {
286
92
  "3[0-7][0-7]?|" + // oct
287
93
  "[4-7][0-7]?|" + //oct
288
94
  ".)";
95
+
289
96
  this.$rules = {
290
97
  "no_regex" : [
291
98
  DocCommentHighlightRules.getStartRule("doc-start"),
@@ -715,291 +522,2067 @@ function comments(next) {
715
522
  exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
716
523
  });
717
524
 
718
- define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
525
+ define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
719
526
  "use strict";
720
527
 
721
- var oop = require("../lib/oop");
722
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
528
+ var Range = require("../range").Range;
723
529
 
724
- var XmlHighlightRules = function(normalize) {
725
- var tagRegex = "[_:a-zA-Z\xc0-\uffff][-_:.a-zA-Z0-9\xc0-\uffff]*";
530
+ var MatchingBraceOutdent = function() {};
726
531
 
727
- this.$rules = {
728
- start : [
729
- {token : "string.cdata.xml", regex : "<\\!\\[CDATA\\[", next : "cdata"},
730
- {
731
- token : ["punctuation.instruction.xml", "keyword.instruction.xml"],
732
- regex : "(<\\?)(" + tagRegex + ")", next : "processing_instruction"
733
- },
734
- {token : "comment.start.xml", regex : "<\\!--", next : "comment"},
735
- {
736
- token : ["xml-pe.doctype.xml", "xml-pe.doctype.xml"],
737
- regex : "(<\\!)(DOCTYPE)(?=[\\s])", next : "doctype", caseInsensitive: true
738
- },
739
- {include : "tag"},
740
- {token : "text.end-tag-open.xml", regex: "</"},
741
- {token : "text.tag-open.xml", regex: "<"},
742
- {include : "reference"},
743
- {defaultToken : "text.xml"}
744
- ],
532
+ (function() {
745
533
 
746
- processing_instruction : [{
747
- token : "entity.other.attribute-name.decl-attribute-name.xml",
748
- regex : tagRegex
749
- }, {
750
- token : "keyword.operator.decl-attribute-equals.xml",
751
- regex : "="
752
- }, {
753
- include: "whitespace"
754
- }, {
755
- include: "string"
756
- }, {
757
- token : "punctuation.xml-decl.xml",
758
- regex : "\\?>",
759
- next : "start"
760
- }],
534
+ this.checkOutdent = function(line, input) {
535
+ if (! /^\s+$/.test(line))
536
+ return false;
761
537
 
762
- doctype : [
763
- {include : "whitespace"},
764
- {include : "string"},
765
- {token : "xml-pe.doctype.xml", regex : ">", next : "start"},
766
- {token : "xml-pe.xml", regex : "[-_a-zA-Z0-9:]+"},
767
- {token : "punctuation.int-subset", regex : "\\[", push : "int_subset"}
768
- ],
538
+ return /^\s*\}/.test(input);
539
+ };
769
540
 
770
- int_subset : [{
771
- token : "text.xml",
772
- regex : "\\s+"
773
- }, {
774
- token: "punctuation.int-subset.xml",
775
- regex: "]",
776
- next: "pop"
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"
777
1516
  }, {
778
- token : ["punctuation.markup-decl.xml", "keyword.markup-decl.xml"],
779
- regex : "(<\\!)(" + tagRegex + ")",
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 : "=",
780
1573
  push : [{
781
- token : "text",
782
- regex : "\\s+"
783
- },
784
- {
785
- token : "punctuation.markup-decl.xml",
786
- regex : ">",
1574
+ include: "tag_whitespace"
1575
+ }, {
1576
+ token : "string.unquoted.attribute-value.html",
1577
+ regex : "[^<>='\"`\\s]+",
1578
+ next : "pop"
1579
+ }, {
1580
+ token : "empty",
1581
+ regex : "",
787
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"];
788
1592
  },
789
- {include : "string"}]
1593
+ regex : "(</?)([-_a-zA-Z0-9:.]+)",
1594
+ next: "tag_stuff"
790
1595
  }],
1596
+ tag_stuff: [
1597
+ {include : "attributes"},
1598
+ {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
1599
+ ]
1600
+ });
791
1601
 
792
- cdata : [
793
- {token : "string.cdata.xml", regex : "\\]\\]>", next : "start"},
794
- {token : "text.xml", regex : "\\s+"},
795
- {token : "text.xml", regex : "(?:[^\\]]|\\](?!\\]>))+"}
796
- ],
1602
+ this.embedTagRules(CssHighlightRules, "css-", "style");
1603
+ this.embedTagRules(new JavaScriptHighlightRules({jsx: false}).getRules(), "js-", "script");
797
1604
 
798
- comment : [
799
- {token : "comment.end.xml", regex : "-->", next : "start"},
800
- {defaultToken : "comment.xml"}
801
- ],
1605
+ if (this.constructor === HtmlHighlightRules)
1606
+ this.normalizeRules();
1607
+ };
802
1608
 
803
- reference : [{
804
- token : "constant.language.escape.reference.xml",
805
- regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
806
- }],
1609
+ oop.inherits(HtmlHighlightRules, XmlHighlightRules);
807
1610
 
808
- attr_reference : [{
809
- token : "constant.language.escape.reference.attribute-value.xml",
810
- regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
811
- }],
1611
+ exports.HtmlHighlightRules = HtmlHighlightRules;
1612
+ });
812
1613
 
813
- tag : [{
814
- token : ["meta.tag.punctuation.tag-open.xml", "meta.tag.punctuation.end-tag-open.xml", "meta.tag.tag-name.xml"],
815
- regex : "(?:(<)|(</))((?:" + tagRegex + ":)?" + tagRegex + ")",
816
- next: [
817
- {include : "attributes"},
818
- {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
819
- ]
820
- }],
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
+ };
821
2103
 
822
- tag_whitespace : [
823
- {token : "text.tag-whitespace.xml", regex : "\\s+"}
824
- ],
825
- whitespace : [
826
- {token : "text.whitespace.xml", regex : "\\s+"}
827
- ],
828
- string: [{
829
- token : "string.xml",
830
- regex : "'",
831
- push : [
832
- {token : "string.xml", regex: "'", next: "pop"},
833
- {defaultToken : "string.xml"}
834
- ]
835
- }, {
836
- token : "string.xml",
837
- regex : '"',
838
- push : [
839
- {token : "string.xml", regex: '"', next: "pop"},
840
- {defaultToken : "string.xml"}
841
- ]
842
- }],
2104
+ oop.inherits(FoldMode, MixedFoldMode);
843
2105
 
844
- attributes: [{
845
- token : "entity.other.attribute-name.xml",
846
- regex : tagRegex
847
- }, {
848
- token : "keyword.operator.attribute-equals.xml",
849
- regex : "="
850
- }, {
851
- include: "tag_whitespace"
852
- }, {
853
- include: "attribute_value"
854
- }],
2106
+ });
855
2107
 
856
- attribute_value: [{
857
- token : "string.attribute-value.xml",
858
- regex : "'",
859
- push : [
860
- {token : "string.attribute-value.xml", regex: "'", next: "pop"},
861
- {include : "attr_reference"},
862
- {defaultToken : "string.attribute-value.xml"}
863
- ]
864
- }, {
865
- token : "string.attribute-value.xml",
866
- regex : '"',
867
- push : [
868
- {token : "string.attribute-value.xml", regex: '"', next: "pop"},
869
- {include : "attr_reference"},
870
- {defaultToken : "string.attribute-value.xml"}
871
- ]
872
- }]
873
- };
2108
+ define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"], function(require, exports, module) {
2109
+ "use strict";
874
2110
 
875
- if (this.constructor === XmlHighlightRules)
876
- this.normalizeRules();
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": {}
877
2312
  };
878
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
+ };
879
2343
 
880
2344
  (function() {
881
2345
 
882
- this.embedTagRules = function(HighlightRules, prefix, tag){
883
- this.$rules.tag.unshift({
884
- token : ["meta.tag.punctuation.tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
885
- regex : "(<)(" + tag + "(?=\\s|>|$))",
886
- next: [
887
- {include : "attributes"},
888
- {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : prefix + "start"}
889
- ]
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
+ };
890
2371
  });
2372
+ };
891
2373
 
892
- this.$rules[tag + "-end"] = [
893
- {include : "attributes"},
894
- {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next: "start",
895
- onMatch : function(value, currentState, stack) {
896
- stack.splice(0);
897
- return this.token;
898
- }}
899
- ];
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
+ };
900
2391
 
901
- this.embedRules(HighlightRules, prefix, [{
902
- token: ["meta.tag.punctuation.end-tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
903
- regex : "(</)(" + tag + "(?=\\s|>|$))",
904
- next: tag + "-end"
905
- }, {
906
- token: "string.cdata.xml",
907
- regex : "<\\!\\[CDATA\\["
908
- }, {
909
- token: "string.cdata.xml",
910
- regex : "\\]\\]>"
911
- }]);
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
+ });
912
2410
  };
913
2411
 
914
- }).call(TextHighlightRules.prototype);
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;'];
915
2414
 
916
- oop.inherits(XmlHighlightRules, TextHighlightRules);
2415
+ return values.map(function(value){
2416
+ return {
2417
+ caption: value,
2418
+ snippet: value,
2419
+ meta: "html entity",
2420
+ score: 1000000
2421
+ };
2422
+ });
2423
+ };
917
2424
 
918
- exports.XmlHighlightRules = XmlHighlightRules;
2425
+ }).call(HtmlCompletions.prototype);
2426
+
2427
+ exports.HtmlCompletions = HtmlCompletions;
919
2428
  });
920
2429
 
921
- define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"], function(require, exports, module) {
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) {
922
2431
  "use strict";
923
2432
 
924
2433
  var oop = require("../lib/oop");
925
2434
  var lang = require("../lib/lang");
926
- var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
927
- var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
928
- var XmlHighlightRules = require("./xml_highlight_rules").XmlHighlightRules;
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);
929
2460
 
930
- var tagMap = lang.createMap({
931
- a : 'anchor',
932
- button : 'form',
933
- form : 'form',
934
- img : 'image',
935
- input : 'form',
936
- label : 'form',
937
- option : 'form',
938
- script : 'script',
939
- select : 'form',
940
- textarea : 'form',
941
- style : 'style',
942
- table : 'table',
943
- tbody : 'table',
944
- td : 'table',
945
- tfoot : 'table',
946
- th : 'table',
947
- tr : 'table'
948
- });
2461
+ (function() {
949
2462
 
950
- var HtmlHighlightRules = function() {
951
- XmlHighlightRules.call(this);
2463
+ this.blockComment = {start: "<!--", end: "-->"};
952
2464
 
953
- this.addRules({
954
- attributes: [{
955
- include : "tag_whitespace"
956
- }, {
957
- token : "entity.other.attribute-name.xml",
958
- regex : "[-_a-zA-Z0-9:.]+"
959
- }, {
960
- token : "keyword.operator.attribute-equals.xml",
961
- regex : "=",
962
- push : [{
963
- include: "tag_whitespace"
964
- }, {
965
- token : "string.unquoted.attribute-value.html",
966
- regex : "[^<>='\"`\\s]+",
967
- next : "pop"
968
- }, {
969
- token : "empty",
970
- regex : "",
971
- next : "pop"
972
- }]
973
- }, {
974
- include : "attribute_value"
975
- }],
976
- tag: [{
977
- token : function(start, tag) {
978
- var group = tagMap[tag];
979
- return ["meta.tag.punctuation." + (start == "<" ? "" : "end-") + "tag-open.xml",
980
- "meta.tag" + (group ? "." + group : "") + ".tag-name.xml"];
981
- },
982
- regex : "(</?)([-_a-zA-Z0-9:.]+)",
983
- next: "tag_stuff"
984
- }],
985
- tag_stuff: [
986
- {include : "attributes"},
987
- {token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", next : "start"}
988
- ]
989
- });
2465
+ this.voidElements = lang.arrayToMap(voidElements);
990
2466
 
991
- this.embedTagRules(CssHighlightRules, "css-", "style");
992
- this.embedTagRules(new JavaScriptHighlightRules({jsx: false}).getRules(), "js-", "script");
2467
+ this.getNextLineIndent = function(state, line, tab) {
2468
+ return this.$getIndent(line);
2469
+ };
993
2470
 
994
- if (this.constructor === HtmlHighlightRules)
995
- this.normalizeRules();
996
- };
2471
+ this.checkOutdent = function(state, line, input) {
2472
+ return false;
2473
+ };
997
2474
 
998
- oop.inherits(HtmlHighlightRules, XmlHighlightRules);
2475
+ this.getCompletions = function(state, session, pos, prefix) {
2476
+ return this.$completer.getCompletions(state, session, pos, prefix);
2477
+ };
999
2478
 
1000
- exports.HtmlHighlightRules = HtmlHighlightRules;
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;
1001
2503
  });
1002
2504
 
2505
+ define("ace/mode/behaviour/liquid",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/xml","ace/token_iterator","ace/lib/lang"], function(require, exports, module) {
2506
+ "use strict";
2507
+
2508
+ var oop = require("../../lib/oop");
2509
+ var Behaviour = require("../behaviour").Behaviour;
2510
+ var XmlBehaviour = require("./xml").XmlBehaviour;
2511
+ var TokenIterator = require("../../token_iterator").TokenIterator;
2512
+ var lang = require("../../lib/lang");
2513
+
2514
+ function is(token, type) {
2515
+ return token && token.type.lastIndexOf(type + ".xml") > -1;
2516
+ }
2517
+
2518
+ var LiquidBehaviour = function () {
2519
+ XmlBehaviour.call(this);
2520
+ this.add("autoBraceTagClosing","insertion", function (state, action, editor, session, text) {
2521
+ if (text == '}') {
2522
+ var position = editor.getSelectionRange().start;
2523
+ var iterator = new TokenIterator(session, position.row, position.column);
2524
+ var token = iterator.getCurrentToken() || iterator.stepBackward();
2525
+ if (!token || !( token.value.trim() === '%' || is(token, "tag-name") || is(token, "tag-whitespace") || is(token, "attribute-name") || is(token, "attribute-equals") || is(token, "attribute-value")))
2526
+ return;
2527
+ if (is(token, "reference.attribute-value"))
2528
+ return;
2529
+
2530
+ if (is(token, "attribute-value")) {
2531
+ var tokenEndColumn = iterator.getCurrentTokenColumn() + token.value.length;
2532
+ if (position.column < tokenEndColumn)
2533
+ return;
2534
+ if (position.column == tokenEndColumn) {
2535
+ var nextToken = iterator.stepForward();
2536
+ if (nextToken && is(nextToken, "attribute-value"))
2537
+ return;
2538
+ iterator.stepBackward();
2539
+ }
2540
+ }
2541
+ if (/{%\s*%/.test(session.getLine(position.row))) return;
2542
+ if (/^\s*}/.test(session.getLine(position.row).slice(position.column)))
2543
+ return;
2544
+ while (!token.type != 'keyword.block') {
2545
+ token = iterator.stepBackward();
2546
+ if (token.value == '{%') {
2547
+ while(true) {
2548
+ token = iterator.stepForward();
2549
+
2550
+ if (token.type === 'keyword.block') {
2551
+ break;
2552
+ } else if (token.value.trim() == '%') {
2553
+ token = null;
2554
+ break;
2555
+ }
2556
+ }
2557
+ break;
2558
+ }
2559
+ }
2560
+ if (!token ) return ;
2561
+ var tokenRow = iterator.getCurrentTokenRow();
2562
+ var tokenColumn = iterator.getCurrentTokenColumn();
2563
+ if (is(iterator.stepBackward(), "end-tag-open"))
2564
+ return;
2565
+
2566
+ var element = token.value;
2567
+ if (tokenRow == position.row)
2568
+ element = element.substring(0, position.column - tokenColumn);
2569
+
2570
+ if (this.voidElements.hasOwnProperty(element.toLowerCase()))
2571
+ return;
2572
+ return {
2573
+ text: "}" + "{% end" + element + " %}",
2574
+ selection: [1, 1]
2575
+ };
2576
+ }
2577
+ });
2578
+
2579
+ };
2580
+
2581
+ oop.inherits(LiquidBehaviour, Behaviour);
2582
+
2583
+ exports.LiquidBehaviour = LiquidBehaviour;
2584
+ });
2585
+
1003
2586
  define("ace/mode/liquid_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/html_highlight_rules"], function(require, exports, module) {
1004
2587
  "use strict";
1005
2588
 
@@ -1020,13 +2603,16 @@ var LiquidHighlightRules = function() {
1020
2603
  "cycle|for|endfor|in|reversed|if|endif|else|elsif|include|endinclude|unless|endunless|" +
1021
2604
  "style|text|image|widget|plugin|marker|endmarker|tablerow|endtablerow"
1022
2605
  );
2606
+ var blocks = 'for|if|case|capture|unless|tablerow|marker|comment';
1023
2607
 
1024
2608
  var builtinVariables = 'forloop|tablerowloop';
2609
+
1025
2610
  var definitions = ("assign");
1026
2611
 
1027
2612
  var keywordMapper = this.createKeywordMapper({
1028
2613
  "variable.language": builtinVariables,
1029
2614
  "keyword": keywords,
2615
+ "keyword.block": blocks,
1030
2616
  "support.function": functions,
1031
2617
  "keyword.definition": definitions
1032
2618
  }, "identifier");
@@ -1091,64 +2677,28 @@ oop.inherits(LiquidHighlightRules, TextHighlightRules);
1091
2677
  exports.LiquidHighlightRules = LiquidHighlightRules;
1092
2678
  });
1093
2679
 
1094
- define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) {
1095
- "use strict";
1096
-
1097
- var Range = require("../range").Range;
1098
-
1099
- var MatchingBraceOutdent = function() {};
1100
-
1101
- (function() {
1102
-
1103
- this.checkOutdent = function(line, input) {
1104
- if (! /^\s+$/.test(line))
1105
- return false;
1106
-
1107
- return /^\s*\}/.test(input);
1108
- };
1109
-
1110
- this.autoOutdent = function(doc, row) {
1111
- var line = doc.getLine(row);
1112
- var match = line.match(/^(\s*\})/);
1113
-
1114
- if (!match) return 0;
1115
-
1116
- var column = match[1].length;
1117
- var openBracePos = doc.findMatchingBracket({row: row, column: column});
1118
-
1119
- if (!openBracePos || openBracePos.row == row) return 0;
1120
-
1121
- var indent = this.$getIndent(doc.getLine(openBracePos.row));
1122
- doc.replace(new Range(row, 0, row, column-1), indent);
1123
- };
1124
-
1125
- this.$getIndent = function(line) {
1126
- return line.match(/^\s*/)[0];
1127
- };
1128
-
1129
- }).call(MatchingBraceOutdent.prototype);
1130
-
1131
- exports.MatchingBraceOutdent = MatchingBraceOutdent;
1132
- });
1133
-
1134
- define("ace/mode/liquid",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/liquid_highlight_rules","ace/mode/matching_brace_outdent"], function(require, exports, module) {
2680
+ define("ace/mode/liquid",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/html","ace/mode/html_completions","ace/mode/behaviour/liquid","ace/mode/liquid_highlight_rules","ace/mode/matching_brace_outdent"], function(require, exports, module) {
1135
2681
 
1136
2682
  var oop = require("../lib/oop");
1137
2683
  var TextMode = require("./text").Mode;
2684
+ var HtmlMode = require("./html").Mode;
2685
+ var HtmlCompletions = require("./html_completions").HtmlCompletions;
2686
+ var LiquidBehaviour = require("./behaviour/liquid").LiquidBehaviour;
1138
2687
  var LiquidHighlightRules = require("./liquid_highlight_rules").LiquidHighlightRules;
1139
2688
  var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
1140
2689
 
1141
2690
  var Mode = function() {
1142
2691
  this.HighlightRules = LiquidHighlightRules;
1143
2692
  this.$outdent = new MatchingBraceOutdent();
1144
- this.$behaviour = this.$defaultBehaviour;
2693
+ this.$behaviour = new LiquidBehaviour();
2694
+ this.$completer = new HtmlCompletions();
1145
2695
  };
1146
2696
  oop.inherits(Mode, TextMode);
1147
2697
 
1148
2698
  (function() {
1149
-
1150
2699
  this.blockComment = {start: "<!--", end: "-->"};
1151
-
2700
+ this.voidElements = new HtmlMode().voidElements;
2701
+
1152
2702
  this.getNextLineIndent = function(state, line, tab) {
1153
2703
  var indent = this.$getIndent(line);
1154
2704
 
@@ -1182,8 +2732,7 @@ oop.inherits(Mode, TextMode);
1182
2732
  }).call(Mode.prototype);
1183
2733
 
1184
2734
  exports.Mode = Mode;
1185
- });
1186
- (function() {
2735
+ }); (function() {
1187
2736
  window.require(["ace/mode/liquid"], function(m) {
1188
2737
  if (typeof module == "object" && typeof exports == "object" && module) {
1189
2738
  module.exports = m;