wallaby 5.1.8 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (741) hide show
  1. checksums.yaml +5 -5
  2. data/{MIT-LICENSE → LICENSE} +0 -0
  3. data/app/assets/images/wallaby/{422.png → bad_request.png} +0 -0
  4. data/app/assets/images/wallaby/{404.png → forbidden.png} +0 -0
  5. data/app/assets/images/wallaby/{500.png → internal_server_error.png} +0 -0
  6. data/app/assets/images/wallaby/not_found.png +0 -0
  7. data/app/assets/images/wallaby/not_implemented.png +0 -0
  8. data/app/assets/images/wallaby/unauthorized.png +0 -0
  9. data/app/assets/images/wallaby/unprocessable_entity.png +0 -0
  10. data/app/assets/javascripts/wallaby/auto_select.js +93 -66
  11. data/app/assets/javascripts/wallaby/base.js +12 -10
  12. data/app/assets/javascripts/wallaby/setup.js.erb +57 -47
  13. data/app/assets/stylesheets/wallaby/base.scss +7 -7
  14. data/app/assets/stylesheets/wallaby/base/_functions.scss +34 -0
  15. data/app/assets/stylesheets/wallaby/base/_layout.scss +55 -50
  16. data/app/assets/stylesheets/wallaby/base/_layout_desktop.scss +1 -7
  17. data/app/assets/stylesheets/wallaby/base/_mixins.scss +13 -9
  18. data/app/assets/stylesheets/wallaby/base/_override.scss +8 -0
  19. data/app/assets/stylesheets/wallaby/base/_vars.scss +1 -1
  20. data/app/assets/stylesheets/wallaby/components/_auto_select.scss +6 -3
  21. data/app/assets/stylesheets/wallaby/components/_pagination.scss +3 -2
  22. data/app/assets/stylesheets/wallaby/components/_query.scss +9 -5
  23. data/app/assets/stylesheets/wallaby/pages/_error.scss +3 -106
  24. data/app/assets/stylesheets/wallaby/pages/_index.scss +26 -25
  25. data/app/assets/stylesheets/wallaby/pages/_index_desktop.scss +0 -4
  26. data/app/assets/stylesheets/wallaby/pages/_show.scss +22 -0
  27. data/app/assets/stylesheets/wallaby/pages/_show_desktop.scss +14 -0
  28. data/app/views/layouts/wallaby/resources.csv.erb +1 -0
  29. data/app/views/layouts/wallaby/{application.html.erb → resources.html.erb} +2 -4
  30. data/app/views/layouts/wallaby/resources.json.erb +1 -0
  31. data/app/views/wallaby/resources/_footer.html.erb +1 -0
  32. data/app/views/wallaby/resources/_form.html.erb +2 -2
  33. data/app/views/wallaby/resources/_frontend.html.erb +4 -0
  34. data/app/views/wallaby/resources/_header.html.erb +28 -32
  35. data/app/views/wallaby/resources/_imodal.html.erb +2 -2
  36. data/app/views/wallaby/resources/_index_actions.html.erb +2 -2
  37. data/app/views/wallaby/resources/_index_filters.html.erb +3 -4
  38. data/app/views/wallaby/resources/_index_pagination.html.erb +34 -42
  39. data/app/views/wallaby/resources/_index_query.html.erb +7 -8
  40. data/app/views/wallaby/resources/_logo.html.erb +2 -1
  41. data/app/views/wallaby/resources/_navs.html.erb +11 -9
  42. data/app/views/wallaby/resources/_resource_navs.html.erb +17 -15
  43. data/app/views/wallaby/resources/_title.html.erb +1 -0
  44. data/app/views/wallaby/resources/_user_menu.html.erb +3 -2
  45. data/app/views/wallaby/resources/active_storage_html.rb +13 -0
  46. data/app/views/wallaby/resources/bad_request.json.jbuilder +2 -0
  47. data/app/views/wallaby/resources/edit.html.erb +2 -2
  48. data/app/views/wallaby/resources/error.html.erb +22 -0
  49. data/app/views/wallaby/{error.json.jbuilder → resources/error.json.jbuilder} +2 -0
  50. data/app/views/wallaby/resources/form.json.jbuilder +2 -0
  51. data/app/views/wallaby/resources/form/_active_storage.html.erb +27 -0
  52. data/app/views/wallaby/resources/form/_belongs_to.html.erb +35 -22
  53. data/app/views/wallaby/resources/form/_bigint.html.erb +1 -1
  54. data/app/views/wallaby/resources/form/_bigserial.html.erb +1 -1
  55. data/app/views/wallaby/resources/form/_binary.html.erb +1 -1
  56. data/app/views/wallaby/resources/form/_bit.html.erb +1 -1
  57. data/app/views/wallaby/resources/form/_bit_varying.html.erb +1 -1
  58. data/app/views/wallaby/resources/form/_blob.html.erb +1 -1
  59. data/app/views/wallaby/resources/form/_boolean.html.erb +9 -7
  60. data/app/views/wallaby/resources/form/_box.html.erb +1 -1
  61. data/app/views/wallaby/resources/form/_cidr.html.erb +1 -1
  62. data/app/views/wallaby/resources/form/_circle.html.erb +1 -1
  63. data/app/views/wallaby/resources/form/_color.html.erb +1 -1
  64. data/app/views/wallaby/resources/form/_date.html.erb +5 -4
  65. data/app/views/wallaby/resources/form/_daterange.html.erb +12 -10
  66. data/app/views/wallaby/resources/form/_datetime.html.erb +5 -4
  67. data/app/views/wallaby/resources/form/_decimal.html.erb +1 -1
  68. data/app/views/wallaby/resources/form/_dropdown.html.erb +2 -2
  69. data/app/views/wallaby/resources/form/_file.html.erb +1 -1
  70. data/app/views/wallaby/resources/form/_float.html.erb +2 -2
  71. data/app/views/wallaby/resources/form/_has_and_belongs_to_many.html.erb +3 -3
  72. data/app/views/wallaby/resources/form/_has_many.html.erb +3 -3
  73. data/app/views/wallaby/resources/form/_inet.html.erb +1 -1
  74. data/app/views/wallaby/resources/form/_int4range.html.erb +4 -4
  75. data/app/views/wallaby/resources/form/_int8range.html.erb +4 -4
  76. data/app/views/wallaby/resources/form/_integer.html.erb +1 -1
  77. data/app/views/wallaby/resources/form/_line.html.erb +1 -1
  78. data/app/views/wallaby/resources/form/_longblob.html.erb +1 -1
  79. data/app/views/wallaby/resources/form/_lseg.html.erb +1 -1
  80. data/app/views/wallaby/resources/form/_ltree.html.erb +1 -1
  81. data/app/views/wallaby/resources/form/_macaddr.html.erb +1 -1
  82. data/app/views/wallaby/resources/form/_mediumblob.html.erb +1 -1
  83. data/app/views/wallaby/resources/form/_money.html.erb +2 -2
  84. data/app/views/wallaby/resources/form/_numrange.html.erb +4 -4
  85. data/app/views/wallaby/resources/form/_password.html.erb +1 -1
  86. data/app/views/wallaby/resources/form/_point.html.erb +4 -4
  87. data/app/views/wallaby/resources/form/_serial.html.erb +1 -1
  88. data/app/views/wallaby/resources/form/_sti.html.erb +1 -1
  89. data/app/views/wallaby/resources/form/_string.html.erb +1 -1
  90. data/app/views/wallaby/resources/form/_time.html.erb +5 -4
  91. data/app/views/wallaby/resources/form/_tinyblob.html.erb +1 -1
  92. data/app/views/wallaby/resources/form/_tsrange.html.erb +12 -10
  93. data/app/views/wallaby/resources/form/_tstzrange.html.erb +12 -10
  94. data/app/views/wallaby/resources/form/_unsigned_bigint.html.erb +1 -1
  95. data/app/views/wallaby/resources/form/_unsigned_decimal.html.erb +1 -1
  96. data/app/views/wallaby/resources/form/_unsigned_float.html.erb +1 -1
  97. data/app/views/wallaby/resources/form/_unsigned_integer.html.erb +1 -1
  98. data/app/views/wallaby/resources/form/_uuid.html.erb +1 -1
  99. data/app/views/wallaby/resources/index.csv.erb +1 -1
  100. data/app/views/wallaby/resources/index.html.erb +2 -2
  101. data/app/views/wallaby/resources/index.json.jbuilder +8 -2
  102. data/app/views/wallaby/resources/index/{_money.html.erb → _link.csv.erb} +1 -1
  103. data/app/views/wallaby/resources/index/belongs_to_html.rb +15 -0
  104. data/app/views/wallaby/resources/index/bigint_html.rb +15 -0
  105. data/app/views/wallaby/resources/index/bigserial_html.rb +15 -0
  106. data/app/views/wallaby/resources/index/binary_html.rb +15 -0
  107. data/app/views/wallaby/resources/index/bit_html.rb +19 -0
  108. data/app/views/wallaby/resources/index/bit_varying_html.rb +19 -0
  109. data/app/views/wallaby/resources/index/blob_html.rb +15 -0
  110. data/app/views/wallaby/resources/index/boolean_html.rb +19 -0
  111. data/app/views/wallaby/resources/index/box_html.rb +11 -0
  112. data/app/views/wallaby/resources/index/cidr_html.rb +11 -0
  113. data/app/views/wallaby/resources/index/circle_html.rb +11 -0
  114. data/app/views/wallaby/resources/index/citext_html.rb +11 -0
  115. data/app/views/wallaby/resources/index/color_html.rb +20 -0
  116. data/app/views/wallaby/resources/index/date_html.rb +21 -0
  117. data/app/views/wallaby/resources/index/daterange_html.rb +22 -0
  118. data/app/views/wallaby/resources/index/datetime_html.rb +21 -0
  119. data/app/views/wallaby/resources/index/decimal_html.rb +15 -0
  120. data/app/views/wallaby/resources/index/email_html.rb +15 -0
  121. data/app/views/wallaby/resources/index/float_html.rb +15 -0
  122. data/app/views/wallaby/resources/index/has_and_belongs_to_many_html.rb +11 -0
  123. data/app/views/wallaby/resources/index/has_many_html.rb +25 -0
  124. data/app/views/wallaby/resources/index/has_one_html.rb +15 -0
  125. data/app/views/wallaby/resources/index/hstore_html.rb +11 -0
  126. data/app/views/wallaby/resources/index/inet_html.rb +23 -0
  127. data/app/views/wallaby/resources/index/int4range_html.rb +11 -0
  128. data/app/views/wallaby/resources/index/int8range_html.rb +11 -0
  129. data/app/views/wallaby/resources/index/integer_html.rb +15 -0
  130. data/app/views/wallaby/resources/index/json_html.rb +26 -0
  131. data/app/views/wallaby/resources/index/jsonb_html.rb +11 -0
  132. data/app/views/wallaby/resources/index/line_html.rb +26 -0
  133. data/app/views/wallaby/resources/index/link_html.rb +15 -0
  134. data/app/views/wallaby/resources/index/longblob_html.rb +15 -0
  135. data/app/views/wallaby/resources/index/longtext_html.rb +11 -0
  136. data/app/views/wallaby/resources/index/lseg_html.rb +11 -0
  137. data/app/views/wallaby/resources/index/ltree_html.rb +11 -0
  138. data/app/views/wallaby/resources/index/macaddr_html.rb +19 -0
  139. data/app/views/wallaby/resources/index/mediumblob_html.rb +15 -0
  140. data/app/views/wallaby/resources/index/mediumtext_html.rb +11 -0
  141. data/app/views/wallaby/resources/index/money_html.rb +15 -0
  142. data/app/views/wallaby/resources/index/numrange_html.rb +21 -0
  143. data/app/views/wallaby/resources/index/password_html.rb +19 -0
  144. data/app/views/wallaby/resources/index/path_html.rb +26 -0
  145. data/app/views/wallaby/resources/index/point_html.rb +23 -0
  146. data/app/views/wallaby/resources/index/polygon_html.rb +11 -0
  147. data/app/views/wallaby/resources/index/raw_html.rb +19 -0
  148. data/app/views/wallaby/resources/index/serial_html.rb +15 -0
  149. data/app/views/wallaby/resources/index/sti_html.rb +11 -0
  150. data/app/views/wallaby/resources/index/string_html.rb +26 -0
  151. data/app/views/wallaby/resources/index/text_html.rb +26 -0
  152. data/app/views/wallaby/resources/index/time_html.rb +20 -0
  153. data/app/views/wallaby/resources/index/tinyblob_html.rb +15 -0
  154. data/app/views/wallaby/resources/index/tinytext_html.rb +11 -0
  155. data/app/views/wallaby/resources/index/tsrange_html.rb +11 -0
  156. data/app/views/wallaby/resources/index/tstzrange_html.rb +11 -0
  157. data/app/views/wallaby/resources/index/tsvector_html.rb +11 -0
  158. data/app/views/wallaby/resources/index/unsigned_bigint_html.rb +15 -0
  159. data/app/views/wallaby/resources/index/unsigned_decimal_html.rb +15 -0
  160. data/app/views/wallaby/resources/index/unsigned_float_html.rb +15 -0
  161. data/app/views/wallaby/resources/index/unsigned_integer_html.rb +15 -0
  162. data/app/views/wallaby/resources/index/uuid_html.rb +11 -0
  163. data/app/views/wallaby/resources/index/xml_html.rb +11 -0
  164. data/app/views/wallaby/resources/new.html.erb +5 -2
  165. data/app/views/wallaby/resources/resource_actions_html.rb +15 -0
  166. data/app/views/wallaby/resources/show.html.erb +32 -18
  167. data/app/views/wallaby/resources/show.json.jbuilder +2 -0
  168. data/app/views/wallaby/resources/show/_cidr.html.erb +1 -1
  169. data/app/views/wallaby/resources/show/_color.html.erb +1 -1
  170. data/app/views/wallaby/resources/show/_inet.html.erb +1 -1
  171. data/app/views/wallaby/resources/{index/_belongs_to.html.erb → show/_link.html.erb} +1 -1
  172. data/lib/generators/wallaby/install/USAGE +20 -0
  173. data/lib/generators/wallaby/install/install_generator.rb +90 -0
  174. data/lib/generators/wallaby/install/templates/application_authorizer.rb.erb +40 -0
  175. data/lib/generators/wallaby/install/templates/application_controller.rb.erb +148 -0
  176. data/lib/generators/wallaby/install/templates/application_decorator.rb.erb +10 -0
  177. data/lib/generators/wallaby/install/templates/application_paginator.rb.erb +30 -0
  178. data/lib/generators/wallaby/install/templates/application_servicer.rb.erb +50 -0
  179. data/lib/generators/wallaby/install/templates/initializer.rb.erb +58 -0
  180. data/lib/wallaby.rb +7 -24
  181. data/lib/wallaby/ui_engine.rb +32 -0
  182. data/lib/wallaby/version.rb +4 -1
  183. data/lib/wallaby/views.rb +17 -0
  184. data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/comment.js +209 -0
  185. data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/continuecomment.js +113 -0
  186. data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.css +32 -0
  187. data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.js +161 -0
  188. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/autorefresh.js +47 -0
  189. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.css +6 -0
  190. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.js +41 -0
  191. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/panel.js +127 -0
  192. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/placeholder.js +63 -0
  193. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/rulers.js +51 -0
  194. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closebrackets.js +191 -0
  195. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closetag.js +184 -0
  196. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/continuelist.js +99 -0
  197. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchbrackets.js +150 -0
  198. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchtags.js +66 -0
  199. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/trailingspace.js +27 -0
  200. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/brace-fold.js +105 -0
  201. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/comment-fold.js +59 -0
  202. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldcode.js +152 -0
  203. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.css +20 -0
  204. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.js +163 -0
  205. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/indent-fold.js +48 -0
  206. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/markdown-fold.js +49 -0
  207. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/xml-fold.js +184 -0
  208. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/anyword-hint.js +41 -0
  209. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/css-hint.js +60 -0
  210. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/html-hint.js +350 -0
  211. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/javascript-hint.js +157 -0
  212. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.css +36 -0
  213. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.js +460 -0
  214. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/sql-hint.js +304 -0
  215. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/xml-hint.js +123 -0
  216. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/coffeescript-lint.js +47 -0
  217. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/css-lint.js +40 -0
  218. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/html-lint.js +59 -0
  219. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/javascript-lint.js +63 -0
  220. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/json-lint.js +40 -0
  221. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.css +73 -0
  222. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.js +252 -0
  223. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/yaml-lint.js +41 -0
  224. data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.css +119 -0
  225. data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.js +1002 -0
  226. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/loadmode.js +64 -0
  227. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex.js +131 -0
  228. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex_test.js +33 -0
  229. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/overlay.js +90 -0
  230. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/simple.js +216 -0
  231. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/colorize.js +40 -0
  232. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode-standalone.js +158 -0
  233. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.js +72 -0
  234. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.node.js +197 -0
  235. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/annotatescrollbar.js +122 -0
  236. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/scrollpastend.js +48 -0
  237. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.css +66 -0
  238. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.js +152 -0
  239. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/jump-to-line.js +50 -0
  240. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/match-highlighter.js +165 -0
  241. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.css +8 -0
  242. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.js +97 -0
  243. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/search.js +260 -0
  244. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/searchcursor.js +293 -0
  245. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/active-line.js +72 -0
  246. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/mark-selection.js +119 -0
  247. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/selection-pointer.js +98 -0
  248. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.css +87 -0
  249. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.js +718 -0
  250. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/worker.js +44 -0
  251. data/vendor/assets/javascripts/codemirror/5.49.2/addon/wrap/hardwrap.js +145 -0
  252. data/vendor/assets/javascripts/codemirror/5.49.2/lib/codemirror.js +9783 -0
  253. data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/apl.js +174 -0
  254. data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/index.html +72 -0
  255. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/asciiarmor.js +74 -0
  256. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/index.html +46 -0
  257. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/asn.1.js +204 -0
  258. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/index.html +78 -0
  259. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/asterisk.js +220 -0
  260. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/index.html +155 -0
  261. data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/brainfuck.js +85 -0
  262. data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/index.html +85 -0
  263. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/clike.js +935 -0
  264. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/index.html +380 -0
  265. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/scala.html +767 -0
  266. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/test.js +165 -0
  267. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/clojure.js +292 -0
  268. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/index.html +95 -0
  269. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/test.js +384 -0
  270. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/cmake.js +97 -0
  271. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/index.html +129 -0
  272. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/cobol.js +255 -0
  273. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/index.html +210 -0
  274. data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/coffeescript.js +359 -0
  275. data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/index.html +740 -0
  276. data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/commonlisp.js +124 -0
  277. data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/index.html +177 -0
  278. data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/crystal.js +433 -0
  279. data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/index.html +116 -0
  280. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/css.js +831 -0
  281. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss.html +104 -0
  282. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss_test.js +17 -0
  283. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/index.html +75 -0
  284. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less.html +152 -0
  285. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less_test.js +54 -0
  286. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss.html +158 -0
  287. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss_test.js +110 -0
  288. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/test.js +217 -0
  289. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/cypher.js +150 -0
  290. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/index.html +64 -0
  291. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/test.js +37 -0
  292. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/d.js +223 -0
  293. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/index.html +273 -0
  294. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/test.js +11 -0
  295. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/dart.js +166 -0
  296. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/index.html +71 -0
  297. data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/diff.js +47 -0
  298. data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/index.html +117 -0
  299. data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/django.js +356 -0
  300. data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/index.html +73 -0
  301. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/dockerfile.js +211 -0
  302. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/index.html +73 -0
  303. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/test.js +128 -0
  304. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/dtd.js +142 -0
  305. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/index.html +89 -0
  306. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/dylan.js +352 -0
  307. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/index.html +407 -0
  308. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/test.js +88 -0
  309. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/ebnf.js +195 -0
  310. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/index.html +102 -0
  311. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/ecl.js +206 -0
  312. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/index.html +52 -0
  313. data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/eiffel.js +160 -0
  314. data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/index.html +429 -0
  315. data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/elm.js +205 -0
  316. data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/index.html +61 -0
  317. data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/erlang.js +619 -0
  318. data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/index.html +76 -0
  319. data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/factor.js +85 -0
  320. data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/index.html +77 -0
  321. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/fcl.js +173 -0
  322. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/index.html +108 -0
  323. data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/forth.js +180 -0
  324. data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/index.html +75 -0
  325. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/fortran.js +188 -0
  326. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/index.html +81 -0
  327. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/gas.js +345 -0
  328. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/index.html +68 -0
  329. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/gfm.js +129 -0
  330. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/index.html +136 -0
  331. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/test.js +198 -0
  332. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/gherkin.js +178 -0
  333. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/index.html +48 -0
  334. data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/go.js +187 -0
  335. data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/index.html +85 -0
  336. data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/groovy.js +233 -0
  337. data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/index.html +84 -0
  338. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/haml.js +161 -0
  339. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/index.html +79 -0
  340. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/test.js +97 -0
  341. data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/handlebars.js +70 -0
  342. data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/index.html +82 -0
  343. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/haskell-literate.js +43 -0
  344. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/index.html +282 -0
  345. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/haskell.js +268 -0
  346. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/index.html +73 -0
  347. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/haxe.js +515 -0
  348. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/index.html +124 -0
  349. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/htmlembedded.js +37 -0
  350. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/index.html +60 -0
  351. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/htmlmixed.js +152 -0
  352. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/index.html +100 -0
  353. data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/http.js +113 -0
  354. data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/index.html +45 -0
  355. data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/idl.js +290 -0
  356. data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/index.html +65 -0
  357. data/vendor/assets/javascripts/codemirror/5.49.2/mode/index.html +165 -0
  358. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/index.html +114 -0
  359. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/javascript.js +930 -0
  360. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/json-ld.html +72 -0
  361. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/test.js +513 -0
  362. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/typescript.html +62 -0
  363. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/index.html +54 -0
  364. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/jinja2.js +146 -0
  365. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/index.html +89 -0
  366. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/jsx.js +148 -0
  367. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/test.js +91 -0
  368. data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/index.html +196 -0
  369. data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/julia.js +429 -0
  370. data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/index.html +459 -0
  371. data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/livescript.js +280 -0
  372. data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/index.html +85 -0
  373. data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/lua.js +159 -0
  374. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/index.html +412 -0
  375. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/markdown.js +883 -0
  376. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/test.js +1317 -0
  377. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/index.html +72 -0
  378. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/mathematica.js +176 -0
  379. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/index.html +44 -0
  380. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/mbox.js +129 -0
  381. data/vendor/assets/javascripts/codemirror/5.49.2/mode/meta.js +219 -0
  382. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/index.html +161 -0
  383. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/mirc.js +193 -0
  384. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/index.html +198 -0
  385. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/mllike.js +359 -0
  386. data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/index.html +67 -0
  387. data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/modelica.js +245 -0
  388. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/index.html +151 -0
  389. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen.js +175 -0
  390. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen_test.js +84 -0
  391. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/msgenny_test.js +77 -0
  392. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/xu_test.js +87 -0
  393. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/index.html +85 -0
  394. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/mumps.js +148 -0
  395. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/index.html +181 -0
  396. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/nginx.js +178 -0
  397. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/index.html +80 -0
  398. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/nsis.js +95 -0
  399. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/index.html +70 -0
  400. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/ntriples.js +195 -0
  401. data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/index.html +84 -0
  402. data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/octave.js +139 -0
  403. data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/index.html +59 -0
  404. data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/oz.js +252 -0
  405. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/index.html +61 -0
  406. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/pascal.js +121 -0
  407. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/index.html +66 -0
  408. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/pegjs.js +114 -0
  409. data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/index.html +75 -0
  410. data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/perl.js +837 -0
  411. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/index.html +64 -0
  412. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/php.js +234 -0
  413. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/test.js +154 -0
  414. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/index.html +53 -0
  415. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/pig.js +178 -0
  416. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/index.html +205 -0
  417. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/powershell.js +398 -0
  418. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/test.js +74 -0
  419. data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/index.html +53 -0
  420. data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/properties.js +78 -0
  421. data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/index.html +104 -0
  422. data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/protobuf.js +69 -0
  423. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/index.html +70 -0
  424. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/pug.js +591 -0
  425. data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/index.html +121 -0
  426. data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/puppet.js +220 -0
  427. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/index.html +207 -0
  428. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/python.js +399 -0
  429. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/test.js +44 -0
  430. data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/index.html +144 -0
  431. data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/q.js +139 -0
  432. data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/index.html +88 -0
  433. data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/r.js +190 -0
  434. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/changes/index.html +66 -0
  435. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/index.html +149 -0
  436. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/rpm.js +109 -0
  437. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/index.html +535 -0
  438. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/rst.js +557 -0
  439. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/index.html +183 -0
  440. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/ruby.js +298 -0
  441. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/test.js +23 -0
  442. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/index.html +64 -0
  443. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/rust.js +72 -0
  444. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/test.js +39 -0
  445. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/index.html +81 -0
  446. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/sas.js +303 -0
  447. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/index.html +68 -0
  448. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/sass.js +454 -0
  449. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/test.js +122 -0
  450. data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/index.html +77 -0
  451. data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/scheme.js +265 -0
  452. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/index.html +66 -0
  453. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/shell.js +152 -0
  454. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/test.js +73 -0
  455. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/index.html +93 -0
  456. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/sieve.js +193 -0
  457. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/index.html +96 -0
  458. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/slim.js +575 -0
  459. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/test.js +96 -0
  460. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/index.html +68 -0
  461. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/smalltalk.js +168 -0
  462. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/index.html +138 -0
  463. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/smarty.js +225 -0
  464. data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/index.html +57 -0
  465. data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/solr.js +104 -0
  466. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/index.html +68 -0
  467. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/soy.js +437 -0
  468. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/test.js +204 -0
  469. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/index.html +61 -0
  470. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/sparql.js +180 -0
  471. data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/index.html +42 -0
  472. data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/spreadsheet.js +112 -0
  473. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/index.html +89 -0
  474. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/sql.js +494 -0
  475. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/index.html +116 -0
  476. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/stex.js +264 -0
  477. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/test.js +132 -0
  478. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/index.html +106 -0
  479. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/stylus.js +771 -0
  480. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/index.html +70 -0
  481. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/swift.js +223 -0
  482. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/test.js +162 -0
  483. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/index.html +142 -0
  484. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/tcl.js +139 -0
  485. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/index.html +191 -0
  486. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/test.js +417 -0
  487. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/textile.js +469 -0
  488. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/index.html +154 -0
  489. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.css +14 -0
  490. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.js +308 -0
  491. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/index.html +95 -0
  492. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.css +26 -0
  493. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.js +312 -0
  494. data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/index.html +73 -0
  495. data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/toml.js +88 -0
  496. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/index.html +63 -0
  497. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/tornado.js +68 -0
  498. data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/index.html +146 -0
  499. data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/troff.js +84 -0
  500. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/index.html +116 -0
  501. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/ttcn-cfg.js +214 -0
  502. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/index.html +119 -0
  503. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/ttcn.js +283 -0
  504. data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/index.html +51 -0
  505. data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/turtle.js +162 -0
  506. data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/index.html +45 -0
  507. data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/twig.js +141 -0
  508. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/index.html +49 -0
  509. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/vb.js +275 -0
  510. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/index.html +55 -0
  511. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/vbscript.js +350 -0
  512. data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/index.html +120 -0
  513. data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/velocity.js +201 -0
  514. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/index.html +120 -0
  515. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/test.js +273 -0
  516. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/verilog.js +675 -0
  517. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/index.html +95 -0
  518. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/vhdl.js +189 -0
  519. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/index.html +69 -0
  520. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/vue.js +77 -0
  521. data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/index.html +71 -0
  522. data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/webidl.js +195 -0
  523. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/index.html +61 -0
  524. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/test.js +51 -0
  525. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/xml.js +413 -0
  526. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/index.html +211 -0
  527. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/test.js +67 -0
  528. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/xquery.js +448 -0
  529. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/index.html +87 -0
  530. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/yacas.js +204 -0
  531. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/index.html +121 -0
  532. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/yaml-frontmatter.js +68 -0
  533. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/index.html +80 -0
  534. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/yaml.js +120 -0
  535. data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/index.html +53 -0
  536. data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/z80.js +116 -0
  537. data/vendor/assets/stylesheets/codemirror/5.49.2/lib/codemirror.css +349 -0
  538. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-day.css +41 -0
  539. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-night.css +39 -0
  540. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/abcdef.css +32 -0
  541. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance-mobile.css +5 -0
  542. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance.css +74 -0
  543. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-dark.css +38 -0
  544. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-light.css +38 -0
  545. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/bespin.css +34 -0
  546. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/blackboard.css +32 -0
  547. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/cobalt.css +25 -0
  548. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/colorforth.css +33 -0
  549. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/darcula.css +53 -0
  550. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/dracula.css +40 -0
  551. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-dark.css +35 -0
  552. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-light.css +36 -0
  553. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/eclipse.css +23 -0
  554. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/elegant.css +13 -0
  555. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/erlang-dark.css +34 -0
  556. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/gruvbox-dark.css +37 -0
  557. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/hopscotch.css +34 -0
  558. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/icecoder.css +43 -0
  559. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/idea.css +42 -0
  560. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/isotope.css +34 -0
  561. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lesser-dark.css +47 -0
  562. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/liquibyte.css +95 -0
  563. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lucario.css +37 -0
  564. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-darker.css +135 -0
  565. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-ocean.css +135 -0
  566. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-palenight.css +135 -0
  567. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material.css +135 -0
  568. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mbo.css +37 -0
  569. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mdn-like.css +46 -0
  570. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/midnight.css +39 -0
  571. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/monokai.css +41 -0
  572. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/moxer.css +143 -0
  573. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neat.css +12 -0
  574. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neo.css +43 -0
  575. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/night.css +27 -0
  576. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/nord.css +42 -0
  577. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/oceanic-next.css +44 -0
  578. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/panda-syntax.css +85 -0
  579. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-dark.css +38 -0
  580. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-light.css +38 -0
  581. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/pastel-on-dark.css +52 -0
  582. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/railscasts.css +34 -0
  583. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/rubyblue.css +25 -0
  584. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/seti.css +44 -0
  585. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/shadowfox.css +52 -0
  586. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/solarized.css +168 -0
  587. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ssms.css +16 -0
  588. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/the-matrix.css +30 -0
  589. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-bright.css +35 -0
  590. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-eighties.css +38 -0
  591. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ttcn.css +64 -0
  592. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/twilight.css +32 -0
  593. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/vibrant-ink.css +34 -0
  594. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-dark.css +53 -0
  595. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-light.css +43 -0
  596. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yeti.css +44 -0
  597. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yonce.css +59 -0
  598. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/zenburn.css +37 -0
  599. metadata +529 -199
  600. data/Rakefile +0 -27
  601. data/app/controllers/wallaby/abstract_resources_controller.rb +0 -318
  602. data/app/controllers/wallaby/application_controller.rb +0 -71
  603. data/app/controllers/wallaby/base_controller.rb +0 -23
  604. data/app/controllers/wallaby/resources_controller.rb +0 -5
  605. data/app/controllers/wallaby/secure_controller.rb +0 -60
  606. data/app/security/ability.rb +0 -10
  607. data/app/views/layouts/wallaby/error.html.erb +0 -42
  608. data/app/views/wallaby/error.html.erb +0 -11
  609. data/app/views/wallaby/resources/_resource_actions.html.erb +0 -3
  610. data/app/views/wallaby/resources/index/_bigint.html.erb +0 -5
  611. data/app/views/wallaby/resources/index/_bigserial.html.erb +0 -5
  612. data/app/views/wallaby/resources/index/_binary.html.erb +0 -5
  613. data/app/views/wallaby/resources/index/_bit.html.erb +0 -9
  614. data/app/views/wallaby/resources/index/_bit_varying.html.erb +0 -9
  615. data/app/views/wallaby/resources/index/_blob.html.erb +0 -5
  616. data/app/views/wallaby/resources/index/_boolean.html.erb +0 -9
  617. data/app/views/wallaby/resources/index/_box.html.erb +0 -16
  618. data/app/views/wallaby/resources/index/_cidr.html.erb +0 -10
  619. data/app/views/wallaby/resources/index/_circle.html.erb +0 -16
  620. data/app/views/wallaby/resources/index/_citext.html.erb +0 -16
  621. data/app/views/wallaby/resources/index/_color.html.erb +0 -10
  622. data/app/views/wallaby/resources/index/_date.html.erb +0 -11
  623. data/app/views/wallaby/resources/index/_daterange.html.erb +0 -12
  624. data/app/views/wallaby/resources/index/_datetime.html.erb +0 -11
  625. data/app/views/wallaby/resources/index/_decimal.html.erb +0 -5
  626. data/app/views/wallaby/resources/index/_email.html.erb +0 -5
  627. data/app/views/wallaby/resources/index/_float.html.erb +0 -5
  628. data/app/views/wallaby/resources/index/_has_and_belongs_to_many.html.erb +0 -15
  629. data/app/views/wallaby/resources/index/_has_many.html.erb +0 -15
  630. data/app/views/wallaby/resources/index/_has_one.html.erb +0 -5
  631. data/app/views/wallaby/resources/index/_hstore.html.erb +0 -16
  632. data/app/views/wallaby/resources/index/_inet.html.erb +0 -10
  633. data/app/views/wallaby/resources/index/_int4range.html.erb +0 -11
  634. data/app/views/wallaby/resources/index/_int8range.html.erb +0 -11
  635. data/app/views/wallaby/resources/index/_integer.html.erb +0 -5
  636. data/app/views/wallaby/resources/index/_json.html.erb +0 -15
  637. data/app/views/wallaby/resources/index/_jsonb.html.erb +0 -15
  638. data/app/views/wallaby/resources/index/_line.html.erb +0 -16
  639. data/app/views/wallaby/resources/index/_longblob.html.erb +0 -5
  640. data/app/views/wallaby/resources/index/_longtext.html.erb +0 -16
  641. data/app/views/wallaby/resources/index/_lseg.html.erb +0 -16
  642. data/app/views/wallaby/resources/index/_ltree.html.erb +0 -16
  643. data/app/views/wallaby/resources/index/_macaddr.html.erb +0 -9
  644. data/app/views/wallaby/resources/index/_mediumblob.html.erb +0 -5
  645. data/app/views/wallaby/resources/index/_mediumtext.html.erb +0 -16
  646. data/app/views/wallaby/resources/index/_numrange.html.erb +0 -11
  647. data/app/views/wallaby/resources/index/_password.html.erb +0 -9
  648. data/app/views/wallaby/resources/index/_path.html.erb +0 -16
  649. data/app/views/wallaby/resources/index/_point.html.erb +0 -10
  650. data/app/views/wallaby/resources/index/_polygon.html.erb +0 -16
  651. data/app/views/wallaby/resources/index/_raw.html.erb +0 -9
  652. data/app/views/wallaby/resources/index/_serial.html.erb +0 -5
  653. data/app/views/wallaby/resources/index/_sti.html.erb +0 -16
  654. data/app/views/wallaby/resources/index/_string.html.erb +0 -16
  655. data/app/views/wallaby/resources/index/_text.html.erb +0 -16
  656. data/app/views/wallaby/resources/index/_time.html.erb +0 -10
  657. data/app/views/wallaby/resources/index/_tinyblob.html.erb +0 -5
  658. data/app/views/wallaby/resources/index/_tinytext.html.erb +0 -16
  659. data/app/views/wallaby/resources/index/_tsrange.html.erb +0 -12
  660. data/app/views/wallaby/resources/index/_tstzrange.html.erb +0 -12
  661. data/app/views/wallaby/resources/index/_tsvector.html.erb +0 -16
  662. data/app/views/wallaby/resources/index/_unsigned_bigint.html.erb +0 -5
  663. data/app/views/wallaby/resources/index/_unsigned_decimal.html.erb +0 -5
  664. data/app/views/wallaby/resources/index/_unsigned_float.html.erb +0 -5
  665. data/app/views/wallaby/resources/index/_unsigned_integer.html.erb +0 -5
  666. data/app/views/wallaby/resources/index/_uuid.html.erb +0 -16
  667. data/app/views/wallaby/resources/index/_xml.html.erb +0 -16
  668. data/config/locales/wallaby.en.yml +0 -101
  669. data/config/routes.rb +0 -36
  670. data/lib/adaptors/wallaby/active_record.rb +0 -5
  671. data/lib/adaptors/wallaby/active_record/model_decorator.rb +0 -132
  672. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder.rb +0 -57
  673. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/association_builder.rb +0 -50
  674. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/polymorphic_builder.rb +0 -53
  675. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/sti_builder.rb +0 -49
  676. data/lib/adaptors/wallaby/active_record/model_decorator/title_field_finder.rb +0 -32
  677. data/lib/adaptors/wallaby/active_record/model_finder.rb +0 -52
  678. data/lib/adaptors/wallaby/active_record/model_pagination_provider.rb +0 -27
  679. data/lib/adaptors/wallaby/active_record/model_service_provider.rb +0 -144
  680. data/lib/adaptors/wallaby/active_record/model_service_provider/normalizer.rb +0 -57
  681. data/lib/adaptors/wallaby/active_record/model_service_provider/permitter.rb +0 -76
  682. data/lib/adaptors/wallaby/active_record/model_service_provider/querier.rb +0 -166
  683. data/lib/adaptors/wallaby/active_record/model_service_provider/querier/transformer.rb +0 -77
  684. data/lib/adaptors/wallaby/active_record/model_service_provider/validator.rb +0 -35
  685. data/lib/concerns/wallaby/resources_helper_methods.rb +0 -44
  686. data/lib/decorators/wallaby/abstract_resource_decorator.rb +0 -79
  687. data/lib/decorators/wallaby/resource_decorator.rb +0 -7
  688. data/lib/errors/wallaby/general_error.rb +0 -4
  689. data/lib/errors/wallaby/invalid_error.rb +0 -4
  690. data/lib/errors/wallaby/model_not_found.rb +0 -9
  691. data/lib/errors/wallaby/not_authenticated.rb +0 -4
  692. data/lib/errors/wallaby/not_found.rb +0 -4
  693. data/lib/errors/wallaby/not_implemented.rb +0 -4
  694. data/lib/errors/wallaby/resource_not_found.rb +0 -9
  695. data/lib/errors/wallaby/unprocessable_entity.rb +0 -4
  696. data/lib/forms/wallaby/form_builder.rb +0 -55
  697. data/lib/helpers/wallaby/application_helper.rb +0 -49
  698. data/lib/helpers/wallaby/base_helper.rb +0 -60
  699. data/lib/helpers/wallaby/form_helper.rb +0 -63
  700. data/lib/helpers/wallaby/index_helper.rb +0 -63
  701. data/lib/helpers/wallaby/links_helper.rb +0 -155
  702. data/lib/helpers/wallaby/resources_helper.rb +0 -52
  703. data/lib/helpers/wallaby/secure_helper.rb +0 -50
  704. data/lib/helpers/wallaby/styling_helper.rb +0 -66
  705. data/lib/interfaces/wallaby/mode.rb +0 -47
  706. data/lib/interfaces/wallaby/model_decorator.rb +0 -135
  707. data/lib/interfaces/wallaby/model_decorator/field_helpers.rb +0 -78
  708. data/lib/interfaces/wallaby/model_finder.rb +0 -10
  709. data/lib/interfaces/wallaby/model_pagination_provider.rb +0 -105
  710. data/lib/interfaces/wallaby/model_service_provider.rb +0 -79
  711. data/lib/paginators/wallaby/abstract_resource_paginator.rb +0 -28
  712. data/lib/paginators/wallaby/resource_paginator.rb +0 -6
  713. data/lib/parsers/wallaby/parser.rb +0 -33
  714. data/lib/responders/wallaby/abstract_responder.rb +0 -81
  715. data/lib/responders/wallaby/resources_responder.rb +0 -6
  716. data/lib/routes/wallaby/resources_router.rb +0 -45
  717. data/lib/servicers/wallaby/abstract_model_servicer.rb +0 -72
  718. data/lib/servicers/wallaby/model_servicer.rb +0 -6
  719. data/lib/services/wallaby/link_options_normalizer.rb +0 -20
  720. data/lib/services/wallaby/lookup_context_wrapper.rb +0 -42
  721. data/lib/services/wallaby/map.rb +0 -128
  722. data/lib/services/wallaby/map/mode_mapper.rb +0 -21
  723. data/lib/services/wallaby/map/model_class_collector.rb +0 -48
  724. data/lib/services/wallaby/map/model_class_mapper.rb +0 -38
  725. data/lib/services/wallaby/partial_renderer.rb +0 -67
  726. data/lib/services/wallaby/prefixes_builder.rb +0 -72
  727. data/lib/services/wallaby/sorting/hash_builder.rb +0 -22
  728. data/lib/services/wallaby/sorting/link_builder.rb +0 -50
  729. data/lib/services/wallaby/sorting/next_builder.rb +0 -75
  730. data/lib/services/wallaby/url_for.rb +0 -36
  731. data/lib/tree/wallaby/node.rb +0 -19
  732. data/lib/utils/wallaby/test_utils.rb +0 -32
  733. data/lib/utils/wallaby/utils.rb +0 -122
  734. data/lib/wallaby/configuration.rb +0 -74
  735. data/lib/wallaby/configuration/features.rb +0 -13
  736. data/lib/wallaby/configuration/mapping.rb +0 -66
  737. data/lib/wallaby/configuration/metadata.rb +0 -13
  738. data/lib/wallaby/configuration/models.rb +0 -32
  739. data/lib/wallaby/configuration/pagination.rb +0 -13
  740. data/lib/wallaby/configuration/security.rb +0 -62
  741. data/lib/wallaby/engine.rb +0 -154
