NoteOnMe博客平台搭建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1860 lines
64 KiB

3 years ago
  1. ## Master
  2. New languages:
  3. New styles:
  4. Improvements:
  5. ## Version 9.15.6
  6. New languages:
  7. none.
  8. New styles:
  9. none.
  10. Improvements:
  11. - Move dependencies to be devDependencies.
  12. - Fixed security issues in dev dependencies.
  13. ## Version 9.15.5
  14. New languages:
  15. none.
  16. New styles:
  17. none.
  18. Improvements:
  19. 🔥 Hot fix: updated build tool.
  20. ## Version 9.15.4
  21. New languages:
  22. none.
  23. New styles:
  24. none.
  25. Improvements:
  26. 🔥 Hot fix: reverted hljs cli build tool, as it was causing issues with install.
  27. ## Version 9.15.3
  28. New languages:
  29. none.
  30. New styles:
  31. none.
  32. Improvements:
  33. 🔥 Hot fix: reverted hljs cli build tool, as it was causing issues with install.
  34. ## Version 9.15.2
  35. New languages:
  36. none.
  37. New styles:
  38. none.
  39. Improvements:
  40. 🔥 Hot fix that was preventing highlight.js from installing.
  41. ## Version 9.15.1
  42. New languages:
  43. none.
  44. New styles:
  45. none.
  46. Improvements:
  47. - Pony: Fixed keywords without spaces at line ends, highlighting of `iso` in class definitions, and function heads without bodies in traits and interfaces. Removed FUNCTION and CLASS modes until they are found to be needed and to provide some of the fixes.
  48. - Support external language files in minified version of highlight.js (#1888)
  49. ## Version 9.15
  50. New languages:
  51. none.
  52. New styles:
  53. none.
  54. Improvements:
  55. - new cli tool `hljs` - allows easier [building from command line](docs/building-testing.rst#building-a-bundle-from-the-command-line).
  56. - cpp: Fully support C++11 raw strings. (#1897)
  57. - Python: Treat False None and True as literals (#1920)
  58. ## Version 9.14.2
  59. New languages:
  60. none.
  61. New styles:
  62. none.
  63. Improvements:
  64. - *Gauss* fixed to stop global namespace pollution [Scott Hyndman][].
  65. - fix(Tcl): removed apostrophe string delimiters (don't exist)
  66. [Scott Hyndman]: https://github.com/shyndman
  67. ## Version 9.14.1
  68. New languages:
  69. none.
  70. New styles:
  71. none.
  72. Improvements:
  73. - Pony: language improvements (#1958)
  74. ## Version 9.14.0
  75. New languages:
  76. none.
  77. New styles:
  78. none.
  79. Improvements:
  80. - Pony: add missing "object" highlighting (#1932)
  81. - Added *XQuery* built-in functions, prolog declarations, as well as parsing of function bodies, computed and direct constructors, by [Duncan Paterson][]
  82. - fix(dart): Corrects highlighting with string interpolation. (#1946)
  83. - fix(swift): be eager on optional-using types (!/?) (#1919)
  84. - fix(tex): Changed cyrillic to unicode (IE11 throw SCRIPT5021) (#1601)
  85. - fix(JavaScript): Recognize get/set accessor keywords (#1940)
  86. - Fixed Dockerfile definition when using highlight continuation parameter, by [Laurent Voullemier][]
  87. - Added tests & new `annotation` and `verbatim` keywords to *Crystal*, by [Benoit de Chezelles][]
  88. - Added missing dockerfile markup tests, by [Laurent Voullemier][]
  89. Allow empty prompt text in clojure-repl, by [Egor Rogov][]
  90. - Fixed several issues with *Crystal* language definition, by [Johannes Müller][]
  91. - Added `C#` as an alias for *CSharp* language, by [Ahmed Atito][]
  92. - Added generic user-defined proc support, new compiler define, refactor to re-use rules, and add tests to *GAUSS*, by [Matthew Evans][]
  93. - Improve *Crystal* language to highlight regexes after some keywords, by [Tsuyusato Kitsune][]
  94. - Fix filterByQualifiers: fileInfo can be null
  95. - Fixed String interpolation in Dart, by [Scott Hyndman][].
  96. [Laurent Voullemier]: https://github.com/l-vo
  97. [Benoit de Chezelles]: https://github.com/bew
  98. [Johannes Müller]: https://github.com/straight-shoota
  99. [Ahmed Atito]: https://github.com/atitoa93
  100. [Matthew Evans]: https://github.com/matthewevans
  101. [Tsuyusato Kitsune]: https://github.com/MakeNowJust
  102. [Scott Hyndman]: https://github.com/shyndman
  103. [Duncan Paterson]: https://github.com/duncdrum
  104. ## Version 9.13.1
  105. Improvements:
  106. - *C#* function declarations no longer include trailing whitespace, by [JeremyTCD][]
  107. - Added new and missing keywords to *AngelScript*, by [Melissa Geels][]
  108. - *TypeScript* decorator factories highlighting fix, by [Antoine Boisier-Michaud][]
  109. - Added support for multiline strings to *Swift*, by [Alejandro Isaza][]
  110. - Fixed issue that was causing some minifiers to fail.
  111. - Fixed `autoDetection` to accept language aliases.
  112. [JeremyTCD]: https://github.com/JeremyTCD
  113. [Melissa Geels]: https://github.com/codecat
  114. [Antoine Boisier-Michaud]: https://github.com/Aboisier
  115. [Alejandro Isaza]: https://github.com/alejandro-isaza
  116. ## Version 9.13.0
  117. New languages:
  118. - *ArcGIS Arcade* by [John Foster][]
  119. - *AngelScript* by [Melissa Geels][]
  120. - *GML* by [meseta][]
  121. - *isbl* built-in language DIRECTUM and Conterra by [Dmitriy Tarasov][].
  122. - *PostgreSQL* SQL dialect and PL/pgSQL language by [Egor Rogov][].
  123. - *ReasonML* by [Gidi Meir Morris][]
  124. - *SAS* by [Mauricio Caceres Bravo][]
  125. - *Plaintext* by [Egor Rogov][]
  126. - *.properties* by [bostko][] and [Egor Rogov][]
  127. New styles:
  128. - *a11y-dark theme* by [Eric Bailey][]
  129. - *a11y-light theme* by [Eric Bailey][]
  130. - *An Old Hope* by [Gustavo Costa][]
  131. - *Atom One Dark Reasonable* by [Gidi Meir Morris][]
  132. - *isbl editor dark* by [Dmitriy Tarasov][]
  133. - *isbl editor light* by [Dmitriy Tarasov][]
  134. - *Lightfair* by [Tristian Kelly][]
  135. - [*Nord*][nord-highlightjs] by [Arctic Ice Studio][]
  136. - *[🦄 Shades of Purple](https://github.com/ahmadawais/Shades-of-Purple-HighlightJS)* by [Ahmad Awais][]
  137. Improvements:
  138. - New attribute `endSameAsBegin` for nested constructs with variable names
  139. by [Egor Rogov][].
  140. - *Python* highlighting of escaped quotes fixed by [Harmon][]
  141. - *PHP*: Added alias for php7, by [Vijaya Chandran Mani][]
  142. - *C++* string handling, by [David Benjamin][]
  143. - *Swift* Add `@objcMembers` to `@attributes`, by [Berk Çebi][]
  144. - Infrastructural changes by [Marcos Cáceres][]
  145. - Fixed metachars highighting for *NSIS* by [Jan T. Sott][]
  146. - *Yaml* highlight local tags as types by [Léo Lam][]
  147. - Improved highlighting for *Elixir* by [Piotr Kaminski][]
  148. - New attribute `disableAutodetect` for preventing autodetection by [Egor Rogov][]
  149. - *Matlab*: transpose operators and double quote strings, by [JohnC32][] and [Egor Rogov][]
  150. - Various documentation typos and improvemets by [Jimmy Wärting][], [Lutz Büch][], [bcleland][]
  151. - *Cmake* updated with new keywords and commands by [Deniz Bahadir][]
  152. [Ahmad Awais]: https://github.com/ahmadawais
  153. [Arctic Ice Studio]: https://github.com/arcticicestudio
  154. [Dmitriy Tarasov]: https://github.com/MedvedTMN
  155. [Egor Rogov]: https://github.com/egor-rogov
  156. [Eric Bailey]: https://github.com/ericwbailey
  157. [Gidi Meir Morris]: https://github.com/gmmorris
  158. [Gustavo Costa]: https://github.com/gusbemacbe
  159. [Harmon]: https://github.com/Harmon758
  160. [Melissa Geels]: https://github.com/codecat
  161. [meseta]: https://github.com/meseta
  162. [nord-highlightjs]: https://github.com/arcticicestudio/nord-highlightjs
  163. [Tristian Kelly]: https://github.com/TristianK3604
  164. [Vijaya Chandran Mani]: https://github.com/vijaycs85
  165. [John Foster]: https://github.com/jf990
  166. [David Benjamin]: https://github.com/davidben
  167. [Berk Çebi]: https://github.com/berkcebi
  168. [Mauricio Caceres Bravo]: https://github.com/mcaceresb
  169. [bostko]: https://github.com/bostko
  170. [Deniz Bahadir]: https://github.com/Bagira80
  171. [bcleland]: https://github.com/bcleland
  172. [JohnC32]: https://github.com/JohnC32
  173. [Lutz Büch]: https://github.com/lutz-100worte
  174. [Piotr Kaminski]: https://github.com/pkaminski
  175. [Léo Lam]: https://github.com/leoetlino
  176. [Jan T. Sott]: https://github.com/idleberg
  177. [Jimmy Wärting]: https://github.com/jimmywarting
  178. [Marcos Cáceres]: https://github.com/marcoscaceres
  179. ## Version 9.12.0
  180. New language:
  181. - *MikroTik* RouterOS Scripting language by [Ivan Dementev][].
  182. New style:
  183. - *VisualStudio 2015 Dark* by [Nicolas LLOBERA][]
  184. Improvements:
  185. - *Crystal* updated with new keywords and syntaxes by [Tsuyusato Kitsune][].
  186. - *Julia* updated to the modern definitions by [Alex Arslan][].
  187. - *julia-repl* added by [Morten Piibeleht][].
  188. - [Stanislav Belov][] wrote a new definition for *1C*, replacing the one that
  189. has not been updated for more than 8 years. The new version supports syntax
  190. for versions 7.7 and 8.
  191. - [Nicolas LLOBERA][] improved C# definition fixing edge cases with function
  192. titles detection and added highlighting of `[Attributes]`.
  193. - [nnnik][] provided a few correctness fixes for *Autohotkey*.
  194. - [Martin Clausen][] made annotation collections in *Clojure* to look
  195. consistently with other kinds.
  196. - [Alejandro Alonso][] updated *Swift* keywords.
  197. [Tsuyusato Kitsune]: https://github.com/MakeNowJust
  198. [Alex Arslan]: https://github.com/ararslan
  199. [Morten Piibeleht]: https://github.com/mortenpi
  200. [Stanislav Belov]: https://github.com/4ppl
  201. [Ivan Dementev]: https://github.com/DiVAN1x
  202. [Nicolas LLOBERA]: https://github.com/Nicolas01
  203. [nnnik]: https://github.com/nnnik
  204. [Martin Clausen]: https://github.com/maacl
  205. [Alejandro Alonso]: https://github.com/Azoy
  206. ## Version 9.11.0
  207. New languages:
  208. - *Shell* by [Tsuyusato Kitsune][]
  209. - *jboss-cli* by [Raphaël Parrëe][]
  210. Improvements:
  211. - [Joël Porquet] has [greatly improved the definition of *makefile*][5b3e0e6].
  212. - *C++* class titles are now highlighted as in other languages with classes.
  213. - [Jordi Petit][] added rarely used `or`, `and` and `not` keywords to *C++*.
  214. - [Pieter Vantorre][] fixed highlighting of negative floating point values.
  215. [Tsuyusato Kitsune]: https://github.com/MakeNowJust
  216. [Jordi Petit]: https://github.com/jordi-petit
  217. [Raphaël Parrëe]: https://github.com/rparree
  218. [Pieter Vantorre]: https://github.com/NuclearCookie
  219. [5b3e0e6]: https://github.com/isagalaev/highlight.js/commit/5b3e0e68bfaae282faff6697d6a490567fa9d44b
  220. ## Version 9.10.0
  221. Apologies for missing the previous release cycle. Some thing just can't be
  222. automated… Anyway, we're back!
  223. New languages:
  224. - *Hy* by [Sergey Sobko][]
  225. - *Leaf* by [Hale Chan][]
  226. - *N1QL* by [Andres Täht][] and [Rene Saarsoo][]
  227. Improvements:
  228. - *Rust* got updated with new keywords by [Kasper Andersen][] and then
  229. significantly modernized even more by [Eduard-Mihai Burtescu][] (yes, @eddyb,
  230. Rust core team member!)
  231. - *Python* updated with f-literals by [Philipp A][].
  232. - *YAML* updated with unquoted strings support.
  233. - *Gauss* updated with new keywords by [Matt Evans][].
  234. - *Lua* updated with new keywords by [Joe Blow][].
  235. - *Kotlin* updated with new keywords by [Philipp Hauer][].
  236. - *TypeScript* got highlighting of function params and updated keywords by
  237. [Ike Ku][].
  238. - *Scheme* now correctly handles \`-quoted lists thanks to [Guannan Wei].
  239. - [Sam Wu][] fixed handling of `<<` in *C++* defines.
  240. [Philipp A]: https://github.com/flying-sheep
  241. [Philipp Hauer]: https://github.com/phauer
  242. [Sergey Sobko]: https://github.com/profitware
  243. [Hale Chan]: https://github.com/halechan
  244. [Matt Evans]: https://github.com/matthewevans
  245. [Joe Blow]: https://github.com/mossarelli
  246. [Kasper Andersen]: https://github.com/kasma1990
  247. [Eduard-Mihai Burtescu]: https://github.com/eddyb
  248. [Andres Täht]: https://github.com/andrestaht
  249. [Rene Saarsoo]: https://github.com/nene
  250. [Philipp Hauer]: https://github.com/phauer
  251. [Ike Ku]: https://github.com/dempfi
  252. [Guannan Wei]: https://github.com/Kraks
  253. [Sam Wu]: https://github.com/samsam2310
  254. ## Version 9.9.0
  255. New languages
  256. - *LLVM* by [Michael Rodler][]
  257. Improvements:
  258. - *TypeScript* updated with annotations and param lists inside constructors, by
  259. [Raphael Parree][].
  260. - *CoffeeScript* updated with new keywords and fixed to recognize JavaScript
  261. in \`\`\`, thanks to thanks to [Geoffrey Booth][].
  262. - Compiler directives in *Delphi* are now correctly highlighted as "meta".
  263. [Raphael Parree]: https://github.com/rparree
  264. [Michael Rodler]: https://github.com/f0rki
  265. [Geoffrey Booth]: https://github.com/GeoffreyBooth
  266. ## Version 9.8.0 "New York"
  267. This version is the second one that deserved a name. Because I'm in New York,
  268. and the release isn't missing the deadline only because it's still Tuesday on
  269. West Coast.
  270. New languages:
  271. - *Clean* by [Camil Staps][]
  272. - *Flix* by [Magnus Madsen][]
  273. Improvements:
  274. - [Kenton Hamaluik][] did a comprehensive update for *Haxe*.
  275. - New commands for *PowerShell* from [Nicolas Le Gall][].
  276. - [Jan T. Sott][] updated *NSIS*.
  277. - *Java* and *Swift* support unicode characters in identifiers thanks to
  278. [Alexander Lichter][].
  279. [Camil Staps]: https://github.com/camilstaps
  280. [Magnus Madsen]: https://github.com/magnus-madsen
  281. [Kenton Hamaluik]: https://github.com/FuzzyWuzzie
  282. [Nicolas Le Gall]: https://github.com/darkitty
  283. [Jan T. Sott]: https://github.com/idleberg
  284. [Alexander Lichter]: https://github.com/manniL
  285. ## Version 9.7.0
  286. A comprehensive bugfix release. This is one of the best things about
  287. highlight.js: even boring things keep getting better (even if slow).
  288. - VHDL updated with PSL keywords and uses more consistent styling.
  289. - Nested C-style comments no longer break highlighting in many languages.
  290. - JavaScript updated with `=>` functions, highlighted object attributes and
  291. parsing within template string substitution blocks (`${...}`).
  292. - Fixed another corner case with self-closing `<tag/>` in JSX.
  293. - Added `HEALTHCHECK` directive in Docker.
  294. - Delphi updated with new Free Pascal keywords.
  295. - Fixed digit separator parsing in C++.
  296. - C# updated with new keywords and fixed to allow multiple identifiers within
  297. generics `<...>`.
  298. - Fixed another slow regex in Less.
  299. ## Version 9.6.0
  300. New languages:
  301. - *ABNF* and *EBNF* by [Alex McKibben][]
  302. - *Awk* by [Matthew Daly][]
  303. - *SubUnit* by [Sergey Bronnikov][]
  304. New styles:
  305. - *Atom One* in both Dark and Light variants by [Daniel Gamage][]
  306. Plus, a few smaller updates for *Lasso*, *Elixir*, *C++* and *SQL*.
  307. [Alex McKibben]: https://github.com/mckibbenta
  308. [Daniel Gamage]: https://github.com/danielgamage
  309. [Matthew Daly]: https://github.com/matthewbdaly
  310. [Sergey Bronnikov]: https://github.com/ligurio
  311. ## Version 9.5.0
  312. New languages:
  313. - *Excel* by [Victor Zhou][]
  314. - *Linden Scripting Language* by [Builder's Brewery][]
  315. - *TAP* (Test Anything Protocol) by [Sergey Bronnikov][]
  316. - *Pony* by [Joe Eli McIlvain][]
  317. - *Coq* by [Stephan Boyer][]
  318. - *dsconfig* and *LDIF* by [Jacob Childress][]
  319. New styles:
  320. - *Ocean Dark* by [Gavin Siu][]
  321. Notable changes:
  322. - [Minh Nguyễn][] added more built-ins to Objective C.
  323. - [Jeremy Hull][] fixed corner cases in C++ preprocessor directives and Diff
  324. comments.
  325. - [Victor Zhou][] added support for digit separators in C++ numbers.
  326. [Gavin Siu]: https://github.com/gavsiu
  327. [Builder's Brewery]: https://github.com/buildersbrewery
  328. [Victor Zhou]: https://github.com/OiCMudkips
  329. [Sergey Bronnikov]: https://github.com/ligurio
  330. [Joe Eli McIlvain]: https://github.com/jemc
  331. [Stephan Boyer]: https://github.com/boyers
  332. [Jacob Childress]: https://github.com/braveulysses
  333. [Minh Nguyễn]: https://github.com/1ec5
  334. [Jeremy Hull]: https://github.com/sourrust
  335. ## Version 9.4.0
  336. New languages:
  337. - *PureBASIC* by [Tristano Ajmone][]
  338. - *BNF* by [Oleg Efimov][]
  339. - *Ada* by [Lars Schulna][]
  340. New styles:
  341. - *PureBASIC* by [Tristano Ajmone][]
  342. Improvements to existing languages and styles:
  343. - We now highlight function declarations in Go.
  344. - [Taisuke Fujimoto][] contributed very convoluted rules for raw and
  345. interpolated strings in C#.
  346. - [Boone Severson][] updated Verilog to comply with IEEE 1800-2012
  347. SystemVerilog.
  348. - [Victor Zhou][] improved rules for comments and strings in PowerShell files.
  349. - [Janis Voigtländer][] updated the definition of Elm to version 0.17 of the
  350. languages. Elm is now featured on the front page of <https://highlightjs.org>.
  351. - Special variable `$this` is highlighted as a keyword in PHP.
  352. - `usize` and `isize` are now highlighted in Rust.
  353. - Fixed labels and directives in x86 assembler.
  354. [Tristano Ajmone]: https://github.com/tajmone
  355. [Taisuke Fujimoto]: https://github.com/temp-impl
  356. [Oleg Efimov]: https://github.com/Sannis
  357. [Boone Severson]: https://github.com/BooneJS
  358. [Victor Zhou]: https://github.com/OiCMudkips
  359. [Lars Schulna]: https://github.com/captain-hanuta
  360. [Janis Voigtländer]: https://github.com/jvoigtlaender
  361. ## Version 9.3.0
  362. New languages:
  363. - *Tagger Script* by [Philipp Wolfer][]
  364. - *MoonScript* by [Billy Quith][]
  365. New styles:
  366. - *xt256* by [Herbert Shin][]
  367. Improvements to existing languages and styles:
  368. - More robust handling of unquoted HTML tag attributes
  369. - Relevance tuning for QML which was unnecessary eager at seizing other
  370. languages' code
  371. - Improve GAMS language parsing
  372. - Fixed a bunch of bugs around selectors in Less
  373. - Kotlin's got a new definition for annotations, updated keywords and other
  374. minor improvements
  375. - Added `move` to Rust keywords
  376. - Markdown now recognizes \`\`\`-fenced code blocks
  377. - Improved detection of function declarations in C++ and C#
  378. [Philipp Wolfer]: https://github.com/phw
  379. [Billy Quith]: https://github.com/billyquith
  380. [Herbert Shin]: https://github.com/initbar
  381. ## Version 9.2.0
  382. New languages:
  383. - *QML* by [John Foster][]
  384. - *HTMLBars* by [Michael Johnston][]
  385. - *CSP* by [Taras][]
  386. - *Maxima* by [Robert Dodier][]
  387. New styles:
  388. - *Gruvbox* by [Qeole][]
  389. - *Dracula* by [Denis Ciccale][]
  390. Improvements to existing languages and styles:
  391. - We now correctly handle JSX with arbitrary node tree depth.
  392. - Argument list for `(lambda)` in Scheme is no longer highlighted as a function
  393. call.
  394. - Stylus syntax doesn't break on valid CSS.
  395. - More correct handling of comments and strings and other improvements for
  396. VimScript.
  397. - More subtle work on the default style.
  398. - We now use anonymous modules for AMD.
  399. - `macro_rules!` is now recognized as a built-in in Rust.
  400. [John Foster]: https://github.com/jf990
  401. [Qeole]: https://github.com/Qeole
  402. [Denis Ciccale]: https://github.com/dciccale
  403. [Michael Johnston]: https://github.com/lastobelus
  404. [Taras]: https://github.com/oxdef
  405. [Robert Dodier]: https://github.com/robert-dodier
  406. ## Version 9.1.0
  407. New languages:
  408. - *Stan* by [Brendan Rocks][]
  409. - *BASIC* by [Raphaël Assénat][]
  410. - *GAUSS* by [Matt Evans][]
  411. - *DTS* by [Martin Braun][]
  412. - *Arduino* by [Stefania Mellai][]
  413. New Styles:
  414. - *Arduino Light* by [Stefania Mellai][]
  415. Improvements to existing languages and styles:
  416. - Handle return type annotations in Python
  417. - Allow shebang headers in Javascript
  418. - Support strings in Rust meta
  419. - Recognize `struct` as a class-level definition in Rust
  420. - Recognize b-prefixed chars and strings in Rust
  421. - Better numbers handling in Verilog
  422. [Brendan Rocks]: http://brendanrocks.com
  423. [Raphaël Assénat]: https://github.com/raphnet
  424. [Matt Evans]: https://github.com/matthewevans
  425. [Martin Braun]: https://github.com/mbr0wn
  426. [Stefania Mellai]: https://github.com/smellai
  427. ## Version 9.0.0
  428. The new major version brings a reworked styling system. Highlight.js now defines
  429. a limited set of highlightable classes giving a consistent result across all the
  430. styles and languages. You can read a more detailed explanation and background in
  431. the [tracking issue][#348] that started this long process back in May.
  432. This change is backwards incompatible for those who uses highlight.js with a
  433. custom stylesheet. The [new style guide][sg] explains how to write styles
  434. in this new world.
  435. Bundled themes have also suffered a significant amount of improvements and may
  436. look different in places, but all the things now consistent and make more sense.
  437. Among others, the Default style has got a refresh and will probably be tweaked
  438. some more in next releases. Please do give your feedback in our
  439. [issue tracker][issues].
  440. New languages in this release:
  441. - *Caché Object Script* by [Nikita Savchenko][]
  442. - *YAML* by [Stefan Wienert][]
  443. - *MIPS Assembler* by [Nebuleon Fumika][]
  444. - *HSP* by [prince][]
  445. Improvements to existing languages and styles:
  446. - ECMAScript 6 modules import now do not require closing semicolon.
  447. - ECMAScript 6 classes constructors now highlighted.
  448. - Template string support for Typescript, as for ECMAScript 6.
  449. - Scala case classes params highlight fixed.
  450. - Built-in names introduced in Julia v0.4 added by [Kenta Sato][].
  451. - Refreshed Default style.
  452. Other notable changes:
  453. - [Web workers support][webworkers] added bu [Jan Kühle][].
  454. - We now have tests for compressed browser builds as well.
  455. - The building tool chain has been switched to node.js 4.x. and is now
  456. shamelessly uses ES6 features all over the place, courtesy of [Jeremy Hull][].
  457. - License added to non-compressed browser build.
  458. [Jan Kühle]: https://github.com/frigus02
  459. [Stefan Wienert]: https://github.com/zealot128
  460. [Kenta Sato]: https://github.com/bicycle1885
  461. [Nikita Savchenko]: https://github.com/ZitRos
  462. [webworkers]: https://github.com/isagalaev/highlight.js#web-workers
  463. [Jeremy Hull]: https://github.com/sourrust
  464. [#348]: https://github.com/isagalaev/highlight.js/issues/348
  465. [sg]: http://highlightjs.readthedocs.org/en/latest/style-guide.html
  466. [issues]: https://github.com/isagalaev/highlight.js/issues
  467. [Nebuleon Fumika]: https://github.com/Nebuleon
  468. [prince]: https://github.com/prince-0203
  469. ## Version 8.9.1
  470. Some last-minute changes reverted due to strange bug with minified browser build:
  471. - Scala case classes params highlight fixed
  472. - ECMAScript 6 modules import now do not require closing semicolon
  473. - ECMAScript 6 classes constructors now highlighted
  474. - Template string support for Typescript, as for ECMAScript 6
  475. - License added to not minified browser build
  476. ## Version 8.9.0
  477. New languages:
  478. - *crmsh* by [Kristoffer Gronlund][]
  479. - *SQF* by [Soren Enevoldsen][]
  480. [Kristoffer Gronlund]: https://github.com/krig
  481. [Soren Enevoldsen]: https://github.com/senevoldsen90
  482. Notable fixes and improvements to existing languages:
  483. - Added `abstract` and `namespace` keywords to TypeScript by [Daniel Rosenwasser][]
  484. - Added `label` support to Dockerfile by [Ladislav Prskavec][]
  485. - Crystal highlighting improved by [Tsuyusato Kitsune][]
  486. - Missing Swift keywords added by [Nate Cook][]
  487. - Improve detection of C block comments
  488. - ~~Scala case classes params highlight fixed~~
  489. - ~~ECMAScript 6 modules import now do not require closing semicolon~~
  490. - ~~ECMAScript 6 classes constructors now highlighted~~
  491. - ~~Template string support for Typescript, as for ECMAScript 6~~
  492. Other notable changes:
  493. - ~~License added to not minified browser build~~
  494. [Kristoffer Gronlund]: https://github.com/krig
  495. [Søren Enevoldsen]: https://github.com/senevoldsen90
  496. [Daniel Rosenwasser]: https://github.com/DanielRosenwasser
  497. [Ladislav Prskavec]: https://github.com/abtris
  498. [Tsuyusato Kitsune]: https://github.com/MakeNowJust
  499. [Nate Cook]: https://github.com/natecook1000
  500. ## Version 8.8.0
  501. New languages:
  502. - *Golo* by [Philippe Charrière][]
  503. - *GAMS* by [Stefan Bechert][]
  504. - *IRPF90* by [Anthony Scemama][]
  505. - *Access logs* by [Oleg Efimov][]
  506. - *Crystal* by [Tsuyusato Kitsune][]
  507. Notable fixes and improvements to existing languages:
  508. - JavaScript highlighting no longer fails with ES6 default parameters
  509. - Added keywords `async` and `await` to Python
  510. - PHP heredoc support improved
  511. - Allow preprocessor directives within C++ functions
  512. Other notable changes:
  513. - Change versions to X.Y.Z SemVer-compatible format
  514. - Added ability to build all targets at once
  515. [Philippe Charrière]: https://github.com/k33g
  516. [Stefan Bechert]: https://github.com/b-pos465
  517. [Anthony Scemama]: https://github.com/scemama
  518. [Oleg Efimov]: https://github.com/Sannis
  519. [Tsuyusato Kitsune]: https://github.com/MakeNowJust
  520. ## Version 8.7
  521. New languages:
  522. - *Zephir* by [Oleg Efimov][]
  523. - *Elm* by [Janis Voigtländer][]
  524. - *XQuery* by [Dirk Kirsten][]
  525. - *Mojolicious* by [Dotan Dimet][]
  526. - *AutoIt* by Manh Tuan from [J2TeaM][]
  527. - *Toml* (ini extension) by [Guillaume Gomez][]
  528. New styles:
  529. - *Hopscotch* by [Jan T. Sott][]
  530. - *Grayscale* by [MY Sun][]
  531. Notable fixes and improvements to existing languages:
  532. - Fix encoding of images when copied over in certain builds
  533. - Fix incorrect highlighting of the word "bug" in comments
  534. - Treat decorators different from matrix multiplication in Python
  535. - Fix traits inheritance highlighting in Rust
  536. - Fix incorrect document
  537. - Oracle keywords added to SQL language definition by [Vadimtro][]
  538. - Postgres keywords added to SQL language definition by [Benjamin Auder][]
  539. - Fix registers in x86asm being highlighted as a hex number
  540. - Fix highlighting for numbers with a leading decimal point
  541. - Correctly highlight numbers and strings inside of C/C++ macros
  542. - C/C++ functions now support pointer, reference, and move returns
  543. [Oleg Efimov]: https://github.com/Sannis
  544. [Guillaume Gomez]: https://github.com/GuillaumeGomez
  545. [Janis Voigtländer]: https://github.com/jvoigtlaender
  546. [Jan T. Sott]: https://github.com/idleberg
  547. [Dirk Kirsten]: https://github.com/dirkk
  548. [MY Sun]: https://github.com/simonmysun
  549. [Vadimtro]: https://github.com/Vadimtro
  550. [Benjamin Auder]: https://github.com/ghost
  551. [Dotan Dimet]: https://github.com/dotandimet
  552. [J2TeaM]: https://github.com/J2TeaM
  553. ## Version 8.6
  554. New languages:
  555. - *C/AL* by [Kenneth Fuglsang][]
  556. - *DNS zone file* by [Tim Schumacher][]
  557. - *Ceylon* by [Lucas Werkmeister][]
  558. - *OpenSCAD* by [Dan Panzarella][]
  559. - *Inform7* by [Bruno Dias][]
  560. - *armasm* by [Dan Panzarella][]
  561. - *TP* by [Jay Strybis][]
  562. New styles:
  563. - *Atelier Cave*, *Atelier Estuary*,
  564. *Atelier Plateau* and *Atelier Savanna* by [Bram de Haan][]
  565. - *Github Gist* by [Louis Barranqueiro][]
  566. Notable fixes and improvements to existing languages:
  567. - Multi-line raw strings from C++11 are now supported
  568. - Fix class names with dashes in HAML
  569. - The `async` keyword from ES6/7 is now supported
  570. - TypeScript functions handle type and parameter complexity better
  571. - We unified phpdoc/javadoc/yardoc etc modes across all languages
  572. - CSS .class selectors relevance was dropped to prevent wrong language detection
  573. - Images is now included to CDN build
  574. - Release process is now automated
  575. [Bram de Haan]: https://github.com/atelierbram
  576. [Kenneth Fuglsang]: https://github.com/kfuglsang
  577. [Louis Barranqueiro]: https://github.com/LouisBarranqueiro
  578. [Tim Schumacher]: https://github.com/enko
  579. [Lucas Werkmeister]: https://github.com/lucaswerkmeister
  580. [Dan Panzarella]: https://github.com/pzl
  581. [Bruno Dias]: https://github.com/sequitur
  582. [Jay Strybis]: https://github.com/unreal
  583. ## Version 8.5
  584. New languages:
  585. - *pf.conf* by [Peter Piwowarski][]
  586. - *Julia* by [Kenta Sato][]
  587. - *Prolog* by [Raivo Laanemets][]
  588. - *Docker* by [Alexis Hénaut][]
  589. - *Fortran* by [Anthony Scemama][] and [Thomas Applencourt][]
  590. - *Kotlin* by [Sergey Mashkov][]
  591. New styles:
  592. - *Agate* by [Taufik Nurrohman][]
  593. - *Darcula* by [JetBrains][]
  594. - *Atelier Sulphurpool* by [Bram de Haan][]
  595. - *Android Studio* by [Pedro Oliveira][]
  596. Notable fixes and improvements to existing languages:
  597. - ES6 features in JavaScript are better supported now by [Gu Yiling][].
  598. - Swift now recognizes body-less method definitions.
  599. - Single expression functions `def foo, do: ... ` now work in Elixir.
  600. - More uniform detection of built-in classes in Objective C.
  601. - Fixes for number literals and processor directives in Rust.
  602. - HTML `<script>` tag now allows any language, not just JavaScript.
  603. - Multi-line comments are supported now in MatLab.
  604. [Taufik Nurrohman]: https://github.com/tovic
  605. [Jet Brains]: https://www.jetbrains.com/
  606. [Peter Piwowarski]: https://github.com/oldlaptop
  607. [Kenta Sato]: https://github.com/bicycle1885
  608. [Bram de Haan]: https://github.com/atelierbram
  609. [Raivo Laanemets]: https://github.com/rla
  610. [Alexis Hénaut]: https://github.com/AlexisNo
  611. [Anthony Scemama]: https://github.com/scemama
  612. [Pedro Oliveira]: https://github.com/kanytu
  613. [Gu Yiling]: https://github.com/Justineo
  614. [Sergey Mashkov]: https://github.com/cy6erGn0m
  615. [Thomas Applencourt]: https://github.com/TApplencourt
  616. ## Version 8.4
  617. We've got the new [demo page][]! The obvious new feature is the new look, but
  618. apart from that it's got smarter: by presenting languages in groups it avoids
  619. running 10000 highlighting attempts after first load which was slowing it down
  620. and giving bad overall impression. It is now also being generated from test
  621. code snippets so the authors of new languages don't have to update both tests
  622. and the demo page with the same thing.
  623. Other notable changes:
  624. - The `template_comment` class is gone in favor of the more general `comment`.
  625. - Number parsing unified and improved across languages.
  626. - C++, Java and C# now use unified grammar to highlight titles in
  627. function/method definitions.
  628. - The browser build is now usable as an AMD module, there's no separate build
  629. target for that anymore.
  630. - OCaml has got a [comprehensive overhaul][ocaml] by [Mickaël Delahaye][].
  631. - Clojure's data structures and literals are now highlighted outside of lists
  632. and we can now highlight Clojure's REPL sessions.
  633. New languages:
  634. - *AspectJ* by [Hakan Özler][]
  635. - *STEP Part 21* by [Adam Joseph Cook][]
  636. - *SML* derived by [Edwin Dalorzo][] from OCaml definition
  637. - *Mercury* by [mucaho][]
  638. - *Smali* by [Dennis Titze][]
  639. - *Verilog* by [Jon Evans][]
  640. - *Stata* by [Brian Quistorff][]
  641. [Hakan Özler]: https://github.com/ozlerhakan
  642. [Adam Joseph Cook]: https://github.com/adamjcook
  643. [demo page]: https://highlightjs.org/static/demo/
  644. [Ivan Sagalaev]: https://github.com/isagalaev
  645. [Edwin Dalorzo]: https://github.com/edalorzo
  646. [mucaho]: https://github.com/mucaho
  647. [Dennis Titze]: https://github.com/titze
  648. [Jon Evans]: https://github.com/craftyjon
  649. [Brian Quistorff]: https://github.com/bquistorff
  650. [ocaml]: https://github.com/isagalaev/highlight.js/pull/608#issue-46190207
  651. [Mickaël Delahaye]: https://github.com/polazarus
  652. ## Version 8.3
  653. We streamlined our tool chain, it is now based entirely on node.js instead of
  654. being a mix of node.js, Python and Java. The build script options and arguments
  655. remained the same, and we've noted all the changes in the [documentation][b].
  656. Apart from reducing complexity, the new build script is also faster from not
  657. having to start Java machine repeatedly. The credits for the work go to [Jeremy
  658. Hull][].
  659. Some notable fixes:
  660. - PHP and JavaScript mixed in HTML now live happily with each other.
  661. - JavaScript regexes now understand ES6 flags "u" and "y".
  662. - `throw` keyword is no longer detected as a method name in Java.
  663. - Fixed parsing of numbers and symbols in Clojure thanks to [input from Ivan
  664. Kleshnin][ik].
  665. New languages in this release:
  666. - *Less* by [Max Mikhailov][]
  667. - *Stylus* by [Bryant Williams][]
  668. - *Tcl* by [Radek Liska][]
  669. - *Puppet* by [Jose Molina Colmenero][]
  670. - *Processing* by [Erik Paluka][]
  671. - *Twig* templates by [Luke Holder][]
  672. - *PowerShell* by [David Mohundro][], based on [the work of Nicholas Blumhardt][ps]
  673. - *XL* by [Christophe de Dinechin][]
  674. - *LiveScript* by [Taneli Vatanen][] and [Jen Evers-Corvina][]
  675. - *ERB* (Ruby in HTML) by [Lucas Mazza][]
  676. - *Roboconf* by [Vincent Zurczak][]
  677. [b]: http://highlightjs.readthedocs.org/en/latest/building-testing.html
  678. [Jeremy Hull]: https://github.com/sourrust
  679. [ik]: https://twitter.com/IvanKleshnin/status/514041599484231680
  680. [Max Mikhailov]: https://github.com/seven-phases-max
  681. [Bryant Williams]: https://github.com/scien
  682. [Radek Liska]: https://github.com/Nindaleth
  683. [Jose Molina Colmenero]: https://github.com/Moliholy
  684. [Erik Paluka]: https://github.com/paluka
  685. [Luke Holder]: https://github.com/lukeholder
  686. [David Mohundro]: https://github.com/drmohundro
  687. [ps]: https://github.com/OctopusDeploy/Library/blob/master/app/shared/presentation/highlighting/powershell.js
  688. [Christophe de Dinechin]: https://github.com/c3d
  689. [Taneli Vatanen]: https://github.com/Daiz-
  690. [Jen Evers-Corvina]: https://github.com/sevvie
  691. [Lucas Mazza]: https://github.com/lucasmazza
  692. [Vincent Zurczak]: https://github.com/vincent-zurczak
  693. ## Version 8.2
  694. We've finally got [real tests][test] and [continuous testing on Travis][ci]
  695. thanks to [Jeremy Hull][] and [Chris Eidhof][]. The tests designed to cover
  696. everything: language detection, correct parsing of individual language features
  697. and various special cases. This is a very important change that gives us
  698. confidence in extending language definitions and refactoring library core.
  699. We're going to redesign the old [demo/test suite][demo] into an interactive
  700. demo web app. If you're confident front-end developer or designer and want to
  701. help us with it, drop a comment into [the issue][#542] on GitHub.
  702. [test]: https://github.com/isagalaev/highlight.js/tree/master/test
  703. [demo]: https://highlightjs.org/static/test.html
  704. [#542]: https://github.com/isagalaev/highlight.js/issues/542
  705. [ci]: https://travis-ci.org/isagalaev/highlight.js
  706. [Jeremy Hull]: https://github.com/sourrust
  707. [Chris Eidhof]: https://github.com/chriseidhof
  708. As usually there's a handful of new languages in this release:
  709. - *Groovy* by [Guillaume Laforge][]
  710. - *Dart* by [Maxim Dikun][]
  711. - *Dust* by [Michael Allen][]
  712. - *Scheme* by [JP Verkamp][]
  713. - *G-Code* by [Adam Joseph Cook][]
  714. - *Q* from Kx Systems by [Sergey Vidyuk][]
  715. [Guillaume Laforge]: https://github.com/glaforge
  716. [Maxim Dikun]: https://github.com/dikmax
  717. [Michael Allen]: https://github.com/bfui
  718. [JP Verkamp]: https://github.com/jpverkamp
  719. [Adam Joseph Cook]: https://github.com/adamjcook
  720. [Sergey Vidyuk]: https://github.com/sv
  721. Other improvements:
  722. - [Erik Osheim][] heavily reworked Scala definitions making it richer.
  723. - [Lucas Mazza][] fixed Ruby hashes highlighting
  724. - Lisp variants (Lisp, Clojure and Scheme) are unified in regard to naming
  725. the first symbol in parentheses: it's "keyword" in general case and also
  726. "built_in" for built-in functions in Clojure and Scheme.
  727. [Erik Osheim]: https://github.com/non
  728. [Lucas Mazza]: https://github.com/lucasmazza
  729. ## Version 8.1
  730. New languages:
  731. - *Gherkin* by [Sam Pikesley][]
  732. - *Elixir* by [Josh Adams][]
  733. - *NSIS* by [Jan T. Sott][]
  734. - *VIM script* by [Jun Yang][]
  735. - *Protocol Buffers* by [Dan Tao][]
  736. - *Nix* by [Domen Kožar][]
  737. - *x86asm* by [innocenat][]
  738. - *Cap’n Proto* and *Thrift* by [Oleg Efimov][]
  739. - *Monkey* by [Arthur Bikmullin][]
  740. - *TypeScript* by [Panu Horsmalahti][]
  741. - *Nimrod* by [Flaviu Tamas][]
  742. - *Gradle* by [Damian Mee][]
  743. - *Haxe* by [Christopher Kaster][]
  744. - *Swift* by [Chris Eidhof][] and [Nate Cook][]
  745. New styles:
  746. - *Kimbie*, light and dark variants by [Jan T. Sott][]
  747. - *Color brewer* by [Fabrício Tavares de Oliveira][]
  748. - *Codepen.io embed* by [Justin Perry][]
  749. - *Hybrid* by [Nic West][]
  750. [Sam Pikesley]: https://github.com/pikesley
  751. [Sindre Sorhus]: https://github.com/sindresorhus
  752. [Josh Adams]: https://github.com/knewter
  753. [Jan T. Sott]: https://github.com/idleberg
  754. [Jun Yang]: https://github.com/harttle
  755. [Dan Tao]: https://github.com/dtao
  756. [Domen Kožar]: https://github.com/iElectric
  757. [innocenat]: https://github.com/innocenat
  758. [Oleg Efimov]: https://github.com/Sannis
  759. [Arthur Bikmullin]: https://github.com/devolonter
  760. [Panu Horsmalahti]: https://github.com/panuhorsmalahti
  761. [Flaviu Tamas]: https://github.com/flaviut
  762. [Damian Mee]: https://github.com/chester1000
  763. [Christopher Kaster]: http://christopher.kaster.ws
  764. [Fabrício Tavares de Oliveira]: https://github.com/fabriciotav
  765. [Justin Perry]: https://github.com/ourmaninamsterdam
  766. [Nic West]: https://github.com/nicwest
  767. [Chris Eidhof]: https://github.com/chriseidhof
  768. [Nate Cook]: https://github.com/natecook1000
  769. Other improvements:
  770. - The README is heavily reworked and brought up to date by [Jeremy Hull][].
  771. - Added [`listLanguages()`][ll] method in the API.
  772. - Improved C/C++/C# detection.
  773. - Added a bunch of new language aliases, documented the existing ones. Thanks to
  774. [Sindre Sorhus][] for background research.
  775. - Added phrasal English words to boost relevance in comments.
  776. - Many improvements to SQL definition made by [Heiko August][],
  777. [Nikolay Lisienko][] and [Travis Odom][].
  778. - The shorter `lang-` prefix for language names in HTML classes supported
  779. alongside `language-`. Thanks to [Jeff Escalante][].
  780. - Ruby's got support for interactive console sessions. Thanks to
  781. [Pascal Hurni][].
  782. - Added built-in functions for R language. Thanks to [Artem A. Klevtsov][].
  783. - Rust's got definition for lifetime parameters and improved string syntax.
  784. Thanks to [Roman Shmatov][].
  785. - Various improvements to Objective-C definition by [Matt Diephouse][].
  786. - Fixed highlighting of generics in Java.
  787. [ll]: http://highlightjs.readthedocs.org/en/latest/api.html#listlanguages
  788. [Sindre Sorhus]: https://github.com/sindresorhus
  789. [Heiko August]: https://github.com/auge8472
  790. [Nikolay Lisienko]: https://github.com/neor-ru
  791. [Travis Odom]: https://github.com/Burstaholic
  792. [Jeff Escalante]: https://github.com/jenius
  793. [Pascal Hurni]: https://github.com/phurni
  794. [Jiyin Yiyong]: https://github.com/jiyinyiyong
  795. [Artem A. Klevtsov]: https://github.com/unikum
  796. [Roman Shmatov]: https://github.com/shmatov
  797. [Jeremy Hull]: https://github.com/sourrust
  798. [Matt Diephouse]: https://github.com/mdiep
  799. ## Version 8.0
  800. This new major release is quite a big overhaul bringing both new features and
  801. some backwards incompatible changes. However, chances are that the majority of
  802. users won't be affected by the latter: the basic scenario described in the
  803. README is left intact.
  804. Here's what did change in an incompatible way:
  805. - We're now prefixing all classes located in [CSS classes reference][cr] with
  806. `hljs-`, by default, because some class names would collide with other
  807. people's stylesheets. If you were using an older version, you might still want
  808. the previous behavior, but still want to upgrade. To suppress this new
  809. behavior, you would initialize like so:
  810. ```html
  811. <script type="text/javascript">
  812. hljs.configure({classPrefix: ''});
  813. hljs.initHighlightingOnLoad();
  814. </script>
  815. ```
  816. - `tabReplace` and `useBR` that were used in different places are also unified
  817. into the global options object and are to be set using `configure(options)`.
  818. This function is documented in our [API docs][]. Also note that these
  819. parameters are gone from `highlightBlock` and `fixMarkup` which are now also
  820. rely on `configure`.
  821. - We removed public-facing (though undocumented) object `hljs.LANGUAGES` which
  822. was used to register languages with the library in favor of two new methods:
  823. `registerLanguage` and `getLanguage`. Both are documented in our [API docs][].
  824. - Result returned from `highlight` and `highlightAuto` no longer contains two
  825. separate attributes contributing to relevance score, `relevance` and
  826. `keyword_count`. They are now unified in `relevance`.
  827. Another technically compatible change that nonetheless might need attention:
  828. - The structure of the NPM package was refactored, so if you had installed it
  829. locally, you'll have to update your paths. The usual `require('highlight.js')`
  830. works as before. This is contributed by [Dmitry Smolin][].
  831. New features:
  832. - Languages now can be recognized by multiple names like "js" for JavaScript or
  833. "html" for, well, HTML (which earlier insisted on calling it "xml"). These
  834. aliases can be specified in the class attribute of the code container in your
  835. HTML as well as in various API calls. For now there are only a few very common
  836. aliases but we'll expand it in the future. All of them are listed in the
  837. [class reference][cr].
  838. - Language detection can now be restricted to a subset of languages relevant in
  839. a given context — a web page or even a single highlighting call. This is
  840. especially useful for node.js build that includes all the known languages.
  841. Another example is a StackOverflow-style site where users specify languages
  842. as tags rather than in the markdown-formatted code snippets. This is
  843. documented in the [API reference][] (see methods `highlightAuto` and
  844. `configure`).
  845. - Language definition syntax streamlined with [variants][] and
  846. [beginKeywords][].
  847. New languages and styles:
  848. - *Oxygene* by [Carlo Kok][]
  849. - *Mathematica* by [Daniel Kvasnička][]
  850. - *Autohotkey* by [Seongwon Lee][]
  851. - *Atelier* family of styles in 10 variants by [Bram de Haan][]
  852. - *Paraíso* styles by [Jan T. Sott][]
  853. Miscellaneous improvements:
  854. - Highlighting `=>` prompts in Clojure.
  855. - [Jeremy Hull][] fixed a lot of styles for consistency.
  856. - Finally, highlighting PHP and HTML [mixed in peculiar ways][php-html].
  857. - Objective C and C# now properly highlight titles in method definition.
  858. - Big overhaul of relevance counting for a number of languages. Please do report
  859. bugs about mis-detection of non-trivial code snippets!
  860. [API reference]: http://highlightjs.readthedocs.org/en/latest/api.html
  861. [cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
  862. [api docs]: http://highlightjs.readthedocs.org/en/latest/api.html
  863. [variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion
  864. [beginKeywords]: https://github.com/isagalaev/highlight.js/commit/6c7fdea002eb3949577a85b3f7930137c7c3038d
  865. [php-html]: https://twitter.com/highlightjs/status/408890903017689088
  866. [Carlo Kok]: https://github.com/carlokok
  867. [Bram de Haan]: https://github.com/atelierbram
  868. [Daniel Kvasnička]: https://github.com/dkvasnicka
  869. [Dmitry Smolin]: https://github.com/dimsmol
  870. [Jeremy Hull]: https://github.com/sourrust
  871. [Seongwon Lee]: https://github.com/dlimpid
  872. [Jan T. Sott]: https://github.com/idleberg
  873. ## Version 7.5
  874. A catch-up release dealing with some of the accumulated contributions. This one
  875. is probably will be the last before the 8.0 which will be slightly backwards
  876. incompatible regarding some advanced use-cases.
  877. One outstanding change in this version is the addition of 6 languages to the
  878. [hosted script][d]: Markdown, ObjectiveC, CoffeeScript, Apache, Nginx and
  879. Makefile. It now weighs about 6K more but we're going to keep it under 30K.
  880. New languages:
  881. - OCaml by [Mehdi Dogguy][mehdid] and [Nicolas Braud-Santoni][nbraud]
  882. - [LiveCode Server][lcs] by [Ralf Bitter][revig]
  883. - Scilab by [Sylvestre Ledru][sylvestre]
  884. - basic support for Makefile by [Ivan Sagalaev][isagalaev]
  885. Improvements:
  886. - Ruby's got support for characters like `?A`, `?1`, `?\012` etc. and `%r{..}`
  887. regexps.
  888. - Clojure now allows a function call in the beginning of s-expressions
  889. `(($filter "myCount") (arr 1 2 3 4 5))`.
  890. - Haskell's got new keywords and now recognizes more things like pragmas,
  891. preprocessors, modules, containers, FFIs etc. Thanks to [Zena Treep][treep]
  892. for the implementation and to [Jeremy Hull][sourrust] for guiding it.
  893. - Miscellaneous fixes in PHP, Brainfuck, SCSS, Asciidoc, CMake, Python and F#.
  894. [mehdid]: https://github.com/mehdid
  895. [nbraud]: https://github.com/nbraud
  896. [revig]: https://github.com/revig
  897. [lcs]: http://livecode.com/developers/guides/server/
  898. [sylvestre]: https://github.com/sylvestre
  899. [isagalaev]: https://github.com/isagalaev
  900. [treep]: https://github.com/treep
  901. [sourrust]: https://github.com/sourrust
  902. [d]: http://highlightjs.org/download/
  903. ## New core developers
  904. The latest long period of almost complete inactivity in the project coincided
  905. with growing interest to it led to a decision that now seems completely obvious:
  906. we need more core developers.
  907. So without further ado let me welcome to the core team two long-time
  908. contributors: [Jeremy Hull][] and [Oleg
  909. Efimov][].
  910. Hope now we'll be able to work through stuff faster!
  911. P.S. The historical commit is [here][1] for the record.
  912. [Jeremy Hull]: https://github.com/sourrust
  913. [Oleg Efimov]: https://github.com/sannis
  914. [1]: https://github.com/isagalaev/highlight.js/commit/f3056941bda56d2b72276b97bc0dd5f230f2473f
  915. ## Version 7.4
  916. This long overdue version is a snapshot of the current source tree with all the
  917. changes that happened during the past year. Sorry for taking so long!
  918. Along with the changes in code highlight.js has finally got its new home at
  919. <http://highlightjs.org/>, moving from its cradle on Software Maniacs which it
  920. outgrew a long time ago. Be sure to report any bugs about the site to
  921. <mailto:info@highlightjs.org>.
  922. On to what's new…
  923. New languages:
  924. - Handlebars templates by [Robin Ward][]
  925. - Oracle Rules Language by [Jason Jacobson][]
  926. - F# by [Joans Follesø][]
  927. - AsciiDoc and Haml by [Dan Allen][]
  928. - Lasso by [Eric Knibbe][]
  929. - SCSS by [Kurt Emch][]
  930. - VB.NET by [Poren Chiang][]
  931. - Mizar by [Kelley van Evert][]
  932. [Robin Ward]: https://github.com/eviltrout
  933. [Jason Jacobson]: https://github.com/jayce7
  934. [Joans Follesø]: https://github.com/follesoe
  935. [Dan Allen]: https://github.com/mojavelinux
  936. [Eric Knibbe]: https://github.com/EricFromCanada
  937. [Kurt Emch]: https://github.com/kemch
  938. [Poren Chiang]: https://github.com/rschiang
  939. [Kelley van Evert]: https://github.com/kelleyvanevert
  940. New style themes:
  941. - Monokai Sublime by [noformnocontent][]
  942. - Railscasts by [Damien White][]
  943. - Obsidian by [Alexander Marenin][]
  944. - Docco by [Simon Madine][]
  945. - Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything)
  946. - Foundation by [Dan Allen][]
  947. [noformnocontent]: http://nn.mit-license.org/
  948. [Damien White]: https://github.com/visoft
  949. [Alexander Marenin]: https://github.com/ioncreature
  950. [Simon Madine]: https://github.com/thingsinjars
  951. [Ivan Sagalaev]: https://github.com/isagalaev
  952. Other notable changes:
  953. - Corrected many corner cases in CSS.
  954. - Dropped Python 2 version of the build tool.
  955. - Implemented building for the AMD format.
  956. - Updated Rust keywords (thanks to [Dmitry Medvinsky][]).
  957. - Literal regexes can now be used in language definitions.
  958. - CoffeeScript highlighting is now significantly more robust and rich due to
  959. input from [Cédric Néhémie][].
  960. [Dmitry Medvinsky]: https://github.com/dmedvinsky
  961. [Cédric Néhémie]: https://github.com/abe33
  962. ## Version 7.3
  963. - Since this version highlight.js no longer works in IE version 8 and older.
  964. It's made it possible to reduce the library size and dramatically improve code
  965. readability and made it easier to maintain. Time to go forward!
  966. - New languages: AppleScript (by [Nathan Grigg][ng] and [Dr. Drang][dd]) and
  967. Brainfuck (by [Evgeny Stepanischev][bolk]).
  968. - Improvements to existing languages:
  969. - interpreter prompt in Python (`>>>` and `...`)
  970. - @-properties and classes in CoffeeScript
  971. - E4X in JavaScript (by [Oleg Efimov][oe])
  972. - new keywords in Perl (by [Kirk Kimmel][kk])
  973. - big Ruby syntax update (by [Vasily Polovnyov][vast])
  974. - small fixes in Bash
  975. - Also Oleg Efimov did a great job of moving all the docs for language and style
  976. developers and contributors from the old wiki under the source code in the
  977. "docs" directory. Now these docs are nicely presented at
  978. <http://highlightjs.readthedocs.org/>.
  979. [ng]: https://github.com/nathan11g
  980. [dd]: https://github.com/drdrang
  981. [bolk]: https://github.com/bolknote
  982. [oe]: https://github.com/Sannis
  983. [kk]: https://github.com/kimmel
  984. [vast]: https://github.com/vast
  985. ## Version 7.2
  986. A regular bug-fix release without any significant new features. Enjoy!
  987. ## Version 7.1
  988. A Summer crop:
  989. - [Marc Fornos][mf] made the definition for Clojure along with the matching
  990. style Rainbow (which, of course, works for other languages too).
  991. - CoffeeScript support continues to improve getting support for regular
  992. expressions.
  993. - Yoshihide Jimbo ported to highlight.js [five Tomorrow styles][tm] from the
  994. [project by Chris Kempson][tm0].
  995. - Thanks to [Casey Duncun][cd] the library can now be built in the popular
  996. [AMD format][amd].
  997. - And last but not least, we've got a fair number of correctness and consistency
  998. fixes, including a pretty significant refactoring of Ruby.
  999. [mf]: https://github.com/mfornos
  1000. [tm]: http://jmblog.github.com/color-themes-for-highlightjs/
  1001. [tm0]: https://github.com/ChrisKempson/Tomorrow-Theme
  1002. [cd]: https://github.com/caseman
  1003. [amd]: http://requirejs.org/docs/whyamd.html
  1004. ## Version 7.0
  1005. The reason for the new major version update is a global change of keyword syntax
  1006. which resulted in the library getting smaller once again. For example, the
  1007. hosted build is 2K less than at the previous version while supporting two new
  1008. languages.
  1009. Notable changes:
  1010. - The library now works not only in a browser but also with [node.js][]. It is
  1011. installable with `npm install highlight.js`. [API][] docs are available on our
  1012. wiki.
  1013. - The new unique feature (apparently) among syntax highlighters is highlighting
  1014. *HTTP* headers and an arbitrary language in the request body. The most useful
  1015. languages here are *XML* and *JSON* both of which highlight.js does support.
  1016. Here's [the detailed post][p] about the feature.
  1017. - Two new style themes: a dark "south" *[Pojoaque][]* by Jason Tate and an
  1018. emulation of*XCode* IDE by [Angel Olloqui][ao].
  1019. - Three new languages: *D* by [Aleksandar Ružičić][ar], *R* by [Joe Cheng][jc]
  1020. and *GLSL* by [Sergey Tikhomirov][st].
  1021. - *Nginx* syntax has become a million times smaller and more universal thanks to
  1022. remaking it in a more generic manner that doesn't require listing all the
  1023. directives in the known universe.
  1024. - Function titles are now highlighted in *PHP*.
  1025. - *Haskell* and *VHDL* were significantly reworked to be more rich and correct
  1026. by their respective maintainers [Jeremy Hull][sr] and [Igor Kalnitsky][ik].
  1027. And last but not least, many bugs have been fixed around correctness and
  1028. language detection.
  1029. Overall highlight.js currently supports 51 languages and 20 style themes.
  1030. [node.js]: http://nodejs.org/
  1031. [api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api
  1032. [p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/
  1033. [pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
  1034. [ao]: https://github.com/angelolloqui
  1035. [ar]: https://github.com/raleksandar
  1036. [jc]: https://github.com/jcheng5
  1037. [st]: https://github.com/tikhomirov
  1038. [sr]: https://github.com/sourrust
  1039. [ik]: https://github.com/ikalnitsky
  1040. ## Version 6.2
  1041. A lot of things happened in highlight.js since the last version! We've got nine
  1042. new contributors, the discussion group came alive, and the main branch on GitHub
  1043. now counts more than 350 followers. Here are most significant results coming
  1044. from all this activity:
  1045. - 5 (five!) new languages: Rust, ActionScript, CoffeeScript, MatLab and
  1046. experimental support for markdown. Thanks go to [Andrey Vlasovskikh][av],
  1047. [Alexander Myadzel][am], [Dmytrii Nagirniak][dn], [Oleg Efimov][oe], [Denis
  1048. Bardadym][db] and [John Crepezzi][jc].
  1049. - 2 new style themes: Monokai by [Luigi Maselli][lm] and stylistic imitation of
  1050. another well-known highlighter Google Code Prettify by [Aahan Krish][ak].
  1051. - A vast number of [correctness fixes and code refactorings][log], mostly made
  1052. by [Oleg Efimov][oe] and [Evgeny Stepanischev][es].
  1053. [av]: https://github.com/vlasovskikh
  1054. [am]: https://github.com/myadzel
  1055. [dn]: https://github.com/dnagir
  1056. [oe]: https://github.com/Sannis
  1057. [db]: https://github.com/btd
  1058. [jc]: https://github.com/seejohnrun
  1059. [lm]: http://grigio.org/
  1060. [ak]: https://github.com/geekpanth3r
  1061. [es]: https://github.com/bolknote
  1062. [log]: https://github.com/isagalaev/highlight.js/commits/
  1063. ## Version 6.1 — Solarized
  1064. [Jeremy Hull][jh] has implemented my dream feature — a port of [Solarized][]
  1065. style theme famous for being based on the intricate color theory to achieve
  1066. correct contrast and color perception. It is now available for highlight.js in
  1067. both variants — light and dark.
  1068. This version also adds a new original style Arta. Its author pumbur maintains a
  1069. [heavily modified fork of highlight.js][pb] on GitHub.
  1070. [jh]: https://github.com/sourrust
  1071. [solarized]: http://ethanschoonover.com/solarized
  1072. [pb]: https://github.com/pumbur/highlight.js
  1073. ## Version 6.0
  1074. New major version of the highlighter has been built on a significantly
  1075. refactored syntax. Due to this it's even smaller than the previous one while
  1076. supporting more languages!
  1077. New languages are:
  1078. - Haskell by [Jeremy Hull][sourrust]
  1079. - Erlang in two varieties — module and REPL — made collectively by [Nikolay
  1080. Zakharov][desh], [Dmitry Kovega][arhibot] and [Sergey Ignatov][ignatov]
  1081. - Objective C by [Valerii Hiora][vhbit]
  1082. - Vala by [Antono Vasiljev][antono]
  1083. - Go by [Stephan Kountso][steplg]
  1084. [sourrust]: https://github.com/sourrust
  1085. [desh]: http://desh.su/
  1086. [arhibot]: https://github.com/arhibot
  1087. [ignatov]: https://github.com/ignatov
  1088. [vhbit]: https://github.com/vhbit
  1089. [antono]: https://github.com/antono
  1090. [steplg]: https://github.com/steplg
  1091. Also this version is marginally faster and fixes a number of small long-standing
  1092. bugs.
  1093. Developer overview of the new language syntax is available in a [blog post about
  1094. recent beta release][beta].
  1095. [beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/
  1096. P.S. New version is not yet available on a Yandex CDN, so for now you have to
  1097. download [your own copy][d].
  1098. [d]: /soft/highlight/en/download/
  1099. ## Version 5.14
  1100. Fixed bugs in HTML/XML detection and relevance introduced in previous
  1101. refactoring.
  1102. Also test.html now shows the second best result of language detection by
  1103. relevance.
  1104. ## Version 5.13
  1105. Past weekend began with a couple of simple additions for existing languages but
  1106. ended up in a big code refactoring bringing along nice improvements for language
  1107. developers.
  1108. ### For users
  1109. - Description of C++ has got new keywords from the upcoming [C++ 0x][] standard.
  1110. - Description of HTML has got new tags from [HTML 5][].
  1111. - CSS-styles have been unified to use consistent padding and also have lost
  1112. pop-outs with names of detected languages.
  1113. - [Igor Kalnitsky][ik] has sent two new language descriptions: CMake & VHDL.
  1114. This makes total number of languages supported by highlight.js to reach 35.
  1115. Bug fixes:
  1116. - Custom classes on `<pre>` tags are not being overridden anymore
  1117. - More correct highlighting of code blocks inside non-`<pre>` containers:
  1118. highlighter now doesn't insist on replacing them with its own container and
  1119. just replaces the contents.
  1120. - Small fixes in browser compatibility and heuristics.
  1121. [c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x
  1122. [html 5]: http://en.wikipedia.org/wiki/HTML5
  1123. [ik]: http://kalnitsky.org.ua/
  1124. ### For developers
  1125. The most significant change is the ability to include language submodes right
  1126. under `contains` instead of defining explicit named submodes in the main array:
  1127. contains: [
  1128. 'string',
  1129. 'number',
  1130. {begin: '\\n', end: hljs.IMMEDIATE_RE}
  1131. ]
  1132. This is useful for auxiliary modes needed only in one place to define parsing.
  1133. Note that such modes often don't have `className` and hence won't generate a
  1134. separate `<span>` in the resulting markup. This is similar in effect to
  1135. `noMarkup: true`. All existing languages have been refactored accordingly.
  1136. Test file test.html has at last become a real test. Now it not only puts the
  1137. detected language name under the code snippet but also tests if it matches the
  1138. expected one. Test summary is displayed right above all language snippets.
  1139. ## CDN
  1140. Fine people at [Yandex][] agreed to host highlight.js on their big fast servers.
  1141. [Link up][l]!
  1142. [yandex]: http://yandex.com/
  1143. [l]: http://softwaremaniacs.org/soft/highlight/en/download/
  1144. ## Version 5.10 — "Paris".
  1145. Though I'm on a vacation in Paris, I decided to release a new version with a
  1146. couple of small fixes:
  1147. - Tomas Vitvar discovered that TAB replacement doesn't always work when used
  1148. with custom markup in code
  1149. - SQL parsing is even more rigid now and doesn't step over SmallTalk in tests
  1150. ## Version 5.9
  1151. A long-awaited version is finally released.
  1152. New languages:
  1153. - Andrew Fedorov made a definition for Lua
  1154. - a long-time highlight.js contributor [Peter Leonov][pl] made a definition for
  1155. Nginx config
  1156. - [Vladimir Moskva][vm] made a definition for TeX
  1157. [pl]: http://kung-fu-tzu.ru/
  1158. [vm]: http://fulc.ru/
  1159. Fixes for existing languages:
  1160. - [Loren Segal][ls] reworked the Ruby definition and added highlighting for
  1161. [YARD][] inline documentation
  1162. - the definition of SQL has become more solid and now it shouldn't be overly
  1163. greedy when it comes to language detection
  1164. [ls]: http://gnuu.org/
  1165. [yard]: http://yardoc.org/
  1166. The highlighter has become more usable as a library allowing to do highlighting
  1167. from initialization code of JS frameworks and in ajax methods (see.
  1168. readme.eng.txt).
  1169. Also this version drops support for the [WordPress][wp] plugin. Everyone is
  1170. welcome to [pick up its maintenance][p] if needed.
  1171. [wp]: http://wordpress.org/
  1172. [p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php
  1173. ## Version 5.8
  1174. - Jan Berkel has contributed a definition for Scala. +1 to hotness!
  1175. - All CSS-styles are rewritten to work only inside `<pre>` tags to avoid
  1176. conflicts with host site styles.
  1177. ## Version 5.7.
  1178. Fixed escaping of quotes in VBScript strings.
  1179. ## Version 5.5
  1180. This version brings a small change: now .ini-files allow digits, underscores and
  1181. square brackets in key names.
  1182. ## Version 5.4
  1183. Fixed small but upsetting bug in the packer which caused incorrect highlighting
  1184. of explicitly specified languages. Thanks to Andrew Fedorov for precise
  1185. diagnostics!
  1186. ## Version 5.3
  1187. The version to fulfil old promises.
  1188. The most significant change is that highlight.js now preserves custom user
  1189. markup in code along with its own highlighting markup. This means that now it's
  1190. possible to use, say, links in code. Thanks to [Vladimir Dolzhenko][vd] for the
  1191. [initial proposal][1] and for making a proof-of-concept patch.
  1192. Also in this version:
  1193. - [Vasily Polovnyov][vp] has sent a GitHub-like style and has implemented
  1194. support for CSS @-rules and Ruby symbols.
  1195. - Yura Zaripov has sent two styles: Brown Paper and School Book.
  1196. - Oleg Volchkov has sent a definition for [Parser 3][p3].
  1197. [1]: http://softwaremaniacs.org/forum/highlightjs/6612/
  1198. [p3]: http://www.parser.ru/
  1199. [vp]: http://vasily.polovnyov.ru/
  1200. [vd]: http://dolzhenko.blogspot.com/
  1201. ## Version 5.2
  1202. - at last it's possible to replace indentation TABs with something sensible
  1203. (e.g. 2 or 4 spaces)
  1204. - new keywords and built-ins for 1C by Sergey Baranov
  1205. - a couple of small fixes to Apache highlighting
  1206. ## Version 5.1
  1207. This is one of those nice version consisting entirely of new and shiny
  1208. contributions!
  1209. - [Vladimir Ermakov][vooon] created highlighting for AVR Assembler
  1210. - [Ruslan Keba][rukeba] created highlighting for Apache config file. Also his
  1211. original visual style for it is now available for all highlight.js languages
  1212. under the name "Magula".
  1213. - [Shuen-Huei Guan][drake] (aka Drake) sent new keywords for RenderMan
  1214. languages. Also thanks go to [Konstantin Evdokimenko][ke] for his advice on
  1215. the matter.
  1216. [vooon]: http://vehq.ru/about/
  1217. [rukeba]: http://rukeba.com/
  1218. [drake]: http://drakeguan.org/
  1219. [ke]: http://k-evdokimenko.moikrug.ru/
  1220. ## Version 5.0
  1221. The main change in the new major version of highlight.js is a mechanism for
  1222. packing several languages along with the library itself into a single compressed
  1223. file. Now sites using several languages will load considerably faster because
  1224. the library won't dynamically include additional files while loading.
  1225. Also this version fixes a long-standing bug with Javascript highlighting that
  1226. couldn't distinguish between regular expressions and division operations.
  1227. And as usually there were a couple of minor correctness fixes.
  1228. Great thanks to all contributors! Keep using highlight.js.
  1229. ## Version 4.3
  1230. This version comes with two contributions from [Jason Diamond][jd]:
  1231. - language definition for C# (yes! it was a long-missed thing!)
  1232. - Visual Studio-like highlighting style
  1233. Plus there are a couple of minor bug fixes for parsing HTML and XML attributes.
  1234. [jd]: http://jason.diamond.name/weblog/
  1235. ## Version 4.2
  1236. The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's
  1237. somewhat experimental meaning that for highlighting "keywords" it doesn't use
  1238. any pre-defined set of a Lisp dialect. Instead it tries to highlight first word
  1239. in parentheses wherever it makes sense. I'd like to ask people programming in
  1240. Lisp to confirm if it's a good idea and send feedback to [the forum][f].
  1241. Other changes:
  1242. - Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic
  1243. - [Vladimir Epifanov][voldmar] has implemented javascript style switcher for
  1244. test.html
  1245. - comments now allowed inside Ruby function definition
  1246. - [MEL][] language from [Shuen-Huei Guan][drake]
  1247. - whitespace now allowed between `<pre>` and `<code>`
  1248. - better auto-detection of C++ and PHP
  1249. - HTML allows embedded VBScript (`<% .. %>`)
  1250. [f]: http://softwaremaniacs.org/forum/highlightjs/
  1251. [voldmar]: http://voldmar.ya.ru/
  1252. [mel]: http://en.wikipedia.org/wiki/Maya_Embedded_Language
  1253. [drake]: http://drakeguan.org/
  1254. ## Version 4.1
  1255. Languages:
  1256. - Bash from Vah
  1257. - DOS bat-files from Alexander Makarov (Sam)
  1258. - Diff files from Vasily Polovnyov
  1259. - Ini files from myself though initial idea was from Sam
  1260. Styles:
  1261. - Zenburn from Vladimir Epifanov, this is an imitation of a
  1262. [well-known theme for Vim][zenburn].
  1263. - Ascetic from myself, as a realization of ideals of non-flashy highlighting:
  1264. just one color in only three gradations :-)
  1265. In other news. [One small bug][bug] was fixed, built-in keywords were added for
  1266. Python and C++ which improved auto-detection for the latter (it was shame that
  1267. [my wife's blog][alenacpp] had issues with it from time to time). And lastly
  1268. thanks go to Sam for getting rid of my stylistic comments in code that were
  1269. getting in the way of [JSMin][].
  1270. [zenburn]: http://en.wikipedia.org/wiki/Zenburn
  1271. [alenacpp]: http://alenacpp.blogspot.com/
  1272. [bug]: http://softwaremaniacs.org/forum/viewtopic.php?id=1823
  1273. [jsmin]: http://code.google.com/p/jsmin-php/
  1274. ## Version 4.0
  1275. New major version is a result of vast refactoring and of many contributions.
  1276. Visible new features:
  1277. - Highlighting of embedded languages. Currently is implemented highlighting of
  1278. Javascript and CSS inside HTML.
  1279. - Bundled 5 ready-made style themes!
  1280. Invisible new features:
  1281. - Highlight.js no longer pollutes global namespace. Only one object and one
  1282. function for backward compatibility.
  1283. - Performance is further increased by about 15%.
  1284. Changing of a major version number caused by a new format of language definition
  1285. files. If you use some third-party language files they should be updated.
  1286. ## Version 3.5
  1287. A very nice version in my opinion fixing a number of small bugs and slightly
  1288. increased speed in a couple of corner cases. Thanks to everybody who reports
  1289. bugs in he [forum][f] and by email!
  1290. There is also a new language — XML. A custom XML formerly was detected as HTML
  1291. and didn't highlight custom tags. In this version I tried to make custom XML to
  1292. be detected and highlighted by its own rules. Which by the way include such
  1293. things as CDATA sections and processing instructions (`<? ... ?>`).
  1294. [f]: http://softwaremaniacs.org/forum/viewforum.php?id=6
  1295. ## Version 3.3
  1296. [Vladimir Gubarkov][xonix] has provided an interesting and useful addition.
  1297. File export.html contains a little program that shows and allows to copy and
  1298. paste an HTML code generated by the highlighter for any code snippet. This can
  1299. be useful in situations when one can't use the script itself on a site.
  1300. [xonix]: http://xonixx.blogspot.com/
  1301. ## Version 3.2 consists completely of contributions:
  1302. - Vladimir Gubarkov has described SmallTalk
  1303. - Yuri Ivanov has described 1C
  1304. - Peter Leonov has packaged the highlighter as a Firefox extension
  1305. - Vladimir Ermakov has compiled a mod for phpBB
  1306. Many thanks to you all!
  1307. ## Version 3.1
  1308. Three new languages are available: Django templates, SQL and Axapta. The latter
  1309. two are sent by [Dmitri Roudakov][1]. However I've almost entirely rewrote an
  1310. SQL definition but I'd never started it be it from the ground up :-)
  1311. The engine itself has got a long awaited feature of grouping keywords
  1312. ("keyword", "built-in function", "literal"). No more hacks!
  1313. [1]: http://roudakov.ru/
  1314. ## Version 3.0
  1315. It is major mainly because now highlight.js has grown large and has become
  1316. modular. Now when you pass it a list of languages to highlight it will
  1317. dynamically load into a browser only those languages.
  1318. Also:
  1319. - Konstantin Evdokimenko of [RibKit][] project has created a highlighting for
  1320. RenderMan Shading Language and RenderMan Interface Bytestream. Yay for more
  1321. languages!
  1322. - Heuristics for C++ and HTML got better.
  1323. - I've implemented (at last) a correct handling of backslash escapes in C-like
  1324. languages.
  1325. There is also a small backwards incompatible change in the new version. The
  1326. function initHighlighting that was used to initialize highlighting instead of
  1327. initHighlightingOnLoad a long time ago no longer works. If you by chance still
  1328. use it — replace it with the new one.
  1329. [RibKit]: http://ribkit.sourceforge.net/
  1330. ## Version 2.9
  1331. Highlight.js is a parser, not just a couple of regular expressions. That said
  1332. I'm glad to announce that in the new version 2.9 has support for:
  1333. - in-string substitutions for Ruby -- `#{...}`
  1334. - strings from from numeric symbol codes (like #XX) for Delphi
  1335. ## Version 2.8
  1336. A maintenance release with more tuned heuristics. Fully backwards compatible.
  1337. ## Version 2.7
  1338. - Nikita Ledyaev presents highlighting for VBScript, yay!
  1339. - A couple of bugs with escaping in strings were fixed thanks to Mickle
  1340. - Ongoing tuning of heuristics
  1341. Fixed bugs were rather unpleasant so I encourage everyone to upgrade!
  1342. ## Version 2.4
  1343. - Peter Leonov provides another improved highlighting for Perl
  1344. - Javascript gets a new kind of keywords — "literals". These are the words
  1345. "true", "false" and "null"
  1346. Also highlight.js homepage now lists sites that use the library. Feel free to
  1347. add your site by [dropping me a message][mail] until I find the time to build a
  1348. submit form.
  1349. [mail]: mailto:Maniac@SoftwareManiacs.Org
  1350. ## Version 2.3
  1351. This version fixes IE breakage in previous version. My apologies to all who have
  1352. already downloaded that one!
  1353. ## Version 2.2
  1354. - added highlighting for Javascript
  1355. - at last fixed parsing of Delphi's escaped apostrophes in strings
  1356. - in Ruby fixed highlighting of keywords 'def' and 'class', same for 'sub' in
  1357. Perl
  1358. ## Version 2.0
  1359. - Ruby support by [Anton Kovalyov][ak]
  1360. - speed increased by orders of magnitude due to new way of parsing
  1361. - this same way allows now correct highlighting of keywords in some tricky
  1362. places (like keyword "End" at the end of Delphi classes)
  1363. [ak]: http://anton.kovalyov.net/
  1364. ## Version 1.0
  1365. Version 1.0 of javascript syntax highlighter is released!
  1366. It's the first version available with English description. Feel free to post
  1367. your comments and question to [highlight.js forum][forum]. And don't be afraid
  1368. if you find there some fancy Cyrillic letters -- it's for Russian users too :-)
  1369. [forum]: http://softwaremaniacs.org/forum/viewforum.php?id=6