Highlight.js v4.2 Release Notes

  • The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's somewhat experimental meaning that for highlighting "keywords" it doesn't use any pre-defined set of a Lisp dialect. Instead it tries to highlight first word in parentheses wherever it makes sense. I'd like to ask people programming in Lisp to confirm if it's a good idea and send feedback to the forum.

    Other changes:

    • 0๏ธโƒฃ Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic
    • ๐Ÿ’… Vladimir Epifanov has implemented javascript style switcher for test.html
    • ๐Ÿ’Ž comments now allowed inside Ruby function definition
    • MEL language from Shuen-Huei Guan
    • whitespace now allowed between <pre> and <code>
    • ๐Ÿ‘ better auto-detection of C++ and PHP
    • HTML allows embedded VBScript (<% .. %>)