Highlight.js v9.14.0 Release Notes

  • πŸ†• New languages: none. πŸ†• New styles: none. πŸ‘Œ Improvements:

    • Pony: add missing "object" highlighting (#1932)
    • Added XQuery built-in functions, prolog declarations, as well as parsing of function bodies, computed and direct constructors, by Duncan Paterson
    • πŸ›  fix(dart): Corrects highlighting with string interpolation. (#1946)
    • πŸ›  fix(swift): be eager on optional-using types (!/?) (#1919)
    • πŸ›  fix(tex): Changed cyrillic to unicode (IE11 throw SCRIPT5021) (#1601)
    • πŸ›  fix(JavaScript): Recognize get/set accessor keywords (#1940)
    • πŸ›  Fixed Dockerfile definition when using highlight continuation parameter, by Laurent Voullemier
    • Added tests & new annotation and verbatim keywords to Crystal, by Benoit de Chezelles
    • βž• Added missing dockerfile markup tests, by Laurent Voullemier Allow empty prompt text in clojure-repl, by [Egor Rogov][]
    • Fixed several issues with Crystal language definition, by Johannes MΓΌller
    • Added C# as an alias for CSharp language, by Ahmed Atito
    • Added generic user-defined proc support, new compiler define, refactor to re-use rules, and add tests to GAUSS, by Matthew Evans
    • Improve Crystal language to highlight regexes after some keywords, by Tsuyusato Kitsune
    • πŸ›  Fix filterByQualifiers: fileInfo can be null
    • πŸ›  Fixed String interpolation in Dart, by Scott Hyndman.