@@ -0,0 +1,417 @@
1
+ // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
+ // Distributed under an MIT license: https://codemirror.net/LICENSE
3
+
4
+ (function() {
5
+ var mode = CodeMirror.getMode({tabSize: 4}, 'textile');
6
+ function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
7
+
8
+ MT('simpleParagraphs',
9
+ 'Some text.',
10
+ '',
11
+ 'Some more text.');
12
+
13
+ /*
14
+ * Phrase Modifiers
15
+ */
16
+
17
+ MT('em',
18
+ 'foo [em _bar_]');
19
+
20
+ MT('emBoogus',
21
+ 'code_mirror');
22
+
23
+ MT('strong',
24
+ 'foo [strong *bar*]');
25
+
26
+ MT('strongBogus',
27
+ '3 * 3 = 9');
28
+
29
+ MT('italic',
30
+ 'foo [em __bar__]');
31
+
32
+ MT('italicBogus',
33
+ 'code__mirror');
34
+
35
+ MT('bold',
36
+ 'foo [strong **bar**]');
37
+
38
+ MT('boldBogus',
39
+ '3 ** 3 = 27');
40
+
41
+ MT('simpleLink',
42
+ '[link "CodeMirror":https://codemirror.net]');
43
+
44
+ MT('referenceLink',
45
+ '[link "CodeMirror":code_mirror]',
46
+ 'Normal Text.',
47
+ '[link [[code_mirror]]https://codemirror.net]');
48
+
49
+ MT('footCite',
50
+ 'foo bar[qualifier [[1]]]');
51
+
52
+ MT('footCiteBogus',
53
+ 'foo bar[[1a2]]');
54
+
55
+ MT('special-characters',
56
+ 'Registered [tag (r)], ' +
57
+ 'Trademark [tag (tm)], and ' +
58
+ 'Copyright [tag (c)] 2008');
59
+
60
+ MT('cite',
61
+ "A book is [keyword ??The Count of Monte Cristo??] by Dumas.");
62
+
63
+ MT('additionAndDeletion',
64
+ 'The news networks declared [negative -Al Gore-] ' +
65
+ '[positive +George W. Bush+] the winner in Florida.');
66
+
67
+ MT('subAndSup',
68
+ 'f(x, n) = log [builtin ~4~] x [builtin ^n^]');
69
+
70
+ MT('spanAndCode',
71
+ 'A [quote %span element%] and [atom @code element@]');
72
+
73
+ MT('spanBogus',
74
+ 'Percentage 25% is not a span.');
75
+
76
+ MT('citeBogus',
77
+ 'Question? is not a citation.');
78
+
79
+ MT('codeBogus',
80
+ 'user@example.com');
81
+
82
+ MT('subBogus',
83
+ '~username');
84
+
85
+ MT('supBogus',
86
+ 'foo ^ bar');
87
+
88
+ MT('deletionBogus',
89
+ '3 - 3 = 0');
90
+
91
+ MT('additionBogus',
92
+ '3 + 3 = 6');
93
+
94
+ MT('image',
95
+ 'An image: [string !http://www.example.com/image.png!]');
96
+
97
+ MT('imageWithAltText',
98
+ 'An image: [string !http://www.example.com/image.png (Alt Text)!]');
99
+
100
+ MT('imageWithUrl',
101
+ 'An image: [string !http://www.example.com/image.png!:http://www.example.com/]');
102
+
103
+ /*
104
+ * Headers
105
+ */
106
+
107
+ MT('h1',
108
+ '[header&header-1 h1. foo]');
109
+
110
+ MT('h2',
111
+ '[header&header-2 h2. foo]');
112
+
113
+ MT('h3',
114
+ '[header&header-3 h3. foo]');
115
+
116
+ MT('h4',
117
+ '[header&header-4 h4. foo]');
118
+
119
+ MT('h5',
120
+ '[header&header-5 h5. foo]');
121
+
122
+ MT('h6',
123
+ '[header&header-6 h6. foo]');
124
+
125
+ MT('h7Bogus',
126
+ 'h7. foo');
127
+
128
+ MT('multipleHeaders',
129
+ '[header&header-1 h1. Heading 1]',
130
+ '',
131
+ 'Some text.',
132
+ '',
133
+ '[header&header-2 h2. Heading 2]',
134
+ '',
135
+ 'More text.');
136
+
137
+ MT('h1inline',
138
+ '[header&header-1 h1. foo ][header&header-1&em _bar_][header&header-1 baz]');
139
+
140
+ /*
141
+ * Lists
142
+ */
143
+
144
+ MT('ul',
145
+ 'foo',
146
+ 'bar',
147
+ '',
148
+ '[variable-2 * foo]',
149
+ '[variable-2 * bar]');
150
+
151
+ MT('ulNoBlank',
152
+ 'foo',
153
+ 'bar',
154
+ '[variable-2 * foo]',
155
+ '[variable-2 * bar]');
156
+
157
+ MT('ol',
158
+ 'foo',
159
+ 'bar',
160
+ '',
161
+ '[variable-2 # foo]',
162
+ '[variable-2 # bar]');
163
+
164
+ MT('olNoBlank',
165
+ 'foo',
166
+ 'bar',
167
+ '[variable-2 # foo]',
168
+ '[variable-2 # bar]');
169
+
170
+ MT('ulFormatting',
171
+ '[variable-2 * ][variable-2&em _foo_][variable-2 bar]',
172
+ '[variable-2 * ][variable-2&strong *][variable-2&em&strong _foo_]' +
173
+ '[variable-2&strong *][variable-2 bar]',
174
+ '[variable-2 * ][variable-2&strong *foo*][variable-2 bar]');
175
+
176
+ MT('olFormatting',
177
+ '[variable-2 # ][variable-2&em _foo_][variable-2 bar]',
178
+ '[variable-2 # ][variable-2&strong *][variable-2&em&strong _foo_]' +
179
+ '[variable-2&strong *][variable-2 bar]',
180
+ '[variable-2 # ][variable-2&strong *foo*][variable-2 bar]');
181
+
182
+ MT('ulNested',
183
+ '[variable-2 * foo]',
184
+ '[variable-3 ** bar]',
185
+ '[keyword *** bar]',
186
+ '[variable-2 **** bar]',
187
+ '[variable-3 ** bar]');
188
+
189
+ MT('olNested',
190
+ '[variable-2 # foo]',
191
+ '[variable-3 ## bar]',
192
+ '[keyword ### bar]',
193
+ '[variable-2 #### bar]',
194
+ '[variable-3 ## bar]');
195
+
196
+ MT('ulNestedWithOl',
197
+ '[variable-2 * foo]',
198
+ '[variable-3 ## bar]',
199
+ '[keyword *** bar]',
200
+ '[variable-2 #### bar]',
201
+ '[variable-3 ** bar]');
202
+
203
+ MT('olNestedWithUl',
204
+ '[variable-2 # foo]',
205
+ '[variable-3 ** bar]',
206
+ '[keyword ### bar]',
207
+ '[variable-2 **** bar]',
208
+ '[variable-3 ## bar]');
209
+
210
+ MT('definitionList',
211
+ '[number - coffee := Hot ][number&em _and_][number black]',
212
+ '',
213
+ 'Normal text.');
214
+
215
+ MT('definitionListSpan',
216
+ '[number - coffee :=]',
217
+ '',
218
+ '[number Hot ][number&em _and_][number black =:]',
219
+ '',
220
+ 'Normal text.');
221
+
222
+ MT('boo',
223
+ '[number - dog := woof woof]',
224
+ '[number - cat := meow meow]',
225
+ '[number - whale :=]',
226
+ '[number Whale noises.]',
227
+ '',
228
+ '[number Also, ][number&em _splashing_][number . =:]');
229
+
230
+ /*
231
+ * Attributes
232
+ */
233
+
234
+ MT('divWithAttribute',
235
+ '[punctuation div][punctuation&attribute (#my-id)][punctuation . foo bar]');
236
+
237
+ MT('divWithAttributeAnd2emRightPadding',
238
+ '[punctuation div][punctuation&attribute (#my-id)((][punctuation . foo bar]');
239
+
240
+ MT('divWithClassAndId',
241
+ '[punctuation div][punctuation&attribute (my-class#my-id)][punctuation . foo bar]');
242
+
243
+ MT('paragraphWithCss',
244
+ 'p[attribute {color:red;}]. foo bar');
245
+
246
+ MT('paragraphNestedStyles',
247
+ 'p. [strong *foo ][strong&em _bar_][strong *]');
248
+
249
+ MT('paragraphWithLanguage',
250
+ 'p[attribute [[fr]]]. Parlez-vous français?');
251
+
252
+ MT('paragraphLeftAlign',
253
+ 'p[attribute <]. Left');
254
+
255
+ MT('paragraphRightAlign',
256
+ 'p[attribute >]. Right');
257
+
258
+ MT('paragraphRightAlign',
259
+ 'p[attribute =]. Center');
260
+
261
+ MT('paragraphJustified',
262
+ 'p[attribute <>]. Justified');
263
+
264
+ MT('paragraphWithLeftIndent1em',
265
+ 'p[attribute (]. Left');
266
+
267
+ MT('paragraphWithRightIndent1em',
268
+ 'p[attribute )]. Right');
269
+
270
+ MT('paragraphWithLeftIndent2em',
271
+ 'p[attribute ((]. Left');
272
+
273
+ MT('paragraphWithRightIndent2em',
274
+ 'p[attribute ))]. Right');
275
+
276
+ MT('paragraphWithLeftIndent3emRightIndent2em',
277
+ 'p[attribute ((())]. Right');
278
+
279
+ MT('divFormatting',
280
+ '[punctuation div. ][punctuation&strong *foo ]' +
281
+ '[punctuation&strong&em _bar_][punctuation&strong *]');
282
+
283
+ MT('phraseModifierAttributes',
284
+ 'p[attribute (my-class)]. This is a paragraph that has a class and' +
285
+ ' this [em _][em&attribute (#special-phrase)][em emphasized phrase_]' +
286
+ ' has an id.');
287
+
288
+ MT('linkWithClass',
289
+ '[link "(my-class). This is a link with class":http://redcloth.org]');
290
+
291
+ /*
292
+ * Layouts
293
+ */
294
+
295
+ MT('paragraphLayouts',
296
+ 'p. This is one paragraph.',
297
+ '',
298
+ 'p. This is another.');
299
+
300
+ MT('div',
301
+ '[punctuation div. foo bar]');
302
+
303
+ MT('pre',
304
+ '[operator pre. Text]');
305
+
306
+ MT('bq.',
307
+ '[bracket bq. foo bar]',
308
+ '',
309
+ 'Normal text.');
310
+
311
+ MT('footnote',
312
+ '[variable fn123. foo ][variable&strong *bar*]');
313
+
314
+ /*
315
+ * Spanning Layouts
316
+ */
317
+
318
+ MT('bq..ThenParagraph',
319
+ '[bracket bq.. foo bar]',
320
+ '',
321
+ '[bracket More quote.]',
322
+ 'p. Normal Text');
323
+
324
+ MT('bq..ThenH1',
325
+ '[bracket bq.. foo bar]',
326
+ '',
327
+ '[bracket More quote.]',
328
+ '[header&header-1 h1. Header Text]');
329
+
330
+ MT('bc..ThenParagraph',
331
+ '[atom bc.. # Some ruby code]',
332
+ '[atom obj = {foo: :bar}]',
333
+ '[atom puts obj]',
334
+ '',
335
+ '[atom obj[[:love]] = "*love*"]',
336
+ '[atom puts obj.love.upcase]',
337
+ '',
338
+ 'p. Normal text.');
339
+
340
+ MT('fn1..ThenParagraph',
341
+ '[variable fn1.. foo bar]',
342
+ '',
343
+ '[variable More.]',
344
+ 'p. Normal Text');
345
+
346
+ MT('pre..ThenParagraph',
347
+ '[operator pre.. foo bar]',
348
+ '',
349
+ '[operator More.]',
350
+ 'p. Normal Text');
351
+
352
+ /*
353
+ * Tables
354
+ */
355
+
356
+ MT('table',
357
+ '[variable-3&operator |_. name |_. age|]',
358
+ '[variable-3 |][variable-3&strong *Walter*][variable-3 | 5 |]',
359
+ '[variable-3 |Florence| 6 |]',
360
+ '',
361
+ 'p. Normal text.');
362
+
363
+ MT('tableWithAttributes',
364
+ '[variable-3&operator |_. name |_. age|]',
365
+ '[variable-3 |][variable-3&attribute /2.][variable-3 Jim |]',
366
+ '[variable-3 |][variable-3&attribute \\2{color: red}.][variable-3 Sam |]');
367
+
368
+ /*
369
+ * HTML
370
+ */
371
+
372
+ MT('html',
373
+ '[comment <div id="wrapper">]',
374
+ '[comment <section id="introduction">]',
375
+ '',
376
+ '[header&header-1 h1. Welcome]',
377
+ '',
378
+ '[variable-2 * Item one]',
379
+ '[variable-2 * Item two]',
380
+ '',
381
+ '[comment <a href="http://example.com">Example</a>]',
382
+ '',
383
+ '[comment </section>]',
384
+ '[comment </div>]');
385
+
386
+ MT('inlineHtml',
387
+ 'I can use HTML directly in my [comment <span class="youbetcha">Textile</span>].');
388
+
389
+ /*
390
+ * No-Textile
391
+ */
392
+
393
+ MT('notextile',
394
+ '[string-2 notextile. *No* formatting]');
395
+
396
+ MT('notextileInline',
397
+ 'Use [string-2 ==*asterisks*==] for [strong *strong*] text.');
398
+
399
+ MT('notextileWithPre',
400
+ '[operator pre. *No* formatting]');
401
+
402
+ MT('notextileWithSpanningPre',
403
+ '[operator pre.. *No* formatting]',
404
+ '',
405
+ '[operator *No* formatting]');
406
+
407
+ /* Only toggling phrases between non-word chars. */
408
+
409
+ MT('phrase-in-word',
410
+ 'foo_bar_baz');
411
+
412
+ MT('phrase-non-word',
413
+ '[negative -x-] aaa-bbb ccc-ddd [negative -eee-] fff [negative -ggg-]');
414
+
415
+ MT('phrase-lone-dash',
416
+ 'foo - bar - baz');
417
+ })();
@@ -0,0 +1,469 @@
1
+ // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
+ // Distributed under an MIT license: https://codemirror.net/LICENSE
3
+
4
+ (function(mod) {
5
+ if (typeof exports == "object" && typeof module == "object") { // CommonJS
6
+ mod(require("../../lib/codemirror"));
7
+ } else if (typeof define == "function" && define.amd) { // AMD
8
+ define(["../../lib/codemirror"], mod);
9
+ } else { // Plain browser env
10
+ mod(CodeMirror);
11
+ }
12
+ })(function(CodeMirror) {
13
+ "use strict";
14
+
15
+ var TOKEN_STYLES = {
16
+ addition: "positive",
17
+ attributes: "attribute",
18
+ bold: "strong",
19
+ cite: "keyword",
20
+ code: "atom",
21
+ definitionList: "number",
22
+ deletion: "negative",
23
+ div: "punctuation",
24
+ em: "em",
25
+ footnote: "variable",
26
+ footCite: "qualifier",
27
+ header: "header",
28
+ html: "comment",
29
+ image: "string",
30
+ italic: "em",
31
+ link: "link",
32
+ linkDefinition: "link",
33
+ list1: "variable-2",
34
+ list2: "variable-3",
35
+ list3: "keyword",
36
+ notextile: "string-2",
37
+ pre: "operator",
38
+ p: "property",
39
+ quote: "bracket",
40
+ span: "quote",
41
+ specialChar: "tag",
42
+ strong: "strong",
43
+ sub: "builtin",
44
+ sup: "builtin",
45
+ table: "variable-3",
46
+ tableHeading: "operator"
47
+ };
48
+
49
+ function startNewLine(stream, state) {
50
+ state.mode = Modes.newLayout;
51
+ state.tableHeading = false;
52
+
53
+ if (state.layoutType === "definitionList" && state.spanningLayout &&
54
+ stream.match(RE("definitionListEnd"), false))
55
+ state.spanningLayout = false;
56
+ }
57
+
58
+ function handlePhraseModifier(stream, state, ch) {
59
+ if (ch === "_") {
60
+ if (stream.eat("_"))
61
+ return togglePhraseModifier(stream, state, "italic", /__/, 2);
62
+ else
63
+ return togglePhraseModifier(stream, state, "em", /_/, 1);
64
+ }
65
+
66
+ if (ch === "*") {
67
+ if (stream.eat("*")) {
68
+ return togglePhraseModifier(stream, state, "bold", /\*\*/, 2);
69
+ }
70
+ return togglePhraseModifier(stream, state, "strong", /\*/, 1);
71
+ }
72
+
73
+ if (ch === "[") {
74
+ if (stream.match(/\d+\]/)) state.footCite = true;
75
+ return tokenStyles(state);
76
+ }
77
+
78
+ if (ch === "(") {
79
+ var spec = stream.match(/^(r|tm|c)\)/);
80
+ if (spec)
81
+ return tokenStylesWith(state, TOKEN_STYLES.specialChar);
82
+ }
83
+
84
+ if (ch === "<" && stream.match(/(\w+)[^>]+>[^<]+<\/\1>/))
85
+ return tokenStylesWith(state, TOKEN_STYLES.html);
86
+
87
+ if (ch === "?" && stream.eat("?"))
88
+ return togglePhraseModifier(stream, state, "cite", /\?\?/, 2);
89
+
90
+ if (ch === "=" && stream.eat("="))
91
+ return togglePhraseModifier(stream, state, "notextile", /==/, 2);
92
+
93
+ if (ch === "-" && !stream.eat("-"))
94
+ return togglePhraseModifier(stream, state, "deletion", /-/, 1);
95
+
96
+ if (ch === "+")
97
+ return togglePhraseModifier(stream, state, "addition", /\+/, 1);
98
+
99
+ if (ch === "~")
100
+ return togglePhraseModifier(stream, state, "sub", /~/, 1);
101
+
102
+ if (ch === "^")
103
+ return togglePhraseModifier(stream, state, "sup", /\^/, 1);
104
+
105
+ if (ch === "%")
106
+ return togglePhraseModifier(stream, state, "span", /%/, 1);
107
+
108
+ if (ch === "@")
109
+ return togglePhraseModifier(stream, state, "code", /@/, 1);
110
+
111
+ if (ch === "!") {
112
+ var type = togglePhraseModifier(stream, state, "image", /(?:\([^\)]+\))?!/, 1);
113
+ stream.match(/^:\S+/); // optional Url portion
114
+ return type;
115
+ }
116
+ return tokenStyles(state);
117
+ }
118
+
119
+ function togglePhraseModifier(stream, state, phraseModifier, closeRE, openSize) {
120
+ var charBefore = stream.pos > openSize ? stream.string.charAt(stream.pos - openSize - 1) : null;
121
+ var charAfter = stream.peek();
122
+ if (state[phraseModifier]) {
123
+ if ((!charAfter || /\W/.test(charAfter)) && charBefore && /\S/.test(charBefore)) {
124
+ var type = tokenStyles(state);
125
+ state[phraseModifier] = false;
126
+ return type;
127
+ }
128
+ } else if ((!charBefore || /\W/.test(charBefore)) && charAfter && /\S/.test(charAfter) &&
129
+ stream.match(new RegExp("^.*\\S" + closeRE.source + "(?:\\W|$)"), false)) {
130
+ state[phraseModifier] = true;
131
+ state.mode = Modes.attributes;
132
+ }
133
+ return tokenStyles(state);
134
+ };
135
+
136
+ function tokenStyles(state) {
137
+ var disabled = textileDisabled(state);
138
+ if (disabled) return disabled;
139
+
140
+ var styles = [];
141
+ if (state.layoutType) styles.push(TOKEN_STYLES[state.layoutType]);
142
+
143
+ styles = styles.concat(activeStyles(
144
+ state, "addition", "bold", "cite", "code", "deletion", "em", "footCite",
145
+ "image", "italic", "link", "span", "strong", "sub", "sup", "table", "tableHeading"));
146
+
147
+ if (state.layoutType === "header")
148
+ styles.push(TOKEN_STYLES.header + "-" + state.header);
149
+
150
+ return styles.length ? styles.join(" ") : null;
151
+ }
152
+
153
+ function textileDisabled(state) {
154
+ var type = state.layoutType;
155
+
156
+ switch(type) {
157
+ case "notextile":
158
+ case "code":
159
+ case "pre":
160
+ return TOKEN_STYLES[type];
161
+ default:
162
+ if (state.notextile)
163
+ return TOKEN_STYLES.notextile + (type ? (" " + TOKEN_STYLES[type]) : "");
164
+ return null;
165
+ }
166
+ }
167
+
168
+ function tokenStylesWith(state, extraStyles) {
169
+ var disabled = textileDisabled(state);
170
+ if (disabled) return disabled;
171
+
172
+ var type = tokenStyles(state);
173
+ if (extraStyles)
174
+ return type ? (type + " " + extraStyles) : extraStyles;
175
+ else
176
+ return type;
177
+ }
178
+
179
+ function activeStyles(state) {
180
+ var styles = [];
181
+ for (var i = 1; i < arguments.length; ++i) {
182
+ if (state[arguments[i]])
183
+ styles.push(TOKEN_STYLES[arguments[i]]);
184
+ }
185
+ return styles;
186
+ }
187
+
188
+ function blankLine(state) {
189
+ var spanningLayout = state.spanningLayout, type = state.layoutType;
190
+
191
+ for (var key in state) if (state.hasOwnProperty(key))
192
+ delete state[key];
193
+
194
+ state.mode = Modes.newLayout;
195
+ if (spanningLayout) {
196
+ state.layoutType = type;
197
+ state.spanningLayout = true;
198
+ }
199
+ }
200
+
201
+ var REs = {
202
+ cache: {},
203
+ single: {
204
+ bc: "bc",
205
+ bq: "bq",
206
+ definitionList: /- .*?:=+/,
207
+ definitionListEnd: /.*=:\s*$/,
208
+ div: "div",
209
+ drawTable: /\|.*\|/,
210
+ foot: /fn\d+/,
211
+ header: /h[1-6]/,
212
+ html: /\s*<(?:\/)?(\w+)(?:[^>]+)?>(?:[^<]+<\/\1>)?/,
213
+ link: /[^"]+":\S/,
214
+ linkDefinition: /\[[^\s\]]+\]\S+/,
215
+ list: /(?:#+|\*+)/,
216
+ notextile: "notextile",
217
+ para: "p",
218
+ pre: "pre",
219
+ table: "table",
220
+ tableCellAttributes: /[\/\\]\d+/,
221
+ tableHeading: /\|_\./,
222
+ tableText: /[^"_\*\[\(\?\+~\^%@|-]+/,
223
+ text: /[^!"_=\*\[\(<\?\+~\^%@-]+/
224
+ },
225
+ attributes: {
226
+ align: /(?:<>|<|>|=)/,
227
+ selector: /\([^\(][^\)]+\)/,
228
+ lang: /\[[^\[\]]+\]/,
229
+ pad: /(?:\(+|\)+){1,2}/,
230
+ css: /\{[^\}]+\}/
231
+ },
232
+ createRe: function(name) {
233
+ switch (name) {
234
+ case "drawTable":
235
+ return REs.makeRe("^", REs.single.drawTable, "$");
236
+ case "html":
237
+ return REs.makeRe("^", REs.single.html, "(?:", REs.single.html, ")*", "$");
238
+ case "linkDefinition":
239
+ return REs.makeRe("^", REs.single.linkDefinition, "$");
240
+ case "listLayout":
241
+ return REs.makeRe("^", REs.single.list, RE("allAttributes"), "*\\s+");
242
+ case "tableCellAttributes":
243
+ return REs.makeRe("^", REs.choiceRe(REs.single.tableCellAttributes,
244
+ RE("allAttributes")), "+\\.");
245
+ case "type":
246
+ return REs.makeRe("^", RE("allTypes"));
247
+ case "typeLayout":
248
+ return REs.makeRe("^", RE("allTypes"), RE("allAttributes"),
249
+ "*\\.\\.?", "(\\s+|$)");
250
+ case "attributes":
251
+ return REs.makeRe("^", RE("allAttributes"), "+");
252
+
253
+ case "allTypes":
254
+ return REs.choiceRe(REs.single.div, REs.single.foot,
255
+ REs.single.header, REs.single.bc, REs.single.bq,
256
+ REs.single.notextile, REs.single.pre, REs.single.table,
257
+ REs.single.para);
258
+
259
+ case "allAttributes":
260
+ return REs.choiceRe(REs.attributes.selector, REs.attributes.css,
261
+ REs.attributes.lang, REs.attributes.align, REs.attributes.pad);
262
+
263
+ default:
264
+ return REs.makeRe("^", REs.single[name]);
265
+ }
266
+ },
267
+ makeRe: function() {
268
+ var pattern = "";
269
+ for (var i = 0; i < arguments.length; ++i) {
270
+ var arg = arguments[i];
271
+ pattern += (typeof arg === "string") ? arg : arg.source;
272
+ }
273
+ return new RegExp(pattern);
274
+ },
275
+ choiceRe: function() {
276
+ var parts = [arguments[0]];
277
+ for (var i = 1; i < arguments.length; ++i) {
278
+ parts[i * 2 - 1] = "|";
279
+ parts[i * 2] = arguments[i];
280
+ }
281
+
282
+ parts.unshift("(?:");
283
+ parts.push(")");
284
+ return REs.makeRe.apply(null, parts);
285
+ }
286
+ };
287
+
288
+ function RE(name) {
289
+ return (REs.cache[name] || (REs.cache[name] = REs.createRe(name)));
290
+ }
291
+
292
+ var Modes = {
293
+ newLayout: function(stream, state) {
294
+ if (stream.match(RE("typeLayout"), false)) {
295
+ state.spanningLayout = false;
296
+ return (state.mode = Modes.blockType)(stream, state);
297
+ }
298
+ var newMode;
299
+ if (!textileDisabled(state)) {
300
+ if (stream.match(RE("listLayout"), false))
301
+ newMode = Modes.list;
302
+ else if (stream.match(RE("drawTable"), false))
303
+ newMode = Modes.table;
304
+ else if (stream.match(RE("linkDefinition"), false))
305
+ newMode = Modes.linkDefinition;
306
+ else if (stream.match(RE("definitionList")))
307
+ newMode = Modes.definitionList;
308
+ else if (stream.match(RE("html"), false))
309
+ newMode = Modes.html;
310
+ }
311
+ return (state.mode = (newMode || Modes.text))(stream, state);
312
+ },
313
+
314
+ blockType: function(stream, state) {
315
+ var match, type;
316
+ state.layoutType = null;
317
+
318
+ if (match = stream.match(RE("type")))
319
+ type = match[0];
320
+ else
321
+ return (state.mode = Modes.text)(stream, state);
322
+
323
+ if (match = type.match(RE("header"))) {
324
+ state.layoutType = "header";
325
+ state.header = parseInt(match[0][1]);
326
+ } else if (type.match(RE("bq"))) {
327
+ state.layoutType = "quote";
328
+ } else if (type.match(RE("bc"))) {
329
+ state.layoutType = "code";
330
+ } else if (type.match(RE("foot"))) {
331
+ state.layoutType = "footnote";
332
+ } else if (type.match(RE("notextile"))) {
333
+ state.layoutType = "notextile";
334
+ } else if (type.match(RE("pre"))) {
335
+ state.layoutType = "pre";
336
+ } else if (type.match(RE("div"))) {
337
+ state.layoutType = "div";
338
+ } else if (type.match(RE("table"))) {
339
+ state.layoutType = "table";
340
+ }
341
+
342
+ state.mode = Modes.attributes;
343
+ return tokenStyles(state);
344
+ },
345
+
346
+ text: function(stream, state) {
347
+ if (stream.match(RE("text"))) return tokenStyles(state);
348
+
349
+ var ch = stream.next();
350
+ if (ch === '"')
351
+ return (state.mode = Modes.link)(stream, state);
352
+ return handlePhraseModifier(stream, state, ch);
353
+ },
354
+
355
+ attributes: function(stream, state) {
356
+ state.mode = Modes.layoutLength;
357
+
358
+ if (stream.match(RE("attributes")))
359
+ return tokenStylesWith(state, TOKEN_STYLES.attributes);
360
+ else
361
+ return tokenStyles(state);
362
+ },
363
+
364
+ layoutLength: function(stream, state) {
365
+ if (stream.eat(".") && stream.eat("."))
366
+ state.spanningLayout = true;
367
+
368
+ state.mode = Modes.text;
369
+ return tokenStyles(state);
370
+ },
371
+
372
+ list: function(stream, state) {
373
+ var match = stream.match(RE("list"));
374
+ state.listDepth = match[0].length;
375
+ var listMod = (state.listDepth - 1) % 3;
376
+ if (!listMod)
377
+ state.layoutType = "list1";
378
+ else if (listMod === 1)
379
+ state.layoutType = "list2";
380
+ else
381
+ state.layoutType = "list3";
382
+
383
+ state.mode = Modes.attributes;
384
+ return tokenStyles(state);
385
+ },
386
+
387
+ link: function(stream, state) {
388
+ state.mode = Modes.text;
389
+ if (stream.match(RE("link"))) {
390
+ stream.match(/\S+/);
391
+ return tokenStylesWith(state, TOKEN_STYLES.link);
392
+ }
393
+ return tokenStyles(state);
394
+ },
395
+
396
+ linkDefinition: function(stream, state) {
397
+ stream.skipToEnd();
398
+ return tokenStylesWith(state, TOKEN_STYLES.linkDefinition);
399
+ },
400
+
401
+ definitionList: function(stream, state) {
402
+ stream.match(RE("definitionList"));
403
+
404
+ state.layoutType = "definitionList";
405
+
406
+ if (stream.match(/\s*$/))
407
+ state.spanningLayout = true;
408
+ else
409
+ state.mode = Modes.attributes;
410
+
411
+ return tokenStyles(state);
412
+ },
413
+
414
+ html: function(stream, state) {
415
+ stream.skipToEnd();
416
+ return tokenStylesWith(state, TOKEN_STYLES.html);
417
+ },
418
+
419
+ table: function(stream, state) {
420
+ state.layoutType = "table";
421
+ return (state.mode = Modes.tableCell)(stream, state);
422
+ },
423
+
424
+ tableCell: function(stream, state) {
425
+ if (stream.match(RE("tableHeading")))
426
+ state.tableHeading = true;
427
+ else
428
+ stream.eat("|");
429
+
430
+ state.mode = Modes.tableCellAttributes;
431
+ return tokenStyles(state);
432
+ },
433
+
434
+ tableCellAttributes: function(stream, state) {
435
+ state.mode = Modes.tableText;
436
+
437
+ if (stream.match(RE("tableCellAttributes")))
438
+ return tokenStylesWith(state, TOKEN_STYLES.attributes);
439
+ else
440
+ return tokenStyles(state);
441
+ },
442
+
443
+ tableText: function(stream, state) {
444
+ if (stream.match(RE("tableText")))
445
+ return tokenStyles(state);
446
+
447
+ if (stream.peek() === "|") { // end of cell
448
+ state.mode = Modes.tableCell;
449
+ return tokenStyles(state);
450
+ }
451
+ return handlePhraseModifier(stream, state, stream.next());
452
+ }
453
+ };
454
+
455
+ CodeMirror.defineMode("textile", function() {
456
+ return {
457
+ startState: function() {
458
+ return { mode: Modes.newLayout };
459
+ },
460
+ token: function(stream, state) {
461
+ if (stream.sol()) startNewLine(stream, state);
462
+ return state.mode(stream, state);
463
+ },
464
+ blankLine: blankLine
465
+ };
466
+ });
467
+
468
+ CodeMirror.defineMIME("text/x-textile", "textile");
469
+ });