slippery 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +37 -20
  3. data/assets/LICENSE.md +21 -0
  4. data/assets/README.md +48 -0
  5. data/assets/highlight.js/CHANGES.md +693 -0
  6. data/assets/highlight.js/README.md +86 -37
  7. data/assets/highlight.js/README.ru.md +65 -24
  8. data/assets/highlight.js/highlight.pack.js +2 -1
  9. data/assets/highlight.js/styles/agate.css +108 -0
  10. data/assets/highlight.js/styles/androidstudio.css +66 -0
  11. data/assets/highlight.js/styles/arduino-light.css +88 -0
  12. data/assets/highlight.js/styles/arta.css +25 -93
  13. data/assets/highlight.js/styles/ascetic.css +20 -28
  14. data/assets/highlight.js/styles/atelier-cave-dark.css +83 -0
  15. data/assets/highlight.js/styles/atelier-cave-light.css +85 -0
  16. data/assets/highlight.js/styles/atelier-dune-dark.css +69 -0
  17. data/assets/highlight.js/styles/atelier-dune-light.css +69 -0
  18. data/assets/highlight.js/styles/atelier-estuary-dark.css +84 -0
  19. data/assets/highlight.js/styles/atelier-estuary-light.css +84 -0
  20. data/assets/highlight.js/styles/atelier-forest-dark.css +69 -0
  21. data/assets/highlight.js/styles/atelier-forest-light.css +69 -0
  22. data/assets/highlight.js/styles/atelier-heath-dark.css +69 -0
  23. data/assets/highlight.js/styles/atelier-heath-light.css +69 -0
  24. data/assets/highlight.js/styles/atelier-lakeside-dark.css +69 -0
  25. data/assets/highlight.js/styles/atelier-lakeside-light.css +69 -0
  26. data/assets/highlight.js/styles/atelier-plateau-dark.css +84 -0
  27. data/assets/highlight.js/styles/atelier-plateau-light.css +84 -0
  28. data/assets/highlight.js/styles/atelier-savanna-dark.css +84 -0
  29. data/assets/highlight.js/styles/atelier-savanna-light.css +84 -0
  30. data/assets/highlight.js/styles/atelier-seaside-dark.css +69 -0
  31. data/assets/highlight.js/styles/atelier-seaside-light.css +69 -0
  32. data/assets/highlight.js/styles/atelier-sulphurpool-dark.css +69 -0
  33. data/assets/highlight.js/styles/atelier-sulphurpool-light.css +69 -0
  34. data/assets/highlight.js/styles/atom-one-dark.css +96 -0
  35. data/assets/highlight.js/styles/atom-one-light.css +96 -0
  36. data/assets/highlight.js/styles/brown-paper.css +64 -0
  37. data/assets/highlight.js/styles/codepen-embed.css +22 -70
  38. data/assets/highlight.js/styles/color-brewer.css +20 -118
  39. data/assets/highlight.js/styles/darcula.css +77 -0
  40. data/assets/highlight.js/styles/dark.css +20 -62
  41. data/assets/highlight.js/styles/darkula.css +6 -0
  42. data/assets/highlight.js/styles/default.css +67 -121
  43. data/assets/highlight.js/styles/docco.css +22 -61
  44. data/assets/highlight.js/styles/dracula.css +76 -0
  45. data/assets/highlight.js/styles/far.css +26 -67
  46. data/assets/highlight.js/styles/foundation.css +22 -70
  47. data/assets/highlight.js/styles/github-gist.css +71 -0
  48. data/assets/highlight.js/styles/github.css +23 -51
  49. data/assets/highlight.js/styles/googlecode.css +29 -88
  50. data/assets/highlight.js/styles/grayscale.css +101 -0
  51. data/assets/highlight.js/styles/gruvbox-dark.css +108 -0
  52. data/assets/highlight.js/styles/gruvbox-light.css +108 -0
  53. data/assets/highlight.js/styles/hopscotch.css +83 -0
  54. data/assets/highlight.js/styles/hybrid.css +22 -91
  55. data/assets/highlight.js/styles/idea.css +24 -53
  56. data/assets/highlight.js/styles/ir-black.css +73 -0
  57. data/assets/highlight.js/styles/kimbie.dark.css +24 -46
  58. data/assets/highlight.js/styles/kimbie.light.css +24 -46
  59. data/assets/highlight.js/styles/magula.css +19 -71
  60. data/assets/highlight.js/styles/mono-blue.css +22 -33
  61. data/assets/highlight.js/styles/monokai-sublime.css +83 -0
  62. data/assets/highlight.js/styles/monokai.css +23 -80
  63. data/assets/highlight.js/styles/obsidian.css +26 -92
  64. data/assets/highlight.js/styles/ocean.css +74 -0
  65. data/assets/highlight.js/styles/paraiso-dark.css +72 -0
  66. data/assets/highlight.js/styles/paraiso-light.css +72 -0
  67. data/assets/highlight.js/styles/pojoaque.css +29 -54
  68. data/assets/highlight.js/styles/purebasic.css +96 -0
  69. data/assets/highlight.js/styles/qtcreator_dark.css +83 -0
  70. data/assets/highlight.js/styles/qtcreator_light.css +83 -0
  71. data/assets/highlight.js/styles/railscasts.css +32 -111
  72. data/assets/highlight.js/styles/rainbow.css +34 -58
  73. data/assets/highlight.js/styles/routeros.css +108 -0
  74. data/assets/highlight.js/styles/school-book.css +72 -0
  75. data/assets/highlight.js/styles/solarized-dark.css +84 -0
  76. data/assets/highlight.js/styles/solarized-light.css +84 -0
  77. data/assets/highlight.js/styles/sunburst.css +28 -91
  78. data/assets/highlight.js/styles/tomorrow-night-blue.css +23 -43
  79. data/assets/highlight.js/styles/tomorrow-night-bright.css +23 -43
  80. data/assets/highlight.js/styles/tomorrow-night-eighties.css +23 -43
  81. data/assets/highlight.js/styles/tomorrow-night.css +23 -43
  82. data/assets/highlight.js/styles/tomorrow.css +23 -43
  83. data/assets/highlight.js/styles/vs.css +33 -59
  84. data/assets/highlight.js/styles/vs2015.css +115 -0
  85. data/assets/highlight.js/styles/xcode.css +28 -94
  86. data/assets/highlight.js/styles/xt256.css +92 -0
  87. data/assets/highlight.js/styles/zenburn.css +26 -65
  88. data/assets/index.html +186 -0
  89. data/assets/pictures/cover.jpg +0 -0
  90. data/assets/pictures/logo.svg +3 -0
  91. data/assets/pictures/picture.jpg +0 -0
  92. data/assets/reveal.js/css/print/paper.css +193 -167
  93. data/assets/reveal.js/css/print/pdf.css +20 -53
  94. data/assets/reveal.js/css/reveal.css +953 -1663
  95. data/assets/reveal.js/css/reveal.min.css +3 -3
  96. data/assets/reveal.js/css/reveal.scss +1319 -0
  97. data/assets/reveal.js/css/theme/README.md +2 -4
  98. data/assets/reveal.js/css/theme/beige.css +183 -60
  99. data/assets/reveal.js/css/theme/black.css +267 -0
  100. data/assets/reveal.js/css/theme/blood.css +190 -80
  101. data/assets/reveal.js/css/theme/league.css +273 -0
  102. data/assets/reveal.js/css/theme/moon.css +174 -51
  103. data/assets/reveal.js/css/theme/night.css +171 -42
  104. data/assets/reveal.js/css/theme/serif.css +187 -58
  105. data/assets/reveal.js/css/theme/simple.css +179 -50
  106. data/assets/reveal.js/css/theme/sky.css +176 -47
  107. data/assets/reveal.js/css/theme/solarized.css +174 -51
  108. data/assets/reveal.js/css/theme/source/beige.scss +1 -12
  109. data/assets/reveal.js/css/theme/source/black.scss +49 -0
  110. data/assets/reveal.js/css/theme/source/blood.scss +3 -15
  111. data/assets/reveal.js/css/theme/source/{default.scss → league.scss} +5 -13
  112. data/assets/reveal.js/css/theme/source/moon.scss +1 -12
  113. data/assets/reveal.js/css/theme/source/serif.scss +1 -1
  114. data/assets/reveal.js/css/theme/source/sky.scss +1 -1
  115. data/assets/reveal.js/css/theme/source/solarized.scss +1 -12
  116. data/assets/reveal.js/css/theme/source/white.scss +49 -0
  117. data/assets/reveal.js/css/theme/template/settings.scss +13 -4
  118. data/assets/reveal.js/css/theme/template/theme.scss +193 -14
  119. data/assets/reveal.js/css/theme/white.css +267 -0
  120. data/assets/reveal.js/js/reveal.js +1572 -446
  121. data/assets/reveal.js/js/reveal.min.js +4 -4
  122. data/assets/reveal.js/lib/css/zenburn.css +74 -71
  123. data/assets/reveal.js/lib/font/league-gothic/league-gothic.css +10 -0
  124. data/assets/reveal.js/lib/font/league-gothic/league-gothic.eot +0 -0
  125. data/assets/reveal.js/lib/font/league-gothic/league-gothic.ttf +0 -0
  126. data/assets/reveal.js/lib/font/league-gothic/league-gothic.woff +0 -0
  127. data/assets/reveal.js/lib/font/source-sans-pro/LICENSE +45 -0
  128. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  129. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  130. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  131. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  132. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  133. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  134. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  135. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  136. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  137. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  138. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  139. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  140. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  141. data/assets/reveal.js/plugin/highlight/highlight.js +2 -4
  142. data/assets/reveal.js/plugin/leap/leap.js +4 -2
  143. data/assets/reveal.js/plugin/markdown/example.html +3 -3
  144. data/assets/reveal.js/plugin/markdown/markdown.js +10 -9
  145. data/assets/reveal.js/plugin/markdown/marked.js +2 -33
  146. data/assets/reveal.js/plugin/math/math.js +1 -1
  147. data/assets/reveal.js/plugin/notes/notes.html +321 -182
  148. data/assets/reveal.js/plugin/notes/notes.js +89 -45
  149. data/assets/reveal.js/plugin/notes-server/client.js +49 -46
  150. data/assets/reveal.js/plugin/notes-server/index.js +28 -21
  151. data/assets/reveal.js/plugin/notes-server/notes.html +351 -97
  152. data/assets/reveal.js/plugin/print-pdf/print-pdf.js +24 -20
  153. data/assets/reveal.js/plugin/zoom-js/zoom.js +78 -58
  154. data/assets/shower/shower.min.js +8 -0
  155. data/assets/shower/themes/material/LICENSE.md +21 -0
  156. data/assets/shower/themes/material/README.md +45 -0
  157. data/assets/shower/themes/material/fonts/COPYRIGHT.txt +1 -0
  158. data/assets/shower/themes/material/fonts/LICENSE.txt +202 -0
  159. data/assets/shower/themes/material/fonts/roboto-bold-italic.woff2 +0 -0
  160. data/assets/shower/themes/material/fonts/roboto-bold.woff2 +0 -0
  161. data/assets/shower/themes/material/fonts/roboto-italic.woff2 +0 -0
  162. data/assets/shower/themes/material/fonts/roboto-light.woff2 +0 -0
  163. data/assets/shower/themes/material/fonts/roboto-mono-regular.woff2 +0 -0
  164. data/assets/shower/themes/material/fonts/roboto-regular.woff2 +0 -0
  165. data/assets/shower/themes/material/index.html +488 -0
  166. data/assets/shower/themes/material/pictures/canvas.png +0 -0
  167. data/assets/shower/themes/material/pictures/exact.svg +3 -0
  168. data/assets/shower/themes/material/pictures/picture-1.svg +3 -0
  169. data/assets/shower/themes/material/pictures/picture-2.svg +3 -0
  170. data/assets/shower/themes/material/pictures/picture-3.svg +3 -0
  171. data/assets/shower/themes/material/pictures/square.svg +3 -0
  172. data/assets/shower/themes/material/pictures/tall.svg +3 -0
  173. data/assets/shower/themes/material/pictures/wide.svg +3 -0
  174. data/assets/shower/themes/material/styles/blocks/badge.css +65 -0
  175. data/assets/shower/themes/material/styles/blocks/caption.css +67 -0
  176. data/assets/shower/themes/material/styles/blocks/progress.css +37 -0
  177. data/assets/shower/themes/material/styles/blocks/region.css +29 -0
  178. data/assets/shower/themes/material/styles/fonts.css +64 -0
  179. data/assets/shower/themes/material/styles/shower/grid.svg +50 -0
  180. data/assets/shower/themes/material/styles/shower/shower-full.css +13 -0
  181. data/assets/shower/themes/material/styles/shower/shower-grid.css +13 -0
  182. data/assets/shower/themes/material/styles/shower/shower-list.css +30 -0
  183. data/assets/shower/themes/material/styles/shower/shower-print.css +11 -0
  184. data/assets/shower/themes/material/styles/shower/shower.css +39 -0
  185. data/assets/shower/themes/material/styles/slide/content/basic.css +23 -0
  186. data/assets/shower/themes/material/styles/slide/content/code.css +80 -0
  187. data/assets/shower/themes/material/styles/slide/content/footer.css +29 -0
  188. data/assets/shower/themes/material/styles/slide/content/inline.css +49 -0
  189. data/assets/shower/themes/material/styles/slide/content/lists.css +54 -0
  190. data/assets/shower/themes/material/styles/slide/content/quote.css +24 -0
  191. data/assets/shower/themes/material/styles/slide/content/table.css +53 -0
  192. data/assets/shower/themes/material/styles/slide/elements/columns.css +19 -0
  193. data/assets/shower/themes/material/styles/slide/elements/copyright.css +38 -0
  194. data/assets/shower/themes/material/styles/slide/elements/cover.css +25 -0
  195. data/assets/shower/themes/material/styles/slide/elements/next.css +9 -0
  196. data/assets/shower/themes/material/styles/slide/elements/place.css +63 -0
  197. data/assets/shower/themes/material/styles/slide/elements/shout.css +53 -0
  198. data/assets/shower/themes/material/styles/slide/modifiers/black.css +5 -0
  199. data/assets/shower/themes/material/styles/slide/modifiers/clear.css +11 -0
  200. data/assets/shower/themes/material/styles/slide/modifiers/white.css +5 -0
  201. data/assets/shower/themes/material/styles/slide/slide-full.css +16 -0
  202. data/assets/shower/themes/material/styles/slide/slide-list.css +68 -0
  203. data/assets/shower/themes/material/styles/slide/slide.css +56 -0
  204. data/assets/shower/themes/material/styles/styles.css +9 -0
  205. data/assets/shower/themes/ribbon/LICENSE.md +21 -0
  206. data/assets/shower/themes/ribbon/README.md +41 -0
  207. data/assets/shower/themes/ribbon/fonts/LICENSE.txt +44 -0
  208. data/assets/shower/themes/ribbon/fonts/pt-mono-regular.woff2 +0 -0
  209. data/assets/shower/themes/ribbon/fonts/pt-sans-bold-italic.woff2 +0 -0
  210. data/assets/shower/themes/ribbon/fonts/pt-sans-bold.woff2 +0 -0
  211. data/assets/shower/themes/ribbon/fonts/pt-sans-italic.woff2 +0 -0
  212. data/assets/shower/themes/ribbon/fonts/pt-sans-narrow-bold.woff2 +0 -0
  213. data/assets/shower/themes/ribbon/fonts/pt-sans-regular.woff2 +0 -0
  214. data/assets/shower/themes/ribbon/index.html +490 -0
  215. data/assets/shower/themes/ribbon/pictures/canvas.png +0 -0
  216. data/assets/shower/themes/ribbon/pictures/exact.svg +3 -0
  217. data/assets/shower/themes/ribbon/pictures/picture-1.svg +3 -0
  218. data/assets/shower/themes/ribbon/pictures/picture-2.svg +3 -0
  219. data/assets/shower/themes/ribbon/pictures/picture-3.svg +3 -0
  220. data/assets/shower/themes/ribbon/pictures/square.svg +3 -0
  221. data/assets/shower/themes/ribbon/pictures/tall.svg +3 -0
  222. data/assets/shower/themes/ribbon/pictures/wide.svg +3 -0
  223. data/assets/shower/themes/ribbon/styles/blocks/badge.css +63 -0
  224. data/assets/shower/themes/ribbon/styles/blocks/caption.css +63 -0
  225. data/assets/shower/themes/ribbon/styles/blocks/progress.css +46 -0
  226. data/assets/shower/themes/ribbon/styles/blocks/region.css +29 -0
  227. data/assets/shower/themes/ribbon/styles/fonts.css +64 -0
  228. data/assets/shower/themes/ribbon/styles/shower/grid.svg +40 -0
  229. data/assets/shower/themes/ribbon/styles/shower/shower-full.css +13 -0
  230. data/assets/shower/themes/ribbon/styles/shower/shower-grid.css +13 -0
  231. data/assets/shower/themes/ribbon/styles/shower/shower-list.css +30 -0
  232. data/assets/shower/themes/ribbon/styles/shower/shower-print.css +11 -0
  233. data/assets/shower/themes/ribbon/styles/shower/shower.css +32 -0
  234. data/assets/shower/themes/ribbon/styles/slide/content/basic.css +21 -0
  235. data/assets/shower/themes/ribbon/styles/slide/content/code.css +82 -0
  236. data/assets/shower/themes/ribbon/styles/slide/content/footer.css +29 -0
  237. data/assets/shower/themes/ribbon/styles/slide/content/inline.css +50 -0
  238. data/assets/shower/themes/ribbon/styles/slide/content/lists.css +55 -0
  239. data/assets/shower/themes/ribbon/styles/slide/content/quote.css +23 -0
  240. data/assets/shower/themes/ribbon/styles/slide/content/table.css +53 -0
  241. data/assets/shower/themes/ribbon/styles/slide/elements/columns.css +19 -0
  242. data/assets/shower/themes/ribbon/styles/slide/elements/copyright.css +38 -0
  243. data/assets/shower/themes/ribbon/styles/slide/elements/cover.css +25 -0
  244. data/assets/shower/themes/ribbon/styles/slide/elements/next.css +9 -0
  245. data/assets/shower/themes/ribbon/styles/slide/elements/place.css +63 -0
  246. data/assets/shower/themes/ribbon/styles/slide/elements/shout.css +54 -0
  247. data/assets/shower/themes/ribbon/styles/slide/modifiers/black.css +5 -0
  248. data/assets/shower/themes/ribbon/styles/slide/modifiers/clear.css +11 -0
  249. data/assets/shower/themes/ribbon/styles/slide/modifiers/white.css +5 -0
  250. data/assets/shower/themes/ribbon/styles/slide/ribbon.svg +1 -0
  251. data/assets/shower/themes/ribbon/styles/slide/slide-full.css +16 -0
  252. data/assets/shower/themes/ribbon/styles/slide/slide-list.css +68 -0
  253. data/assets/shower/themes/ribbon/styles/slide/slide.css +60 -0
  254. data/assets/shower/themes/ribbon/styles/styles.css +9 -0
  255. data/lib/slippery/presentation.rb +4 -0
  256. data/lib/slippery/processors/add_highlight.rb +3 -8
  257. data/lib/slippery/processors/reveal_js/add_reveal_js.rb +1 -1
  258. data/lib/slippery/processors/shower.rb +76 -0
  259. data/lib/slippery/rake_tasks.rb +8 -3
  260. data/lib/slippery/version.rb +1 -1
  261. data/lib/slippery.rb +1 -0
  262. data/slippery.gemspec +3 -3
  263. metadata +194 -56
  264. data/assets/highlight.js/highlight-0.8.default.min.css +0 -1
  265. data/assets/highlight.js/highlight-0.8.min.js +0 -1
  266. data/assets/highlight.js/styles/atelier-dune.dark.css +0 -95
  267. data/assets/highlight.js/styles/atelier-dune.light.css +0 -95
  268. data/assets/highlight.js/styles/atelier-forest.dark.css +0 -95
  269. data/assets/highlight.js/styles/atelier-forest.light.css +0 -95
  270. data/assets/highlight.js/styles/atelier-heath.dark.css +0 -95
  271. data/assets/highlight.js/styles/atelier-heath.light.css +0 -95
  272. data/assets/highlight.js/styles/atelier-lakeside.dark.css +0 -95
  273. data/assets/highlight.js/styles/atelier-lakeside.light.css +0 -95
  274. data/assets/highlight.js/styles/atelier-seaside.dark.css +0 -95
  275. data/assets/highlight.js/styles/atelier-seaside.light.css +0 -95
  276. data/assets/highlight.js/styles/brown_paper.css +0 -105
  277. data/assets/highlight.js/styles/ir_black.css +0 -110
  278. data/assets/highlight.js/styles/monokai_sublime.css +0 -148
  279. data/assets/highlight.js/styles/paraiso.dark.css +0 -95
  280. data/assets/highlight.js/styles/paraiso.light.css +0 -95
  281. data/assets/highlight.js/styles/school_book.css +0 -113
  282. data/assets/highlight.js/styles/solarized_dark.css +0 -109
  283. data/assets/highlight.js/styles/solarized_light.css +0 -109
  284. data/assets/reveal.js/css/theme/default.css +0 -148
  285. data/assets/reveal.js/lib/font/league_gothic-webfont.eot +0 -0
  286. data/assets/reveal.js/lib/font/league_gothic-webfont.svg +0 -230
  287. data/assets/reveal.js/lib/font/league_gothic-webfont.ttf +0 -0
  288. data/assets/reveal.js/lib/font/league_gothic-webfont.woff +0 -0
  289. data/assets/reveal.js/plugin/postmessage/example.html +0 -39
  290. data/assets/reveal.js/plugin/postmessage/postmessage.js +0 -42
  291. /data/assets/highlight.js/styles/{brown_papersq.png → brown-papersq.png} +0 -0
  292. /data/assets/highlight.js/styles/{school_book.png → school-book.png} +0 -0
  293. /data/assets/reveal.js/lib/font/{league_gothic_license → league-gothic/LICENSE} +0 -0
@@ -1,3 +1,692 @@
1
+ ## Version 9.12.0
2
+
3
+ New language:
4
+
5
+ - *MikroTik* RouterOS Scripting language by [Ivan Dementev][].
6
+
7
+ New style:
8
+
9
+ - *VisualStudio 2015 Dark* by [Nicolas LLOBERA][]
10
+
11
+ Improvements:
12
+
13
+ - *Crystal* updated with new keywords and syntaxes by [Tsuyusato Kitsune][].
14
+ - *Julia* updated to the modern definitions by [Alex Arslan][].
15
+ - *julia-repl* added by [Morten Piibeleht][].
16
+ - [Stanislav Belov][] wrote a new definition for *1C*, replacing the one that
17
+ has not been updated for more than 8 years. The new version supports syntax
18
+ for versions 7.7 and 8.
19
+ - [Nicolas LLOBERA][] improved C# definition fixing edge cases with function
20
+ titles detection and added highlighting of `[Attributes]`.
21
+ - [nnnik][] provided a few correctness fixes for *Autohotkey*.
22
+ - [Martin Clausen][] made annotation collections in *Clojure* to look
23
+ consistently with other kinds.
24
+ - [Alejandro Alonso][] updated *Swift* keywords.
25
+
26
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
27
+ [Alex Arslan]: https://github.com/ararslan
28
+ [Morten Piibeleht]: https://github.com/mortenpi
29
+ [Stanislav Belov]: https://github.com/4ppl
30
+ [Ivan Dementev]: https://github.com/DiVAN1x
31
+ [Nicolas LLOBERA]: https://github.com/Nicolas01
32
+ [nnnik]: https://github.com/nnnik
33
+ [Martin Clausen]: https://github.com/maacl
34
+ [Alejandro Alonso]: https://github.com/Azoy
35
+
36
+
37
+ ## Version 9.11.0
38
+
39
+ New languages:
40
+
41
+ - *Shell* by [Tsuyusato Kitsune][]
42
+ - *jboss-cli* by [Raphaël Parrëe][]
43
+
44
+ Improvements:
45
+
46
+ - [Joël Porquet] has [greatly improved the definition of *makefile*][5b3e0e6].
47
+ - *C++* class titles are now highlighted as in other languages with classes.
48
+ - [Jordi Petit][] added rarely used `or`, `and` and `not` keywords to *C++*.
49
+ - [Pieter Vantorre][] fixed highlighting of negative floating point values.
50
+
51
+
52
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
53
+ [Jordi Petit]: https://github.com/jordi-petit
54
+ [Raphaël Parrëe]: https://github.com/rparree
55
+ [Pieter Vantorre]: https://github.com/NuclearCookie
56
+ [5b3e0e6]: https://github.com/isagalaev/highlight.js/commit/5b3e0e68bfaae282faff6697d6a490567fa9d44b
57
+
58
+
59
+ ## Version 9.10.0
60
+
61
+ Apologies for missing the previous release cycle. Some thing just can't be
62
+ automated… Anyway, we're back!
63
+
64
+ New languages:
65
+
66
+ - *Hy* by [Sergey Sobko][]
67
+ - *Leaf* by [Hale Chan][]
68
+ - *N1QL* by [Andres Täht][] and [Rene Saarsoo][]
69
+
70
+ Improvements:
71
+
72
+ - *Rust* got updated with new keywords by [Kasper Andersen][] and then
73
+ significantly modernized even more by [Eduard-Mihai Burtescu][] (yes, @eddyb,
74
+ Rust core team member!)
75
+ - *Python* updated with f-literals by [Philipp A][].
76
+ - *YAML* updated with unquoted strings support.
77
+ - *Gauss* updated with new keywords by [Matt Evans][].
78
+ - *Lua* updated with new keywords by [Joe Blow][].
79
+ - *Kotlin* updated with new keywords by [Philipp Hauer][].
80
+ - *TypeScript* got highlighting of function params and updated keywords by
81
+ [Ike Ku][].
82
+ - *Scheme* now correctly handles \`-quoted lists thanks to [Guannan Wei].
83
+ - [Sam Wu][] fixed handling of `<<` in *C++* defines.
84
+
85
+ [Philipp A]: https://github.com/flying-sheep
86
+ [Philipp Hauer]: https://github.com/phauer
87
+ [Sergey Sobko]: https://github.com/profitware
88
+ [Hale Chan]: https://github.com/halechan
89
+ [Matt Evans]: https://github.com/matthewevans
90
+ [Joe Blow]: https://github.com/mossarelli
91
+ [Kasper Andersen]: https://github.com/kasma1990
92
+ [Eduard-Mihai Burtescu]: https://github.com/eddyb
93
+ [Andres Täht]: https://github.com/andrestaht
94
+ [Rene Saarsoo]: https://github.com/nene
95
+ [Philipp Hauer]: https://github.com/phauer
96
+ [Ike Ku]: https://github.com/dempfi
97
+ [Guannan Wei]: https://github.com/Kraks
98
+ [Sam Wu]: https://github.com/samsam2310
99
+
100
+
101
+ ## Version 9.9.0
102
+
103
+ New languages
104
+
105
+ - *LLVM* by [Michael Rodler][]
106
+
107
+ Improvements:
108
+
109
+ - *TypeScript* updated with annotations and param lists inside constructors, by
110
+ [Raphael Parree][].
111
+ - *CoffeeScript* updated with new keywords and fixed to recognize JavaScript
112
+ in \`\`\`, thanks to thanks to [Geoffrey Booth][].
113
+ - Compiler directives in *Delphi* are now correctly highlighted as "meta".
114
+
115
+ [Raphael Parree]: https://github.com/rparree
116
+ [Michael Rodler]: https://github.com/f0rki
117
+ [Geoffrey Booth]: https://github.com/GeoffreyBooth
118
+
119
+
120
+ ## Version 9.8.0 "New York"
121
+
122
+ This version is the second one that deserved a name. Because I'm in New York,
123
+ and the release isn't missing the deadline only because it's still Tuesday on
124
+ West Coast.
125
+
126
+ New languages:
127
+
128
+ - *Clean* by [Camil Staps][]
129
+ - *Flix* by [Magnus Madsen][]
130
+
131
+ Improvements:
132
+
133
+ - [Kenton Hamaluik][] did a comprehensive update for *Haxe*.
134
+ - New commands for *PowerShell* from [Nicolas Le Gall][].
135
+ - [Jan T. Sott][] updated *NSIS*.
136
+ - *Java* and *Swift* support unicode characters in identifiers thanks to
137
+ [Alexander Lichter][].
138
+
139
+ [Camil Staps]: https://github.com/camilstaps
140
+ [Magnus Madsen]: https://github.com/magnus-madsen
141
+ [Kenton Hamaluik]: https://github.com/FuzzyWuzzie
142
+ [Nicolas Le Gall]: https://github.com/darkitty
143
+ [Jan T. Sott]: https://github.com/idleberg
144
+ [Alexander Lichter]: https://github.com/manniL
145
+
146
+
147
+ ## Version 9.7.0
148
+
149
+ A comprehensive bugfix release. This is one of the best things about
150
+ highlight.js: even boring things keep getting better (even if slow).
151
+
152
+ - VHDL updated with PSL keywords and uses more consistent styling.
153
+ - Nested C-style comments no longer break highlighting in many languages.
154
+ - JavaScript updated with `=>` functions, highlighted object attributes and
155
+ parsing within template string substitution blocks (`${...}`).
156
+ - Fixed another corner case with self-closing `<tag/>` in JSX.
157
+ - Added `HEALTHCHECK` directive in Docker.
158
+ - Delphi updated with new Free Pascal keywords.
159
+ - Fixed digit separator parsing in C++.
160
+ - C# updated with new keywords and fixed to allow multiple identifiers within
161
+ generics `<...>`.
162
+ - Fixed another slow regex in Less.
163
+
164
+
165
+ ## Version 9.6.0
166
+
167
+ New languages:
168
+
169
+ - *ABNF* and *EBNF* by [Alex McKibben][]
170
+ - *Awk* by [Matthew Daly][]
171
+ - *SubUnit* by [Sergey Bronnikov][]
172
+
173
+ New styles:
174
+
175
+ - *Atom One* in both Dark and Light variants by [Daniel Gamage][]
176
+
177
+ Plus, a few smaller updates for *Lasso*, *Elixir*, *C++* and *SQL*.
178
+
179
+ [Alex McKibben]: https://github.com/mckibbenta
180
+ [Daniel Gamage]: https://github.com/danielgamage
181
+ [Matthew Daly]: https://github.com/matthewbdaly
182
+ [Sergey Bronnikov]: https://github.com/ligurio
183
+
184
+
185
+ ## Version 9.5.0
186
+
187
+ New languages:
188
+
189
+ - *Excel* by [Victor Zhou][]
190
+ - *Linden Scripting Language* by [Builder's Brewery][]
191
+ - *TAP* (Test Anything Protocol) by [Sergey Bronnikov][]
192
+ - *Pony* by [Joe Eli McIlvain][]
193
+ - *Coq* by [Stephan Boyer][]
194
+ - *dsconfig* and *LDIF* by [Jacob Childress][]
195
+
196
+ New styles:
197
+
198
+ - *Ocean Dark* by [Gavin Siu][]
199
+
200
+ Notable changes:
201
+
202
+ - [Minh Nguyễn][] added more built-ins to Objective C.
203
+ - [Jeremy Hull][] fixed corner cases in C++ preprocessor directives and Diff
204
+ comments.
205
+ - [Victor Zhou][] added support for digit separators in C++ numbers.
206
+
207
+ [Gavin Siu]: https://github.com/gavsiu
208
+ [Builder's Brewery]: https://github.com/buildersbrewery
209
+ [Victor Zhou]: https://github.com/OiCMudkips
210
+ [Sergey Bronnikov]: https://github.com/ligurio
211
+ [Joe Eli McIlvain]: https://github.com/jemc
212
+ [Stephan Boyer]: https://github.com/boyers
213
+ [Jacob Childress]: https://github.com/braveulysses
214
+ [Minh Nguyễn]: https://github.com/1ec5
215
+ [Jeremy Hull]: https://github.com/sourrust
216
+
217
+
218
+ ## Version 9.4.0
219
+
220
+ New languages:
221
+
222
+ - *PureBASIC* by [Tristano Ajmone][]
223
+ - *BNF* by [Oleg Efimov][]
224
+ - *Ada* by [Lars Schulna][]
225
+
226
+ New styles:
227
+
228
+ - *PureBASIC* by [Tristano Ajmone][]
229
+
230
+ Improvements to existing languages and styles:
231
+
232
+ - We now highlight function declarations in Go.
233
+ - [Taisuke Fujimoto][] contributed very convoluted rules for raw and
234
+ interpolated strings in C#.
235
+ - [Boone Severson][] updated Verilog to comply with IEEE 1800-2012
236
+ SystemVerilog.
237
+ - [Victor Zhou][] improved rules for comments and strings in PowerShell files.
238
+ - [Janis Voigtländer][] updated the definition of Elm to version 0.17 of the
239
+ languages. Elm is now featured on the front page of <https://highlightjs.org>.
240
+ - Special variable `$this` is highlighted as a keyword in PHP.
241
+ - `usize` and `isize` are now highlighted in Rust.
242
+ - Fixed labels and directives in x86 assembler.
243
+
244
+ [Tristano Ajmone]: https://github.com/tajmone
245
+ [Taisuke Fujimoto]: https://github.com/temp-impl
246
+ [Oleg Efimov]: https://github.com/Sannis
247
+ [Boone Severson]: https://github.com/BooneJS
248
+ [Victor Zhou]: https://github.com/OiCMudkips
249
+ [Lars Schulna]: https://github.com/captain-hanuta
250
+ [Janis Voigtländer]: https://github.com/jvoigtlaender
251
+
252
+
253
+ ## Version 9.3.0
254
+
255
+ New languages:
256
+
257
+ - *Tagger Script* by [Philipp Wolfer][]
258
+ - *MoonScript* by [Billy Quith][]
259
+
260
+ New styles:
261
+
262
+ - *xt256* by [Herbert Shin][]
263
+
264
+ Improvements to existing languages and styles:
265
+
266
+ - More robust handling of unquoted HTML tag attributes
267
+ - Relevance tuning for QML which was unnecessary eager at seizing other
268
+ languages' code
269
+ - Improve GAMS language parsing
270
+ - Fixed a bunch of bugs around selectors in Less
271
+ - Kotlin's got a new definition for annotations, updated keywords and other
272
+ minor improvements
273
+ - Added `move` to Rust keywords
274
+ - Markdown now recognizes \`\`\`-fenced code blocks
275
+ - Improved detection of function declarations in C++ and C#
276
+
277
+ [Philipp Wolfer]: https://github.com/phw
278
+ [Billy Quith]: https://github.com/billyquith
279
+ [Herbert Shin]: https://github.com/initbar
280
+
281
+
282
+ ## Version 9.2.0
283
+
284
+ New languages:
285
+
286
+ - *QML* by [John Foster][]
287
+ - *HTMLBars* by [Michael Johnston][]
288
+ - *CSP* by [Taras][]
289
+ - *Maxima* by [Robert Dodier][]
290
+
291
+ New styles:
292
+
293
+ - *Gruvbox* by [Qeole][]
294
+ - *Dracula* by [Denis Ciccale][]
295
+
296
+ Improvements to existing languages and styles:
297
+
298
+ - We now correctly handle JSX with arbitrary node tree depth.
299
+ - Argument list for `(lambda)` in Scheme is no longer highlighted as a function
300
+ call.
301
+ - Stylus syntax doesn't break on valid CSS.
302
+ - More correct handling of comments and strings and other improvements for
303
+ VimScript.
304
+ - More subtle work on the default style.
305
+ - We now use anonymous modules for AMD.
306
+ - `macro_rules!` is now recognized as a built-in in Rust.
307
+
308
+ [John Foster]: https://github.com/jf990
309
+ [Qeole]: https://github.com/Qeole
310
+ [Denis Ciccale]: https://github.com/dciccale
311
+ [Michael Johnston]: https://github.com/lastobelus
312
+ [Taras]: https://github.com/oxdef
313
+ [Robert Dodier]: https://github.com/robert-dodier
314
+
315
+
316
+ ## Version 9.1.0
317
+
318
+ New languages:
319
+
320
+ - *Stan* by [Brendan Rocks][]
321
+ - *BASIC* by [Raphaël Assénat][]
322
+ - *GAUSS* by [Matt Evans][]
323
+ - *DTS* by [Martin Braun][]
324
+ - *Arduino* by [Stefania Mellai][]
325
+
326
+ New Styles:
327
+
328
+ - *Arduino Light* by [Stefania Mellai][]
329
+
330
+ Improvements to existing languages and styles:
331
+
332
+ - Handle return type annotations in Python
333
+ - Allow shebang headers in Javascript
334
+ - Support strings in Rust meta
335
+ - Recognize `struct` as a class-level definition in Rust
336
+ - Recognize b-prefixed chars and strings in Rust
337
+ - Better numbers handling in Verilog
338
+
339
+ [Brendan Rocks]: http://brendanrocks.com
340
+ [Raphaël Assénat]: https://github.com/raphnet
341
+ [Matt Evans]: https://github.com/matthewevans
342
+ [Martin Braun]: https://github.com/mbr0wn
343
+ [Stefania Mellai]: https://github.com/smellai
344
+
345
+
346
+ ## Version 9.0.0
347
+
348
+ The new major version brings a reworked styling system. Highlight.js now defines
349
+ a limited set of highlightable classes giving a consistent result across all the
350
+ styles and languages. You can read a more detailed explanation and background in
351
+ the [tracking issue][#348] that started this long process back in May.
352
+
353
+ This change is backwards incompatible for those who uses highlight.js with a
354
+ custom stylesheet. The [new style guide][sg] explains how to write styles
355
+ in this new world.
356
+
357
+ Bundled themes have also suffered a significant amount of improvements and may
358
+ look different in places, but all the things now consistent and make more sense.
359
+ Among others, the Default style has got a refresh and will probably be tweaked
360
+ some more in next releases. Please do give your feedback in our
361
+ [issue tracker][issues].
362
+
363
+ New languages in this release:
364
+
365
+ - *Caché Object Script* by [Nikita Savchenko][]
366
+ - *YAML* by [Stefan Wienert][]
367
+ - *MIPS Assembler* by [Nebuleon Fumika][]
368
+ - *HSP* by [prince][]
369
+
370
+ Improvements to existing languages and styles:
371
+
372
+ - ECMAScript 6 modules import now do not require closing semicolon.
373
+ - ECMAScript 6 classes constructors now highlighted.
374
+ - Template string support for Typescript, as for ECMAScript 6.
375
+ - Scala case classes params highlight fixed.
376
+ - Built-in names introduced in Julia v0.4 added by [Kenta Sato][].
377
+ - Refreshed Default style.
378
+
379
+ Other notable changes:
380
+
381
+ - [Web workers support][webworkers] added bu [Jan Kühle][].
382
+ - We now have tests for compressed browser builds as well.
383
+ - The building tool chain has been switched to node.js 4.x. and is now
384
+ shamelessly uses ES6 features all over the place, courtesy of [Jeremy Hull][].
385
+ - License added to non-compressed browser build.
386
+
387
+ [Jan Kühle]: https://github.com/frigus02
388
+ [Stefan Wienert]: https://github.com/zealot128
389
+ [Kenta Sato]: https://github.com/bicycle1885
390
+ [Nikita Savchenko]: https://github.com/ZitRos
391
+ [webworkers]: https://github.com/isagalaev/highlight.js#web-workers
392
+ [Jeremy Hull]: https://github.com/sourrust
393
+ [#348]: https://github.com/isagalaev/highlight.js/issues/348
394
+ [sg]: http://highlightjs.readthedocs.org/en/latest/style-guide.html
395
+ [issues]: https://github.com/isagalaev/highlight.js/issues
396
+ [Nebuleon Fumika]: https://github.com/Nebuleon
397
+ [prince]: https://github.com/prince-0203
398
+
399
+
400
+ ## Version 8.9.1
401
+
402
+ Some last-minute changes reverted due to strange bug with minified browser build:
403
+
404
+ - Scala case classes params highlight fixed
405
+ - ECMAScript 6 modules import now do not require closing semicolon
406
+ - ECMAScript 6 classes constructors now highlighted
407
+ - Template string support for Typescript, as for ECMAScript 6
408
+ - License added to not minified browser build
409
+
410
+
411
+ ## Version 8.9.0
412
+
413
+ New languages:
414
+
415
+ - *crmsh* by [Kristoffer Gronlund][]
416
+ - *SQF* by [Soren Enevoldsen][]
417
+
418
+ [Kristoffer Gronlund]: https://github.com/krig
419
+ [Soren Enevoldsen]: https://github.com/senevoldsen90
420
+
421
+ Notable fixes and improvements to existing languages:
422
+
423
+ - Added `abstract` and `namespace` keywords to TypeScript by [Daniel Rosenwasser][]
424
+ - Added `label` support to Dockerfile by [Ladislav Prskavec][]
425
+ - Crystal highlighting improved by [Tsuyusato Kitsune][]
426
+ - Missing Swift keywords added by [Nate Cook][]
427
+ - Improve detection of C block comments
428
+ - ~~Scala case classes params highlight fixed~~
429
+ - ~~ECMAScript 6 modules import now do not require closing semicolon~~
430
+ - ~~ECMAScript 6 classes constructors now highlighted~~
431
+ - ~~Template string support for Typescript, as for ECMAScript 6~~
432
+
433
+ Other notable changes:
434
+
435
+ - ~~License added to not minified browser build~~
436
+
437
+ [Kristoffer Gronlund]: https://github.com/krig
438
+ [Søren Enevoldsen]: https://github.com/senevoldsen90
439
+ [Daniel Rosenwasser]: https://github.com/DanielRosenwasser
440
+ [Ladislav Prskavec]: https://github.com/abtris
441
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
442
+ [Nate Cook]: https://github.com/natecook1000
443
+
444
+
445
+ ## Version 8.8.0
446
+
447
+ New languages:
448
+
449
+ - *Golo* by [Philippe Charrière][]
450
+ - *GAMS* by [Stefan Bechert][]
451
+ - *IRPF90* by [Anthony Scemama][]
452
+ - *Access logs* by [Oleg Efimov][]
453
+ - *Crystal* by [Tsuyusato Kitsune][]
454
+
455
+ Notable fixes and improvements to existing languages:
456
+
457
+ - JavaScript highlighting no longer fails with ES6 default parameters
458
+ - Added keywords `async` and `await` to Python
459
+ - PHP heredoc support improved
460
+ - Allow preprocessor directives within C++ functions
461
+
462
+ Other notable changes:
463
+
464
+ - Change versions to X.Y.Z SemVer-compatible format
465
+ - Added ability to build all targets at once
466
+
467
+ [Philippe Charrière]: https://github.com/k33g
468
+ [Stefan Bechert]: https://github.com/b-pos465
469
+ [Anthony Scemama]: https://github.com/scemama
470
+ [Oleg Efimov]: https://github.com/Sannis
471
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
472
+
473
+
474
+ ## Version 8.7
475
+
476
+ New languages:
477
+
478
+ - *Zephir* by [Oleg Efimov][]
479
+ - *Elm* by [Janis Voigtländer][]
480
+ - *XQuery* by [Dirk Kirsten][]
481
+ - *Mojolicious* by [Dotan Dimet][]
482
+ - *AutoIt* by Manh Tuan from [J2TeaM][]
483
+ - *Toml* (ini extension) by [Guillaume Gomez][]
484
+
485
+ New styles:
486
+
487
+ - *Hopscotch* by [Jan T. Sott][]
488
+ - *Grayscale* by [MY Sun][]
489
+
490
+ Notable fixes and improvements to existing languages:
491
+
492
+ - Fix encoding of images when copied over in certain builds
493
+ - Fix incorrect highlighting of the word "bug" in comments
494
+ - Treat decorators different from matrix multiplication in Python
495
+ - Fix traits inheritance highlighting in Rust
496
+ - Fix incorrect document
497
+ - Oracle keywords added to SQL language definition by [Vadimtro][]
498
+ - Postgres keywords added to SQL language definition by [Benjamin Auder][]
499
+ - Fix registers in x86asm being highlighted as a hex number
500
+ - Fix highlighting for numbers with a leading decimal point
501
+ - Correctly highlight numbers and strings inside of C/C++ macros
502
+ - C/C++ functions now support pointer, reference, and move returns
503
+
504
+ [Oleg Efimov]: https://github.com/Sannis
505
+ [Guillaume Gomez]: https://github.com/GuillaumeGomez
506
+ [Janis Voigtländer]: https://github.com/jvoigtlaender
507
+ [Jan T. Sott]: https://github.com/idleberg
508
+ [Dirk Kirsten]: https://github.com/dirkk
509
+ [MY Sun]: https://github.com/simonmysun
510
+ [Vadimtro]: https://github.com/Vadimtro
511
+ [Benjamin Auder]: https://github.com/ghost
512
+ [Dotan Dimet]: https://github.com/dotandimet
513
+ [J2TeaM]: https://github.com/J2TeaM
514
+
515
+
516
+ ## Version 8.6
517
+
518
+ New languages:
519
+
520
+ - *C/AL* by [Kenneth Fuglsang][]
521
+ - *DNS zone file* by [Tim Schumacher][]
522
+ - *Ceylon* by [Lucas Werkmeister][]
523
+ - *OpenSCAD* by [Dan Panzarella][]
524
+ - *Inform7* by [Bruno Dias][]
525
+ - *armasm* by [Dan Panzarella][]
526
+ - *TP* by [Jay Strybis][]
527
+
528
+ New styles:
529
+
530
+ - *Atelier Cave*, *Atelier Estuary*,
531
+ *Atelier Plateau* and *Atelier Savanna* by [Bram de Haan][]
532
+ - *Github Gist* by [Louis Barranqueiro][]
533
+
534
+ Notable fixes and improvements to existing languages:
535
+
536
+ - Multi-line raw strings from C++11 are now supported
537
+ - Fix class names with dashes in HAML
538
+ - The `async` keyword from ES6/7 is now supported
539
+ - TypeScript functions handle type and parameter complexity better
540
+ - We unified phpdoc/javadoc/yardoc etc modes across all languages
541
+ - CSS .class selectors relevance was dropped to prevent wrong language detection
542
+ - Images is now included to CDN build
543
+ - Release process is now automated
544
+
545
+ [Bram de Haan]: https://github.com/atelierbram
546
+ [Kenneth Fuglsang]: https://github.com/kfuglsang
547
+ [Louis Barranqueiro]: https://github.com/LouisBarranqueiro
548
+ [Tim Schumacher]: https://github.com/enko
549
+ [Lucas Werkmeister]: https://github.com/lucaswerkmeister
550
+ [Dan Panzarella]: https://github.com/pzl
551
+ [Bruno Dias]: https://github.com/sequitur
552
+ [Jay Strybis]: https://github.com/unreal
553
+
554
+
555
+ ## Version 8.5
556
+
557
+ New languages:
558
+
559
+ - *pf.conf* by [Peter Piwowarski][]
560
+ - *Julia* by [Kenta Sato][]
561
+ - *Prolog* by [Raivo Laanemets][]
562
+ - *Docker* by [Alexis Hénaut][]
563
+ - *Fortran* by [Anthony Scemama][] and [Thomas Applencourt][]
564
+ - *Kotlin* by [Sergey Mashkov][]
565
+
566
+ New styles:
567
+
568
+ - *Agate* by [Taufik Nurrohman][]
569
+ - *Darcula* by [JetBrains][]
570
+ - *Atelier Sulphurpool* by [Bram de Haan][]
571
+ - *Android Studio* by [Pedro Oliveira][]
572
+
573
+ Notable fixes and improvements to existing languages:
574
+
575
+ - ES6 features in JavaScript are better supported now by [Gu Yiling][].
576
+ - Swift now recognizes body-less method definitions.
577
+ - Single expression functions `def foo, do: ... ` now work in Elixir.
578
+ - More uniform detection of built-in classes in Objective C.
579
+ - Fixes for number literals and processor directives in Rust.
580
+ - HTML `<script>` tag now allows any language, not just JavaScript.
581
+ - Multi-line comments are supported now in MatLab.
582
+
583
+ [Taufik Nurrohman]: https://github.com/tovic
584
+ [Jet Brains]: https://www.jetbrains.com/
585
+ [Peter Piwowarski]: https://github.com/oldlaptop
586
+ [Kenta Sato]: https://github.com/bicycle1885
587
+ [Bram de Haan]: https://github.com/atelierbram
588
+ [Raivo Laanemets]: https://github.com/rla
589
+ [Alexis Hénaut]: https://github.com/AlexisNo
590
+ [Anthony Scemama]: https://github.com/scemama
591
+ [Pedro Oliveira]: https://github.com/kanytu
592
+ [Gu Yiling]: https://github.com/Justineo
593
+ [Sergey Mashkov]: https://github.com/cy6erGn0m
594
+ [Thomas Applencourt]: https://github.com/TApplencourt
595
+
596
+
597
+ ## Version 8.4
598
+
599
+ We've got the new [demo page][]! The obvious new feature is the new look, but
600
+ apart from that it's got smarter: by presenting languages in groups it avoids
601
+ running 10000 highlighting attempts after first load which was slowing it down
602
+ and giving bad overall impression. It is now also being generated from test
603
+ code snippets so the authors of new languages don't have to update both tests
604
+ and the demo page with the same thing.
605
+
606
+ Other notable changes:
607
+
608
+ - The `template_comment` class is gone in favor of the more general `comment`.
609
+ - Number parsing unified and improved across languages.
610
+ - C++, Java and C# now use unified grammar to highlight titles in
611
+ function/method definitions.
612
+ - The browser build is now usable as an AMD module, there's no separate build
613
+ target for that anymore.
614
+ - OCaml has got a [comprehensive overhaul][ocaml] by [Mickaël Delahaye][].
615
+ - Clojure's data structures and literals are now highlighted outside of lists
616
+ and we can now highlight Clojure's REPL sessions.
617
+
618
+ New languages:
619
+
620
+ - *AspectJ* by [Hakan Özler][]
621
+ - *STEP Part 21* by [Adam Joseph Cook][]
622
+ - *SML* derived by [Edwin Dalorzo][] from OCaml definition
623
+ - *Mercury* by [mucaho][]
624
+ - *Smali* by [Dennis Titze][]
625
+ - *Verilog* by [Jon Evans][]
626
+ - *Stata* by [Brian Quistorff][]
627
+
628
+ [Hakan Özler]: https://github.com/ozlerhakan
629
+ [Adam Joseph Cook]: https://github.com/adamjcook
630
+ [demo page]: https://highlightjs.org/static/demo/
631
+ [Ivan Sagalaev]: https://github.com/isagalaev
632
+ [Edwin Dalorzo]: https://github.com/edalorzo
633
+ [mucaho]: https://github.com/mucaho
634
+ [Dennis Titze]: https://github.com/titze
635
+ [Jon Evans]: https://github.com/craftyjon
636
+ [Brian Quistorff]: https://github.com/bquistorff
637
+ [ocaml]: https://github.com/isagalaev/highlight.js/pull/608#issue-46190207
638
+ [Mickaël Delahaye]: https://github.com/polazarus
639
+
640
+
641
+ ## Version 8.3
642
+
643
+ We streamlined our tool chain, it is now based entirely on node.js instead of
644
+ being a mix of node.js, Python and Java. The build script options and arguments
645
+ remained the same, and we've noted all the changes in the [documentation][b].
646
+ Apart from reducing complexity, the new build script is also faster from not
647
+ having to start Java machine repeatedly. The credits for the work go to [Jeremy
648
+ Hull][].
649
+
650
+ Some notable fixes:
651
+
652
+ - PHP and JavaScript mixed in HTML now live happily with each other.
653
+ - JavaScript regexes now understand ES6 flags "u" and "y".
654
+ - `throw` keyword is no longer detected as a method name in Java.
655
+ - Fixed parsing of numbers and symbols in Clojure thanks to [input from Ivan
656
+ Kleshnin][ik].
657
+
658
+ New languages in this release:
659
+
660
+ - *Less* by [Max Mikhailov][]
661
+ - *Stylus* by [Bryant Williams][]
662
+ - *Tcl* by [Radek Liska][]
663
+ - *Puppet* by [Jose Molina Colmenero][]
664
+ - *Processing* by [Erik Paluka][]
665
+ - *Twig* templates by [Luke Holder][]
666
+ - *PowerShell* by [David Mohundro][], based on [the work of Nicholas Blumhardt][ps]
667
+ - *XL* by [Christophe de Dinechin][]
668
+ - *LiveScript* by [Taneli Vatanen][] and [Jen Evers-Corvina][]
669
+ - *ERB* (Ruby in HTML) by [Lucas Mazza][]
670
+ - *Roboconf* by [Vincent Zurczak][]
671
+
672
+ [b]: http://highlightjs.readthedocs.org/en/latest/building-testing.html
673
+ [Jeremy Hull]: https://github.com/sourrust
674
+ [ik]: https://twitter.com/IvanKleshnin/status/514041599484231680
675
+ [Max Mikhailov]: https://github.com/seven-phases-max
676
+ [Bryant Williams]: https://github.com/scien
677
+ [Radek Liska]: https://github.com/Nindaleth
678
+ [Jose Molina Colmenero]: https://github.com/Moliholy
679
+ [Erik Paluka]: https://github.com/paluka
680
+ [Luke Holder]: https://github.com/lukeholder
681
+ [David Mohundro]: https://github.com/drmohundro
682
+ [ps]: https://github.com/OctopusDeploy/Library/blob/master/app/shared/presentation/highlighting/powershell.js
683
+ [Christophe de Dinechin]: https://github.com/c3d
684
+ [Taneli Vatanen]: https://github.com/Daiz-
685
+ [Jen Evers-Corvina]: https://github.com/sevvie
686
+ [Lucas Mazza]: https://github.com/lucasmazza
687
+ [Vincent Zurczak]: https://github.com/vincent-zurczak
688
+
689
+
1
690
  ## Version 8.2
2
691
 
3
692
  We've finally got [real tests][test] and [continuous testing on Travis][ci]
@@ -44,6 +733,7 @@ Other improvements:
44
733
  [Erik Osheim]: https://github.com/non
45
734
  [Lucas Mazza]: https://github.com/lucasmazza
46
735
 
736
+
47
737
  ## Version 8.1
48
738
 
49
739
  New languages:
@@ -123,6 +813,7 @@ Other improvements:
123
813
  [Jeremy Hull]: https://github.com/sourrust
124
814
  [Matt Diephouse]: https://github.com/mdiep
125
815
 
816
+
126
817
  ## Version 8.0
127
818
 
128
819
  This new major release is quite a big overhaul bringing both new features and
@@ -202,6 +893,8 @@ Miscellaneous improvements:
202
893
  - Big overhaul of relevance counting for a number of languages. Please do report
203
894
  bugs about mis-detection of non-trivial code snippets!
204
895
 
896
+ [API reference]: http://highlightjs.readthedocs.org/en/latest/api.html
897
+
205
898
  [cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
206
899
  [api docs]: http://highlightjs.readthedocs.org/en/latest/api.html
207
900
  [variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion